centralCtrSys.uvoptx 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
  3. <SchemaVersion>1.0</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Extensions>
  6. <cExt>*.c</cExt>
  7. <aExt>*.s*; *.src; *.a*</aExt>
  8. <oExt>*.obj; *.o</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc; *.md</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp</CppX>
  13. <nMigrate>0</nMigrate>
  14. </Extensions>
  15. <DaveTm>
  16. <dwLowDateTime>0</dwLowDateTime>
  17. <dwHighDateTime>0</dwHighDateTime>
  18. </DaveTm>
  19. <Target>
  20. <TargetName>centralCtrSys</TargetName>
  21. <ToolsetNumber>0x4</ToolsetNumber>
  22. <ToolsetName>ARM-ADS</ToolsetName>
  23. <TargetOption>
  24. <CLKADS>8000000</CLKADS>
  25. <OPTTT>
  26. <gFlags>1</gFlags>
  27. <BeepAtEnd>1</BeepAtEnd>
  28. <RunSim>0</RunSim>
  29. <RunTarget>1</RunTarget>
  30. <RunAbUc>0</RunAbUc>
  31. </OPTTT>
  32. <OPTHX>
  33. <HexSelection>1</HexSelection>
  34. <FlashByte>65535</FlashByte>
  35. <HexRangeLowAddress>0</HexRangeLowAddress>
  36. <HexRangeHighAddress>0</HexRangeHighAddress>
  37. <HexOffset>0</HexOffset>
  38. </OPTHX>
  39. <OPTLEX>
  40. <PageWidth>79</PageWidth>
  41. <PageLength>66</PageLength>
  42. <TabStop>8</TabStop>
  43. <ListingPath></ListingPath>
  44. </OPTLEX>
  45. <ListingPage>
  46. <CreateCListing>1</CreateCListing>
  47. <CreateAListing>1</CreateAListing>
  48. <CreateLListing>1</CreateLListing>
  49. <CreateIListing>0</CreateIListing>
  50. <AsmCond>1</AsmCond>
  51. <AsmSymb>1</AsmSymb>
  52. <AsmXref>0</AsmXref>
  53. <CCond>1</CCond>
  54. <CCode>0</CCode>
  55. <CListInc>0</CListInc>
  56. <CSymb>0</CSymb>
  57. <LinkerCodeListing>0</LinkerCodeListing>
  58. </ListingPage>
  59. <OPTXL>
  60. <LMap>1</LMap>
  61. <LComments>1</LComments>
  62. <LGenerateSymbols>1</LGenerateSymbols>
  63. <LLibSym>1</LLibSym>
  64. <LLines>1</LLines>
  65. <LLocSym>1</LLocSym>
  66. <LPubSym>1</LPubSym>
  67. <LXref>0</LXref>
  68. <LExpSel>0</LExpSel>
  69. </OPTXL>
  70. <OPTFL>
  71. <tvExp>1</tvExp>
  72. <tvExpOptDlg>0</tvExpOptDlg>
  73. <IsCurrentTarget>1</IsCurrentTarget>
  74. </OPTFL>
  75. <CpuCode>18</CpuCode>
  76. <DebugOpt>
  77. <uSim>0</uSim>
  78. <uTrg>1</uTrg>
  79. <sLdApp>1</sLdApp>
  80. <sGomain>1</sGomain>
  81. <sRbreak>1</sRbreak>
  82. <sRwatch>1</sRwatch>
  83. <sRmem>1</sRmem>
  84. <sRfunc>1</sRfunc>
  85. <sRbox>1</sRbox>
  86. <tLdApp>1</tLdApp>
  87. <tGomain>1</tGomain>
  88. <tRbreak>1</tRbreak>
  89. <tRwatch>1</tRwatch>
  90. <tRmem>1</tRmem>
  91. <tRfunc>1</tRfunc>
  92. <tRbox>1</tRbox>
  93. <tRtrace>1</tRtrace>
  94. <sRSysVw>1</sRSysVw>
  95. <tRSysVw>1</tRSysVw>
  96. <sRunDeb>0</sRunDeb>
  97. <sLrtime>0</sLrtime>
  98. <bEvRecOn>1</bEvRecOn>
  99. <bSchkAxf>0</bSchkAxf>
  100. <bTchkAxf>0</bTchkAxf>
  101. <nTsel>3</nTsel>
  102. <sDll></sDll>
  103. <sDllPa></sDllPa>
  104. <sDlgDll></sDlgDll>
  105. <sDlgPa></sDlgPa>
  106. <sIfile></sIfile>
  107. <tDll></tDll>
  108. <tDllPa></tDllPa>
  109. <tDlgDll></tDlgDll>
  110. <tDlgPa></tDlgPa>
  111. <tIfile></tIfile>
  112. <pMon>BIN\CMSIS_AGDI.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>ARMRTXEVENTFLAGS</Key>
  118. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>DLGTARM</Key>
  123. <Name>(1010=3115,274,3565,831,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=3722,174,3980,762,0)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>ARMDBGFLAGS</Key>
  128. <Name></Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>DLGUARM</Key>
  133. <Name></Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>CMSIS_AGDI</Key>
  138. <Name>-X"ATK-HS-V3-CMSIS-DAP" -UATK 20210914 -O206 -S8 -C0 -P00000000 -N00("ARM CoreSight SW-DP") -D00(1BA01477) -L00(0) -TO65554 -TC10000000 -TT10000000 -TP20 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512.FLM -FS08000000 -FL080000 -FP0($$Device:STM32F103ZE$Flash\STM32F10x_512.FLM)</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>UL2CM3</Key>
  143. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103ZE$Flash\STM32F10x_512.FLM))</Name>
  144. </SetRegEntry>
  145. <SetRegEntry>
  146. <Number>0</Number>
  147. <Key>ST-LINKIII-KEIL_SWO</Key>
  148. <Name>-U-O142 -O2254 -S0 -C0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103ZE$Flash\STM32F10x_512.FLM)</Name>
  149. </SetRegEntry>
  150. </TargetDriverDllRegistry>
  151. <Breakpoint>
  152. <Bp>
  153. <Number>0</Number>
  154. <Type>0</Type>
  155. <LineNumber>393</LineNumber>
  156. <EnabledFlag>1</EnabledFlag>
  157. <Address>0</Address>
  158. <ByteObject>0</ByteObject>
  159. <HtxType>0</HtxType>
  160. <ManyObjects>0</ManyObjects>
  161. <SizeOfObject>0</SizeOfObject>
  162. <BreakByAccess>0</BreakByAccess>
  163. <BreakIfRCount>0</BreakIfRCount>
  164. <Filename>..\User\OTA\EC800_FTP_OTA.c</Filename>
  165. <ExecCommand></ExecCommand>
  166. <Expression></Expression>
  167. </Bp>
  168. <Bp>
  169. <Number>1</Number>
  170. <Type>0</Type>
  171. <LineNumber>55</LineNumber>
  172. <EnabledFlag>1</EnabledFlag>
  173. <Address>0</Address>
  174. <ByteObject>0</ByteObject>
  175. <HtxType>0</HtxType>
  176. <ManyObjects>0</ManyObjects>
  177. <SizeOfObject>0</SizeOfObject>
  178. <BreakByAccess>0</BreakByAccess>
  179. <BreakIfRCount>0</BreakIfRCount>
  180. <Filename>..\Core\Src\task_ec800_upload.c</Filename>
  181. <ExecCommand></ExecCommand>
  182. <Expression></Expression>
  183. </Bp>
  184. <Bp>
  185. <Number>2</Number>
  186. <Type>0</Type>
  187. <LineNumber>268</LineNumber>
  188. <EnabledFlag>1</EnabledFlag>
  189. <Address>134233414</Address>
  190. <ByteObject>0</ByteObject>
  191. <HtxType>0</HtxType>
  192. <ManyObjects>0</ManyObjects>
  193. <SizeOfObject>0</SizeOfObject>
  194. <BreakByAccess>0</BreakByAccess>
  195. <BreakIfRCount>1</BreakIfRCount>
  196. <Filename>..\Core\Src\EC800.c</Filename>
  197. <ExecCommand></ExecCommand>
  198. <Expression>\\centralCtrSys\../Core/Src/EC800.c\268</Expression>
  199. </Bp>
  200. </Breakpoint>
  201. <WatchWindow1>
  202. <Ww>
  203. <count>0</count>
  204. <WinNumber>1</WinNumber>
  205. <ItemText>g_usart4_rx_buf</ItemText>
  206. </Ww>
  207. <Ww>
  208. <count>1</count>
  209. <WinNumber>1</WinNumber>
  210. <ItemText>s_messageDate</ItemText>
  211. </Ww>
  212. <Ww>
  213. <count>2</count>
  214. <WinNumber>1</WinNumber>
  215. <ItemText>p_rs485RecDate</ItemText>
  216. </Ww>
  217. <Ww>
  218. <count>3</count>
  219. <WinNumber>1</WinNumber>
  220. <ItemText>publishStep</ItemText>
  221. </Ww>
  222. <Ww>
  223. <count>4</count>
  224. <WinNumber>1</WinNumber>
  225. <ItemText>polygonLat</ItemText>
  226. </Ww>
  227. <Ww>
  228. <count>5</count>
  229. <WinNumber>1</WinNumber>
  230. <ItemText>polygonLng</ItemText>
  231. </Ww>
  232. <Ww>
  233. <count>6</count>
  234. <WinNumber>1</WinNumber>
  235. <ItemText>stateStep</ItemText>
  236. </Ww>
  237. </WatchWindow1>
  238. <WatchWindow2>
  239. <Ww>
  240. <count>0</count>
  241. <WinNumber>2</WinNumber>
  242. <ItemText>buffer1</ItemText>
  243. </Ww>
  244. </WatchWindow2>
  245. <MemoryWindow1>
  246. <Mm>
  247. <WinNumber>1</WinNumber>
  248. <SubType>0</SubType>
  249. <ItemText>0x8002800</ItemText>
  250. <AccSizeX>0</AccSizeX>
  251. </Mm>
  252. </MemoryWindow1>
  253. <MemoryWindow2>
  254. <Mm>
  255. <WinNumber>2</WinNumber>
  256. <SubType>0</SubType>
  257. <ItemText>0x8041000</ItemText>
  258. <AccSizeX>0</AccSizeX>
  259. </Mm>
  260. </MemoryWindow2>
  261. <MemoryWindow4>
  262. <Mm>
  263. <WinNumber>4</WinNumber>
  264. <SubType>0</SubType>
  265. <ItemText>0x8000000</ItemText>
  266. <AccSizeX>0</AccSizeX>
  267. </Mm>
  268. </MemoryWindow4>
  269. <Tracepoint>
  270. <THDelay>0</THDelay>
  271. </Tracepoint>
  272. <DebugFlag>
  273. <trace>0</trace>
  274. <periodic>1</periodic>
  275. <aLwin>1</aLwin>
  276. <aCover>0</aCover>
  277. <aSer1>0</aSer1>
  278. <aSer2>0</aSer2>
  279. <aPa>0</aPa>
  280. <viewmode>1</viewmode>
  281. <vrSel>0</vrSel>
  282. <aSym>0</aSym>
  283. <aTbox>0</aTbox>
  284. <AscS1>0</AscS1>
  285. <AscS2>0</AscS2>
  286. <AscS3>0</AscS3>
  287. <aSer3>0</aSer3>
  288. <eProf>0</eProf>
  289. <aLa>0</aLa>
  290. <aPa1>0</aPa1>
  291. <AscS4>0</AscS4>
  292. <aSer4>0</aSer4>
  293. <StkLoc>1</StkLoc>
  294. <TrcWin>0</TrcWin>
  295. <newCpu>0</newCpu>
  296. <uProt>0</uProt>
  297. </DebugFlag>
  298. <LintExecutable></LintExecutable>
  299. <LintConfigFile></LintConfigFile>
  300. <bLintAuto>0</bLintAuto>
  301. <bAutoGenD>0</bAutoGenD>
  302. <LntExFlags>0</LntExFlags>
  303. <pMisraName></pMisraName>
  304. <pszMrule></pszMrule>
  305. <pSingCmds></pSingCmds>
  306. <pMultCmds></pMultCmds>
  307. <pMisraNamep></pMisraNamep>
  308. <pszMrulep></pszMrulep>
  309. <pSingCmdsp></pSingCmdsp>
  310. <pMultCmdsp></pMultCmdsp>
  311. <SystemViewers>
  312. <Entry>
  313. <Name>System Viewer\DMA1</Name>
  314. <WinId>35904</WinId>
  315. </Entry>
  316. <Entry>
  317. <Name>System Viewer\USART3</Name>
  318. <WinId>35905</WinId>
  319. </Entry>
  320. </SystemViewers>
  321. <DebugDescription>
  322. <Enable>1</Enable>
  323. <EnableFlashSeq>1</EnableFlashSeq>
  324. <EnableLog>0</EnableLog>
  325. <Protocol>2</Protocol>
  326. <DbgClock>10000000</DbgClock>
  327. </DebugDescription>
  328. </TargetOption>
  329. </Target>
  330. <Group>
  331. <GroupName>Application/MDK-ARM</GroupName>
  332. <tvExp>1</tvExp>
  333. <tvExpOptDlg>0</tvExpOptDlg>
  334. <cbSel>0</cbSel>
  335. <RteFlg>0</RteFlg>
  336. <File>
  337. <GroupNumber>1</GroupNumber>
  338. <FileNumber>1</FileNumber>
  339. <FileType>2</FileType>
  340. <tvExp>0</tvExp>
  341. <tvExpOptDlg>0</tvExpOptDlg>
  342. <bDave2>0</bDave2>
  343. <PathWithFileName>startup_stm32f103xe.s</PathWithFileName>
  344. <FilenameWithoutPath>startup_stm32f103xe.s</FilenameWithoutPath>
  345. <RteFlg>0</RteFlg>
  346. <bShared>0</bShared>
  347. </File>
  348. </Group>
  349. <Group>
  350. <GroupName>Application/User/Core</GroupName>
  351. <tvExp>1</tvExp>
  352. <tvExpOptDlg>0</tvExpOptDlg>
  353. <cbSel>0</cbSel>
  354. <RteFlg>0</RteFlg>
  355. <File>
  356. <GroupNumber>2</GroupNumber>
  357. <FileNumber>2</FileNumber>
  358. <FileType>1</FileType>
  359. <tvExp>0</tvExp>
  360. <tvExpOptDlg>0</tvExpOptDlg>
  361. <bDave2>0</bDave2>
  362. <PathWithFileName>..\Core\Src\task_communication.c</PathWithFileName>
  363. <FilenameWithoutPath>task_communication.c</FilenameWithoutPath>
  364. <RteFlg>0</RteFlg>
  365. <bShared>0</bShared>
  366. </File>
  367. <File>
  368. <GroupNumber>2</GroupNumber>
  369. <FileNumber>3</FileNumber>
  370. <FileType>1</FileType>
  371. <tvExp>0</tvExp>
  372. <tvExpOptDlg>0</tvExpOptDlg>
  373. <bDave2>0</bDave2>
  374. <PathWithFileName>..\Core\Src\task_ec800_upload.c</PathWithFileName>
  375. <FilenameWithoutPath>task_ec800_upload.c</FilenameWithoutPath>
  376. <RteFlg>0</RteFlg>
  377. <bShared>0</bShared>
  378. </File>
  379. <File>
  380. <GroupNumber>2</GroupNumber>
  381. <FileNumber>4</FileNumber>
  382. <FileType>1</FileType>
  383. <tvExp>0</tvExp>
  384. <tvExpOptDlg>0</tvExpOptDlg>
  385. <bDave2>0</bDave2>
  386. <PathWithFileName>..\Core\Src\cJSON.c</PathWithFileName>
  387. <FilenameWithoutPath>cJSON.c</FilenameWithoutPath>
  388. <RteFlg>0</RteFlg>
  389. <bShared>0</bShared>
  390. </File>
  391. <File>
  392. <GroupNumber>2</GroupNumber>
  393. <FileNumber>5</FileNumber>
  394. <FileType>1</FileType>
  395. <tvExp>0</tvExp>
  396. <tvExpOptDlg>0</tvExpOptDlg>
  397. <bDave2>0</bDave2>
  398. <PathWithFileName>..\Core\Src\EC800.c</PathWithFileName>
  399. <FilenameWithoutPath>EC800.c</FilenameWithoutPath>
  400. <RteFlg>0</RteFlg>
  401. <bShared>0</bShared>
  402. </File>
  403. <File>
  404. <GroupNumber>2</GroupNumber>
  405. <FileNumber>6</FileNumber>
  406. <FileType>1</FileType>
  407. <tvExp>0</tvExp>
  408. <tvExpOptDlg>0</tvExpOptDlg>
  409. <bDave2>0</bDave2>
  410. <PathWithFileName>..\Core\Src\nmea.c</PathWithFileName>
  411. <FilenameWithoutPath>nmea.c</FilenameWithoutPath>
  412. <RteFlg>0</RteFlg>
  413. <bShared>0</bShared>
  414. </File>
  415. <File>
  416. <GroupNumber>2</GroupNumber>
  417. <FileNumber>7</FileNumber>
  418. <FileType>1</FileType>
  419. <tvExp>0</tvExp>
  420. <tvExpOptDlg>0</tvExpOptDlg>
  421. <bDave2>0</bDave2>
  422. <PathWithFileName>..\Core\Src\electronicFence.c</PathWithFileName>
  423. <FilenameWithoutPath>electronicFence.c</FilenameWithoutPath>
  424. <RteFlg>0</RteFlg>
  425. <bShared>0</bShared>
  426. </File>
  427. <File>
  428. <GroupNumber>2</GroupNumber>
  429. <FileNumber>8</FileNumber>
  430. <FileType>1</FileType>
  431. <tvExp>0</tvExp>
  432. <tvExpOptDlg>0</tvExpOptDlg>
  433. <bDave2>0</bDave2>
  434. <PathWithFileName>../Core/Src/main.c</PathWithFileName>
  435. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  436. <RteFlg>0</RteFlg>
  437. <bShared>0</bShared>
  438. </File>
  439. <File>
  440. <GroupNumber>2</GroupNumber>
  441. <FileNumber>9</FileNumber>
  442. <FileType>1</FileType>
  443. <tvExp>0</tvExp>
  444. <tvExpOptDlg>0</tvExpOptDlg>
  445. <bDave2>0</bDave2>
  446. <PathWithFileName>../Core/Src/gpio.c</PathWithFileName>
  447. <FilenameWithoutPath>gpio.c</FilenameWithoutPath>
  448. <RteFlg>0</RteFlg>
  449. <bShared>0</bShared>
  450. </File>
  451. <File>
  452. <GroupNumber>2</GroupNumber>
  453. <FileNumber>10</FileNumber>
  454. <FileType>1</FileType>
  455. <tvExp>0</tvExp>
  456. <tvExpOptDlg>0</tvExpOptDlg>
  457. <bDave2>0</bDave2>
  458. <PathWithFileName>../Core/Src/freertos.c</PathWithFileName>
  459. <FilenameWithoutPath>freertos.c</FilenameWithoutPath>
  460. <RteFlg>0</RteFlg>
  461. <bShared>0</bShared>
  462. </File>
  463. <File>
  464. <GroupNumber>2</GroupNumber>
  465. <FileNumber>11</FileNumber>
  466. <FileType>1</FileType>
  467. <tvExp>0</tvExp>
  468. <tvExpOptDlg>0</tvExpOptDlg>
  469. <bDave2>0</bDave2>
  470. <PathWithFileName>../Core/Src/dma.c</PathWithFileName>
  471. <FilenameWithoutPath>dma.c</FilenameWithoutPath>
  472. <RteFlg>0</RteFlg>
  473. <bShared>0</bShared>
  474. </File>
  475. <File>
  476. <GroupNumber>2</GroupNumber>
  477. <FileNumber>12</FileNumber>
  478. <FileType>1</FileType>
  479. <tvExp>0</tvExp>
  480. <tvExpOptDlg>0</tvExpOptDlg>
  481. <bDave2>0</bDave2>
  482. <PathWithFileName>../Core/Src/tim.c</PathWithFileName>
  483. <FilenameWithoutPath>tim.c</FilenameWithoutPath>
  484. <RteFlg>0</RteFlg>
  485. <bShared>0</bShared>
  486. </File>
  487. <File>
  488. <GroupNumber>2</GroupNumber>
  489. <FileNumber>13</FileNumber>
  490. <FileType>1</FileType>
  491. <tvExp>0</tvExp>
  492. <tvExpOptDlg>0</tvExpOptDlg>
  493. <bDave2>0</bDave2>
  494. <PathWithFileName>../Core/Src/usart.c</PathWithFileName>
  495. <FilenameWithoutPath>usart.c</FilenameWithoutPath>
  496. <RteFlg>0</RteFlg>
  497. <bShared>0</bShared>
  498. </File>
  499. <File>
  500. <GroupNumber>2</GroupNumber>
  501. <FileNumber>14</FileNumber>
  502. <FileType>1</FileType>
  503. <tvExp>0</tvExp>
  504. <tvExpOptDlg>0</tvExpOptDlg>
  505. <bDave2>0</bDave2>
  506. <PathWithFileName>../Core/Src/stm32f1xx_it.c</PathWithFileName>
  507. <FilenameWithoutPath>stm32f1xx_it.c</FilenameWithoutPath>
  508. <RteFlg>0</RteFlg>
  509. <bShared>0</bShared>
  510. </File>
  511. <File>
  512. <GroupNumber>2</GroupNumber>
  513. <FileNumber>15</FileNumber>
  514. <FileType>1</FileType>
  515. <tvExp>0</tvExp>
  516. <tvExpOptDlg>0</tvExpOptDlg>
  517. <bDave2>0</bDave2>
  518. <PathWithFileName>../Core/Src/stm32f1xx_hal_msp.c</PathWithFileName>
  519. <FilenameWithoutPath>stm32f1xx_hal_msp.c</FilenameWithoutPath>
  520. <RteFlg>0</RteFlg>
  521. <bShared>0</bShared>
  522. </File>
  523. <File>
  524. <GroupNumber>2</GroupNumber>
  525. <FileNumber>16</FileNumber>
  526. <FileType>1</FileType>
  527. <tvExp>0</tvExp>
  528. <tvExpOptDlg>0</tvExpOptDlg>
  529. <bDave2>0</bDave2>
  530. <PathWithFileName>../Core/Src/stm32f1xx_hal_timebase_tim.c</PathWithFileName>
  531. <FilenameWithoutPath>stm32f1xx_hal_timebase_tim.c</FilenameWithoutPath>
  532. <RteFlg>0</RteFlg>
  533. <bShared>0</bShared>
  534. </File>
  535. </Group>
  536. <Group>
  537. <GroupName>Drivers/STM32F1xx_HAL_Driver</GroupName>
  538. <tvExp>0</tvExp>
  539. <tvExpOptDlg>0</tvExpOptDlg>
  540. <cbSel>0</cbSel>
  541. <RteFlg>0</RteFlg>
  542. <File>
  543. <GroupNumber>3</GroupNumber>
  544. <FileNumber>17</FileNumber>
  545. <FileType>1</FileType>
  546. <tvExp>0</tvExp>
  547. <tvExpOptDlg>0</tvExpOptDlg>
  548. <bDave2>0</bDave2>
  549. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c</PathWithFileName>
  550. <FilenameWithoutPath>stm32f1xx_hal_gpio_ex.c</FilenameWithoutPath>
  551. <RteFlg>0</RteFlg>
  552. <bShared>0</bShared>
  553. </File>
  554. <File>
  555. <GroupNumber>3</GroupNumber>
  556. <FileNumber>18</FileNumber>
  557. <FileType>1</FileType>
  558. <tvExp>0</tvExp>
  559. <tvExpOptDlg>0</tvExpOptDlg>
  560. <bDave2>0</bDave2>
  561. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c</PathWithFileName>
  562. <FilenameWithoutPath>stm32f1xx_hal.c</FilenameWithoutPath>
  563. <RteFlg>0</RteFlg>
  564. <bShared>0</bShared>
  565. </File>
  566. <File>
  567. <GroupNumber>3</GroupNumber>
  568. <FileNumber>19</FileNumber>
  569. <FileType>1</FileType>
  570. <tvExp>0</tvExp>
  571. <tvExpOptDlg>0</tvExpOptDlg>
  572. <bDave2>0</bDave2>
  573. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c</PathWithFileName>
  574. <FilenameWithoutPath>stm32f1xx_hal_rcc.c</FilenameWithoutPath>
  575. <RteFlg>0</RteFlg>
  576. <bShared>0</bShared>
  577. </File>
  578. <File>
  579. <GroupNumber>3</GroupNumber>
  580. <FileNumber>20</FileNumber>
  581. <FileType>1</FileType>
  582. <tvExp>0</tvExp>
  583. <tvExpOptDlg>0</tvExpOptDlg>
  584. <bDave2>0</bDave2>
  585. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c</PathWithFileName>
  586. <FilenameWithoutPath>stm32f1xx_hal_rcc_ex.c</FilenameWithoutPath>
  587. <RteFlg>0</RteFlg>
  588. <bShared>0</bShared>
  589. </File>
  590. <File>
  591. <GroupNumber>3</GroupNumber>
  592. <FileNumber>21</FileNumber>
  593. <FileType>1</FileType>
  594. <tvExp>0</tvExp>
  595. <tvExpOptDlg>0</tvExpOptDlg>
  596. <bDave2>0</bDave2>
  597. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c</PathWithFileName>
  598. <FilenameWithoutPath>stm32f1xx_hal_gpio.c</FilenameWithoutPath>
  599. <RteFlg>0</RteFlg>
  600. <bShared>0</bShared>
  601. </File>
  602. <File>
  603. <GroupNumber>3</GroupNumber>
  604. <FileNumber>22</FileNumber>
  605. <FileType>1</FileType>
  606. <tvExp>0</tvExp>
  607. <tvExpOptDlg>0</tvExpOptDlg>
  608. <bDave2>0</bDave2>
  609. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c</PathWithFileName>
  610. <FilenameWithoutPath>stm32f1xx_hal_dma.c</FilenameWithoutPath>
  611. <RteFlg>0</RteFlg>
  612. <bShared>0</bShared>
  613. </File>
  614. <File>
  615. <GroupNumber>3</GroupNumber>
  616. <FileNumber>23</FileNumber>
  617. <FileType>1</FileType>
  618. <tvExp>0</tvExp>
  619. <tvExpOptDlg>0</tvExpOptDlg>
  620. <bDave2>0</bDave2>
  621. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c</PathWithFileName>
  622. <FilenameWithoutPath>stm32f1xx_hal_cortex.c</FilenameWithoutPath>
  623. <RteFlg>0</RteFlg>
  624. <bShared>0</bShared>
  625. </File>
  626. <File>
  627. <GroupNumber>3</GroupNumber>
  628. <FileNumber>24</FileNumber>
  629. <FileType>1</FileType>
  630. <tvExp>0</tvExp>
  631. <tvExpOptDlg>0</tvExpOptDlg>
  632. <bDave2>0</bDave2>
  633. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c</PathWithFileName>
  634. <FilenameWithoutPath>stm32f1xx_hal_pwr.c</FilenameWithoutPath>
  635. <RteFlg>0</RteFlg>
  636. <bShared>0</bShared>
  637. </File>
  638. <File>
  639. <GroupNumber>3</GroupNumber>
  640. <FileNumber>25</FileNumber>
  641. <FileType>1</FileType>
  642. <tvExp>0</tvExp>
  643. <tvExpOptDlg>0</tvExpOptDlg>
  644. <bDave2>0</bDave2>
  645. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c</PathWithFileName>
  646. <FilenameWithoutPath>stm32f1xx_hal_flash.c</FilenameWithoutPath>
  647. <RteFlg>0</RteFlg>
  648. <bShared>0</bShared>
  649. </File>
  650. <File>
  651. <GroupNumber>3</GroupNumber>
  652. <FileNumber>26</FileNumber>
  653. <FileType>1</FileType>
  654. <tvExp>0</tvExp>
  655. <tvExpOptDlg>0</tvExpOptDlg>
  656. <bDave2>0</bDave2>
  657. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c</PathWithFileName>
  658. <FilenameWithoutPath>stm32f1xx_hal_flash_ex.c</FilenameWithoutPath>
  659. <RteFlg>0</RteFlg>
  660. <bShared>0</bShared>
  661. </File>
  662. <File>
  663. <GroupNumber>3</GroupNumber>
  664. <FileNumber>27</FileNumber>
  665. <FileType>1</FileType>
  666. <tvExp>0</tvExp>
  667. <tvExpOptDlg>0</tvExpOptDlg>
  668. <bDave2>0</bDave2>
  669. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c</PathWithFileName>
  670. <FilenameWithoutPath>stm32f1xx_hal_exti.c</FilenameWithoutPath>
  671. <RteFlg>0</RteFlg>
  672. <bShared>0</bShared>
  673. </File>
  674. <File>
  675. <GroupNumber>3</GroupNumber>
  676. <FileNumber>28</FileNumber>
  677. <FileType>1</FileType>
  678. <tvExp>0</tvExp>
  679. <tvExpOptDlg>0</tvExpOptDlg>
  680. <bDave2>0</bDave2>
  681. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c</PathWithFileName>
  682. <FilenameWithoutPath>stm32f1xx_hal_tim.c</FilenameWithoutPath>
  683. <RteFlg>0</RteFlg>
  684. <bShared>0</bShared>
  685. </File>
  686. <File>
  687. <GroupNumber>3</GroupNumber>
  688. <FileNumber>29</FileNumber>
  689. <FileType>1</FileType>
  690. <tvExp>0</tvExp>
  691. <tvExpOptDlg>0</tvExpOptDlg>
  692. <bDave2>0</bDave2>
  693. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c</PathWithFileName>
  694. <FilenameWithoutPath>stm32f1xx_hal_tim_ex.c</FilenameWithoutPath>
  695. <RteFlg>0</RteFlg>
  696. <bShared>0</bShared>
  697. </File>
  698. <File>
  699. <GroupNumber>3</GroupNumber>
  700. <FileNumber>30</FileNumber>
  701. <FileType>1</FileType>
  702. <tvExp>0</tvExp>
  703. <tvExpOptDlg>0</tvExpOptDlg>
  704. <bDave2>0</bDave2>
  705. <PathWithFileName>../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c</PathWithFileName>
  706. <FilenameWithoutPath>stm32f1xx_hal_uart.c</FilenameWithoutPath>
  707. <RteFlg>0</RteFlg>
  708. <bShared>0</bShared>
  709. </File>
  710. </Group>
  711. <Group>
  712. <GroupName>Drivers/CMSIS</GroupName>
  713. <tvExp>0</tvExp>
  714. <tvExpOptDlg>0</tvExpOptDlg>
  715. <cbSel>0</cbSel>
  716. <RteFlg>0</RteFlg>
  717. <File>
  718. <GroupNumber>4</GroupNumber>
  719. <FileNumber>31</FileNumber>
  720. <FileType>1</FileType>
  721. <tvExp>0</tvExp>
  722. <tvExpOptDlg>0</tvExpOptDlg>
  723. <bDave2>0</bDave2>
  724. <PathWithFileName>../Core/Src/system_stm32f1xx.c</PathWithFileName>
  725. <FilenameWithoutPath>system_stm32f1xx.c</FilenameWithoutPath>
  726. <RteFlg>0</RteFlg>
  727. <bShared>0</bShared>
  728. </File>
  729. </Group>
  730. <Group>
  731. <GroupName>Middlewares/FreeRTOS</GroupName>
  732. <tvExp>0</tvExp>
  733. <tvExpOptDlg>0</tvExpOptDlg>
  734. <cbSel>0</cbSel>
  735. <RteFlg>0</RteFlg>
  736. <File>
  737. <GroupNumber>5</GroupNumber>
  738. <FileNumber>32</FileNumber>
  739. <FileType>1</FileType>
  740. <tvExp>0</tvExp>
  741. <tvExpOptDlg>0</tvExpOptDlg>
  742. <bDave2>0</bDave2>
  743. <PathWithFileName>../Middlewares/Third_Party/FreeRTOS/Source/croutine.c</PathWithFileName>
  744. <FilenameWithoutPath>croutine.c</FilenameWithoutPath>
  745. <RteFlg>0</RteFlg>
  746. <bShared>0</bShared>
  747. </File>
  748. <File>
  749. <GroupNumber>5</GroupNumber>
  750. <FileNumber>33</FileNumber>
  751. <FileType>1</FileType>
  752. <tvExp>0</tvExp>
  753. <tvExpOptDlg>0</tvExpOptDlg>
  754. <bDave2>0</bDave2>
  755. <PathWithFileName>../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c</PathWithFileName>
  756. <FilenameWithoutPath>event_groups.c</FilenameWithoutPath>
  757. <RteFlg>0</RteFlg>
  758. <bShared>0</bShared>
  759. </File>
  760. <File>
  761. <GroupNumber>5</GroupNumber>
  762. <FileNumber>34</FileNumber>
  763. <FileType>1</FileType>
  764. <tvExp>0</tvExp>
  765. <tvExpOptDlg>0</tvExpOptDlg>
  766. <bDave2>0</bDave2>
  767. <PathWithFileName>../Middlewares/Third_Party/FreeRTOS/Source/list.c</PathWithFileName>
  768. <FilenameWithoutPath>list.c</FilenameWithoutPath>
  769. <RteFlg>0</RteFlg>
  770. <bShared>0</bShared>
  771. </File>
  772. <File>
  773. <GroupNumber>5</GroupNumber>
  774. <FileNumber>35</FileNumber>
  775. <FileType>1</FileType>
  776. <tvExp>0</tvExp>
  777. <tvExpOptDlg>0</tvExpOptDlg>
  778. <bDave2>0</bDave2>
  779. <PathWithFileName>../Middlewares/Third_Party/FreeRTOS/Source/queue.c</PathWithFileName>
  780. <FilenameWithoutPath>queue.c</FilenameWithoutPath>
  781. <RteFlg>0</RteFlg>
  782. <bShared>0</bShared>
  783. </File>
  784. <File>
  785. <GroupNumber>5</GroupNumber>
  786. <FileNumber>36</FileNumber>
  787. <FileType>1</FileType>
  788. <tvExp>0</tvExp>
  789. <tvExpOptDlg>0</tvExpOptDlg>
  790. <bDave2>0</bDave2>
  791. <PathWithFileName>../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c</PathWithFileName>
  792. <FilenameWithoutPath>stream_buffer.c</FilenameWithoutPath>
  793. <RteFlg>0</RteFlg>
  794. <bShared>0</bShared>
  795. </File>
  796. <File>
  797. <GroupNumber>5</GroupNumber>
  798. <FileNumber>37</FileNumber>
  799. <FileType>1</FileType>
  800. <tvExp>0</tvExp>
  801. <tvExpOptDlg>0</tvExpOptDlg>
  802. <bDave2>0</bDave2>
  803. <PathWithFileName>../Middlewares/Third_Party/FreeRTOS/Source/tasks.c</PathWithFileName>
  804. <FilenameWithoutPath>tasks.c</FilenameWithoutPath>
  805. <RteFlg>0</RteFlg>
  806. <bShared>0</bShared>
  807. </File>
  808. <File>
  809. <GroupNumber>5</GroupNumber>
  810. <FileNumber>38</FileNumber>
  811. <FileType>1</FileType>
  812. <tvExp>0</tvExp>
  813. <tvExpOptDlg>0</tvExpOptDlg>
  814. <bDave2>0</bDave2>
  815. <PathWithFileName>../Middlewares/Third_Party/FreeRTOS/Source/timers.c</PathWithFileName>
  816. <FilenameWithoutPath>timers.c</FilenameWithoutPath>
  817. <RteFlg>0</RteFlg>
  818. <bShared>0</bShared>
  819. </File>
  820. <File>
  821. <GroupNumber>5</GroupNumber>
  822. <FileNumber>39</FileNumber>
  823. <FileType>1</FileType>
  824. <tvExp>0</tvExp>
  825. <tvExpOptDlg>0</tvExpOptDlg>
  826. <bDave2>0</bDave2>
  827. <PathWithFileName>../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c</PathWithFileName>
  828. <FilenameWithoutPath>cmsis_os2.c</FilenameWithoutPath>
  829. <RteFlg>0</RteFlg>
  830. <bShared>0</bShared>
  831. </File>
  832. <File>
  833. <GroupNumber>5</GroupNumber>
  834. <FileNumber>40</FileNumber>
  835. <FileType>1</FileType>
  836. <tvExp>0</tvExp>
  837. <tvExpOptDlg>0</tvExpOptDlg>
  838. <bDave2>0</bDave2>
  839. <PathWithFileName>../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c</PathWithFileName>
  840. <FilenameWithoutPath>heap_4.c</FilenameWithoutPath>
  841. <RteFlg>0</RteFlg>
  842. <bShared>0</bShared>
  843. </File>
  844. <File>
  845. <GroupNumber>5</GroupNumber>
  846. <FileNumber>41</FileNumber>
  847. <FileType>1</FileType>
  848. <tvExp>0</tvExp>
  849. <tvExpOptDlg>0</tvExpOptDlg>
  850. <bDave2>0</bDave2>
  851. <PathWithFileName>../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c</PathWithFileName>
  852. <FilenameWithoutPath>port.c</FilenameWithoutPath>
  853. <RteFlg>0</RteFlg>
  854. <bShared>0</bShared>
  855. </File>
  856. </Group>
  857. <Group>
  858. <GroupName>Drivers/BSP</GroupName>
  859. <tvExp>1</tvExp>
  860. <tvExpOptDlg>0</tvExpOptDlg>
  861. <cbSel>0</cbSel>
  862. <RteFlg>0</RteFlg>
  863. <File>
  864. <GroupNumber>6</GroupNumber>
  865. <FileNumber>42</FileNumber>
  866. <FileType>1</FileType>
  867. <tvExp>0</tvExp>
  868. <tvExpOptDlg>0</tvExpOptDlg>
  869. <bDave2>0</bDave2>
  870. <PathWithFileName>..\Drivers\BSP\ATK_MS6050\atk_ms6050.c</PathWithFileName>
  871. <FilenameWithoutPath>atk_ms6050.c</FilenameWithoutPath>
  872. <RteFlg>0</RteFlg>
  873. <bShared>0</bShared>
  874. </File>
  875. <File>
  876. <GroupNumber>6</GroupNumber>
  877. <FileNumber>43</FileNumber>
  878. <FileType>1</FileType>
  879. <tvExp>0</tvExp>
  880. <tvExpOptDlg>0</tvExpOptDlg>
  881. <bDave2>0</bDave2>
  882. <PathWithFileName>..\Drivers\BSP\ATK_MS6050\atk_ms6050_iic.c</PathWithFileName>
  883. <FilenameWithoutPath>atk_ms6050_iic.c</FilenameWithoutPath>
  884. <RteFlg>0</RteFlg>
  885. <bShared>0</bShared>
  886. </File>
  887. <File>
  888. <GroupNumber>6</GroupNumber>
  889. <FileNumber>44</FileNumber>
  890. <FileType>1</FileType>
  891. <tvExp>0</tvExp>
  892. <tvExpOptDlg>0</tvExpOptDlg>
  893. <bDave2>0</bDave2>
  894. <PathWithFileName>..\Drivers\BSP\ATK_MS6050\eMPL\inv_mpu.c</PathWithFileName>
  895. <FilenameWithoutPath>inv_mpu.c</FilenameWithoutPath>
  896. <RteFlg>0</RteFlg>
  897. <bShared>0</bShared>
  898. </File>
  899. <File>
  900. <GroupNumber>6</GroupNumber>
  901. <FileNumber>45</FileNumber>
  902. <FileType>1</FileType>
  903. <tvExp>0</tvExp>
  904. <tvExpOptDlg>0</tvExpOptDlg>
  905. <bDave2>0</bDave2>
  906. <PathWithFileName>..\Drivers\BSP\ATK_MS6050\eMPL\inv_mpu_dmp_motion_driver.c</PathWithFileName>
  907. <FilenameWithoutPath>inv_mpu_dmp_motion_driver.c</FilenameWithoutPath>
  908. <RteFlg>0</RteFlg>
  909. <bShared>0</bShared>
  910. </File>
  911. <File>
  912. <GroupNumber>6</GroupNumber>
  913. <FileNumber>46</FileNumber>
  914. <FileType>1</FileType>
  915. <tvExp>0</tvExp>
  916. <tvExpOptDlg>0</tvExpOptDlg>
  917. <bDave2>0</bDave2>
  918. <PathWithFileName>..\Drivers\BSP\Flash\flash.c</PathWithFileName>
  919. <FilenameWithoutPath>flash.c</FilenameWithoutPath>
  920. <RteFlg>0</RteFlg>
  921. <bShared>0</bShared>
  922. </File>
  923. </Group>
  924. <Group>
  925. <GroupName>User/APP</GroupName>
  926. <tvExp>1</tvExp>
  927. <tvExpOptDlg>0</tvExpOptDlg>
  928. <cbSel>0</cbSel>
  929. <RteFlg>0</RteFlg>
  930. <File>
  931. <GroupNumber>7</GroupNumber>
  932. <FileNumber>47</FileNumber>
  933. <FileType>1</FileType>
  934. <tvExp>0</tvExp>
  935. <tvExpOptDlg>0</tvExpOptDlg>
  936. <bDave2>0</bDave2>
  937. <PathWithFileName>..\User\mpu6050_app\turnDetection.c</PathWithFileName>
  938. <FilenameWithoutPath>turnDetection.c</FilenameWithoutPath>
  939. <RteFlg>0</RteFlg>
  940. <bShared>0</bShared>
  941. </File>
  942. <File>
  943. <GroupNumber>7</GroupNumber>
  944. <FileNumber>48</FileNumber>
  945. <FileType>1</FileType>
  946. <tvExp>0</tvExp>
  947. <tvExpOptDlg>0</tvExpOptDlg>
  948. <bDave2>0</bDave2>
  949. <PathWithFileName>..\User\OTA\EC800_FTP_OTA.c</PathWithFileName>
  950. <FilenameWithoutPath>EC800_FTP_OTA.c</FilenameWithoutPath>
  951. <RteFlg>0</RteFlg>
  952. <bShared>0</bShared>
  953. </File>
  954. <File>
  955. <GroupNumber>7</GroupNumber>
  956. <FileNumber>49</FileNumber>
  957. <FileType>1</FileType>
  958. <tvExp>0</tvExp>
  959. <tvExpOptDlg>0</tvExpOptDlg>
  960. <bDave2>0</bDave2>
  961. <PathWithFileName>..\User\comm_car_485\comm_car_485.c</PathWithFileName>
  962. <FilenameWithoutPath>comm_car_485.c</FilenameWithoutPath>
  963. <RteFlg>0</RteFlg>
  964. <bShared>0</bShared>
  965. </File>
  966. </Group>
  967. <Group>
  968. <GroupName>::CMSIS</GroupName>
  969. <tvExp>0</tvExp>
  970. <tvExpOptDlg>0</tvExpOptDlg>
  971. <cbSel>0</cbSel>
  972. <RteFlg>1</RteFlg>
  973. </Group>
  974. </ProjectOpt>