Z20PMU.uvoptx 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275
  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>Z20PMU</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>.\Z20PMU\</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>4</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>Segger\JL2CM3.dll</pMon>
  113. </DebugOpt>
  114. <TargetDriverDllRegistry>
  115. <SetRegEntry>
  116. <Number>0</Number>
  117. <Key>DLGUARM</Key>
  118. <Name>d</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>ARMRTXEVENTFLAGS</Key>
  123. <Name>-L70 -Z18 -C0 -M0 -T1</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>DLGTARM</Key>
  128. <Name>(1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=1345,192,1603,780,0)(1012=-1,-1,-1,-1,0)</Name>
  129. </SetRegEntry>
  130. <SetRegEntry>
  131. <Number>0</Number>
  132. <Key>ARMDBGFLAGS</Key>
  133. <Name></Name>
  134. </SetRegEntry>
  135. <SetRegEntry>
  136. <Number>0</Number>
  137. <Key>JL2CM3</Key>
  138. <Name>-U69403570 -O78 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8004 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32F405RGTx$CMSIS\Flash\STM32F4xx_1024.FLM)</Name>
  139. </SetRegEntry>
  140. <SetRegEntry>
  141. <Number>0</Number>
  142. <Key>UL2CM3</Key>
  143. <Name>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32F405RGTx$CMSIS\Flash\STM32F4xx_1024.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 -FF0STM32F4xx_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32F405RGTx$CMSIS\Flash\STM32F4xx_1024.FLM)</Name>
  149. </SetRegEntry>
  150. </TargetDriverDllRegistry>
  151. <Breakpoint>
  152. <Bp>
  153. <Number>0</Number>
  154. <Type>0</Type>
  155. <LineNumber>392</LineNumber>
  156. <EnabledFlag>1</EnabledFlag>
  157. <Address>134389780</Address>
  158. <ByteObject>0</ByteObject>
  159. <HtxType>0</HtxType>
  160. <ManyObjects>0</ManyObjects>
  161. <SizeOfObject>0</SizeOfObject>
  162. <BreakByAccess>0</BreakByAccess>
  163. <BreakIfRCount>1</BreakIfRCount>
  164. <Filename>..\user_src\soft_bms.c</Filename>
  165. <ExecCommand></ExecCommand>
  166. <Expression>\\Z20PMU\../user_src/soft_bms.c\392</Expression>
  167. </Bp>
  168. <Bp>
  169. <Number>1</Number>
  170. <Type>0</Type>
  171. <LineNumber>94</LineNumber>
  172. <EnabledFlag>1</EnabledFlag>
  173. <Address>134426022</Address>
  174. <ByteObject>0</ByteObject>
  175. <HtxType>0</HtxType>
  176. <ManyObjects>0</ManyObjects>
  177. <SizeOfObject>0</SizeOfObject>
  178. <BreakByAccess>0</BreakByAccess>
  179. <BreakIfRCount>1</BreakIfRCount>
  180. <Filename>../Core/Src/main.c</Filename>
  181. <ExecCommand></ExecCommand>
  182. <Expression>\\Z20PMU\../Core/Src/main.c\94</Expression>
  183. </Bp>
  184. <Bp>
  185. <Number>2</Number>
  186. <Type>0</Type>
  187. <LineNumber>196</LineNumber>
  188. <EnabledFlag>1</EnabledFlag>
  189. <Address>134458738</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>..\user_src\system_init.c</Filename>
  197. <ExecCommand></ExecCommand>
  198. <Expression>\\Z20PMU\../user_src/system_init.c\196</Expression>
  199. </Bp>
  200. </Breakpoint>
  201. <WatchWindow1>
  202. <Ww>
  203. <count>0</count>
  204. <WinNumber>1</WinNumber>
  205. <ItemText>Dev.Weight</ItemText>
  206. </Ww>
  207. <Ww>
  208. <count>1</count>
  209. <WinNumber>1</WinNumber>
  210. <ItemText>Poweramp_recv_buf</ItemText>
  211. </Ww>
  212. <Ww>
  213. <count>2</count>
  214. <WinNumber>1</WinNumber>
  215. <ItemText>F_radar</ItemText>
  216. </Ww>
  217. </WatchWindow1>
  218. <WatchWindow2>
  219. <Ww>
  220. <count>0</count>
  221. <WinNumber>2</WinNumber>
  222. <ItemText>Poweramp_recv_index</ItemText>
  223. </Ww>
  224. <Ww>
  225. <count>1</count>
  226. <WinNumber>2</WinNumber>
  227. <ItemText>Herewin_Link</ItemText>
  228. </Ww>
  229. <Ww>
  230. <count>2</count>
  231. <WinNumber>2</WinNumber>
  232. <ItemText>Poweramp_Link</ItemText>
  233. </Ww>
  234. <Ww>
  235. <count>3</count>
  236. <WinNumber>2</WinNumber>
  237. <ItemText>EscMsg</ItemText>
  238. </Ww>
  239. <Ww>
  240. <count>4</count>
  241. <WinNumber>2</WinNumber>
  242. <ItemText>Device2</ItemText>
  243. </Ww>
  244. <Ww>
  245. <count>5</count>
  246. <WinNumber>2</WinNumber>
  247. <ItemText>send_uart_rkfifo,0x10</ItemText>
  248. </Ww>
  249. </WatchWindow2>
  250. <MemoryWindow1>
  251. <Mm>
  252. <WinNumber>1</WinNumber>
  253. <SubType>2</SubType>
  254. <ItemText>0x20005004</ItemText>
  255. <AccSizeX>0</AccSizeX>
  256. </Mm>
  257. </MemoryWindow1>
  258. <Tracepoint>
  259. <THDelay>0</THDelay>
  260. </Tracepoint>
  261. <DebugFlag>
  262. <trace>0</trace>
  263. <periodic>1</periodic>
  264. <aLwin>1</aLwin>
  265. <aCover>0</aCover>
  266. <aSer1>0</aSer1>
  267. <aSer2>0</aSer2>
  268. <aPa>0</aPa>
  269. <viewmode>1</viewmode>
  270. <vrSel>0</vrSel>
  271. <aSym>0</aSym>
  272. <aTbox>0</aTbox>
  273. <AscS1>0</AscS1>
  274. <AscS2>0</AscS2>
  275. <AscS3>0</AscS3>
  276. <aSer3>0</aSer3>
  277. <eProf>0</eProf>
  278. <aLa>0</aLa>
  279. <aPa1>0</aPa1>
  280. <AscS4>0</AscS4>
  281. <aSer4>0</aSer4>
  282. <StkLoc>1</StkLoc>
  283. <TrcWin>0</TrcWin>
  284. <newCpu>0</newCpu>
  285. <uProt>0</uProt>
  286. </DebugFlag>
  287. <LintExecutable></LintExecutable>
  288. <LintConfigFile></LintConfigFile>
  289. <bLintAuto>0</bLintAuto>
  290. <bAutoGenD>0</bAutoGenD>
  291. <LntExFlags>0</LntExFlags>
  292. <pMisraName></pMisraName>
  293. <pszMrule></pszMrule>
  294. <pSingCmds></pSingCmds>
  295. <pMultCmds></pMultCmds>
  296. <pMisraNamep></pMisraNamep>
  297. <pszMrulep></pszMrulep>
  298. <pSingCmdsp></pSingCmdsp>
  299. <pMultCmdsp></pMultCmdsp>
  300. <DebugDescription>
  301. <Enable>1</Enable>
  302. <EnableFlashSeq>1</EnableFlashSeq>
  303. <EnableLog>0</EnableLog>
  304. <Protocol>2</Protocol>
  305. <DbgClock>10000000</DbgClock>
  306. </DebugDescription>
  307. </TargetOption>
  308. </Target>
  309. <Group>
  310. <GroupName>Application/MDK-ARM</GroupName>
  311. <tvExp>1</tvExp>
  312. <tvExpOptDlg>0</tvExpOptDlg>
  313. <cbSel>0</cbSel>
  314. <RteFlg>0</RteFlg>
  315. <File>
  316. <GroupNumber>1</GroupNumber>
  317. <FileNumber>1</FileNumber>
  318. <FileType>2</FileType>
  319. <tvExp>0</tvExp>
  320. <tvExpOptDlg>0</tvExpOptDlg>
  321. <bDave2>0</bDave2>
  322. <PathWithFileName>startup_stm32f405xx.s</PathWithFileName>
  323. <FilenameWithoutPath>startup_stm32f405xx.s</FilenameWithoutPath>
  324. <RteFlg>0</RteFlg>
  325. <bShared>0</bShared>
  326. </File>
  327. </Group>
  328. <Group>
  329. <GroupName>Application/User/Core</GroupName>
  330. <tvExp>1</tvExp>
  331. <tvExpOptDlg>0</tvExpOptDlg>
  332. <cbSel>0</cbSel>
  333. <RteFlg>0</RteFlg>
  334. <File>
  335. <GroupNumber>2</GroupNumber>
  336. <FileNumber>2</FileNumber>
  337. <FileType>1</FileType>
  338. <tvExp>0</tvExp>
  339. <tvExpOptDlg>0</tvExpOptDlg>
  340. <bDave2>0</bDave2>
  341. <PathWithFileName>../Core/Src/main.c</PathWithFileName>
  342. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  343. <RteFlg>0</RteFlg>
  344. <bShared>0</bShared>
  345. </File>
  346. <File>
  347. <GroupNumber>2</GroupNumber>
  348. <FileNumber>3</FileNumber>
  349. <FileType>1</FileType>
  350. <tvExp>0</tvExp>
  351. <tvExpOptDlg>0</tvExpOptDlg>
  352. <bDave2>0</bDave2>
  353. <PathWithFileName>../Core/Src/stm32f4xx_it.c</PathWithFileName>
  354. <FilenameWithoutPath>stm32f4xx_it.c</FilenameWithoutPath>
  355. <RteFlg>0</RteFlg>
  356. <bShared>0</bShared>
  357. </File>
  358. <File>
  359. <GroupNumber>2</GroupNumber>
  360. <FileNumber>4</FileNumber>
  361. <FileType>1</FileType>
  362. <tvExp>0</tvExp>
  363. <tvExpOptDlg>0</tvExpOptDlg>
  364. <bDave2>0</bDave2>
  365. <PathWithFileName>../Core/Src/stm32f4xx_hal_msp.c</PathWithFileName>
  366. <FilenameWithoutPath>stm32f4xx_hal_msp.c</FilenameWithoutPath>
  367. <RteFlg>0</RteFlg>
  368. <bShared>0</bShared>
  369. </File>
  370. <File>
  371. <GroupNumber>2</GroupNumber>
  372. <FileNumber>5</FileNumber>
  373. <FileType>1</FileType>
  374. <tvExp>0</tvExp>
  375. <tvExpOptDlg>0</tvExpOptDlg>
  376. <bDave2>0</bDave2>
  377. <PathWithFileName>../Core/Src/stm32f4xx_hal_timebase_tim.c</PathWithFileName>
  378. <FilenameWithoutPath>stm32f4xx_hal_timebase_tim.c</FilenameWithoutPath>
  379. <RteFlg>0</RteFlg>
  380. <bShared>0</bShared>
  381. </File>
  382. </Group>
  383. <Group>
  384. <GroupName>Drivers/STM32F4xx_HAL_Driver</GroupName>
  385. <tvExp>0</tvExp>
  386. <tvExpOptDlg>0</tvExpOptDlg>
  387. <cbSel>0</cbSel>
  388. <RteFlg>0</RteFlg>
  389. <File>
  390. <GroupNumber>3</GroupNumber>
  391. <FileNumber>6</FileNumber>
  392. <FileType>1</FileType>
  393. <tvExp>0</tvExp>
  394. <tvExpOptDlg>0</tvExpOptDlg>
  395. <bDave2>0</bDave2>
  396. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c</PathWithFileName>
  397. <FilenameWithoutPath>stm32f4xx_hal_adc.c</FilenameWithoutPath>
  398. <RteFlg>0</RteFlg>
  399. <bShared>0</bShared>
  400. </File>
  401. <File>
  402. <GroupNumber>3</GroupNumber>
  403. <FileNumber>7</FileNumber>
  404. <FileType>1</FileType>
  405. <tvExp>0</tvExp>
  406. <tvExpOptDlg>0</tvExpOptDlg>
  407. <bDave2>0</bDave2>
  408. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c</PathWithFileName>
  409. <FilenameWithoutPath>stm32f4xx_hal_adc_ex.c</FilenameWithoutPath>
  410. <RteFlg>0</RteFlg>
  411. <bShared>0</bShared>
  412. </File>
  413. <File>
  414. <GroupNumber>3</GroupNumber>
  415. <FileNumber>8</FileNumber>
  416. <FileType>1</FileType>
  417. <tvExp>0</tvExp>
  418. <tvExpOptDlg>0</tvExpOptDlg>
  419. <bDave2>0</bDave2>
  420. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c</PathWithFileName>
  421. <FilenameWithoutPath>stm32f4xx_ll_adc.c</FilenameWithoutPath>
  422. <RteFlg>0</RteFlg>
  423. <bShared>0</bShared>
  424. </File>
  425. <File>
  426. <GroupNumber>3</GroupNumber>
  427. <FileNumber>9</FileNumber>
  428. <FileType>1</FileType>
  429. <tvExp>0</tvExp>
  430. <tvExpOptDlg>0</tvExpOptDlg>
  431. <bDave2>0</bDave2>
  432. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c</PathWithFileName>
  433. <FilenameWithoutPath>stm32f4xx_hal_rcc.c</FilenameWithoutPath>
  434. <RteFlg>0</RteFlg>
  435. <bShared>0</bShared>
  436. </File>
  437. <File>
  438. <GroupNumber>3</GroupNumber>
  439. <FileNumber>10</FileNumber>
  440. <FileType>1</FileType>
  441. <tvExp>0</tvExp>
  442. <tvExpOptDlg>0</tvExpOptDlg>
  443. <bDave2>0</bDave2>
  444. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c</PathWithFileName>
  445. <FilenameWithoutPath>stm32f4xx_hal_rcc_ex.c</FilenameWithoutPath>
  446. <RteFlg>0</RteFlg>
  447. <bShared>0</bShared>
  448. </File>
  449. <File>
  450. <GroupNumber>3</GroupNumber>
  451. <FileNumber>11</FileNumber>
  452. <FileType>1</FileType>
  453. <tvExp>0</tvExp>
  454. <tvExpOptDlg>0</tvExpOptDlg>
  455. <bDave2>0</bDave2>
  456. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c</PathWithFileName>
  457. <FilenameWithoutPath>stm32f4xx_hal_flash.c</FilenameWithoutPath>
  458. <RteFlg>0</RteFlg>
  459. <bShared>0</bShared>
  460. </File>
  461. <File>
  462. <GroupNumber>3</GroupNumber>
  463. <FileNumber>12</FileNumber>
  464. <FileType>1</FileType>
  465. <tvExp>0</tvExp>
  466. <tvExpOptDlg>0</tvExpOptDlg>
  467. <bDave2>0</bDave2>
  468. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c</PathWithFileName>
  469. <FilenameWithoutPath>stm32f4xx_hal_flash_ex.c</FilenameWithoutPath>
  470. <RteFlg>0</RteFlg>
  471. <bShared>0</bShared>
  472. </File>
  473. <File>
  474. <GroupNumber>3</GroupNumber>
  475. <FileNumber>13</FileNumber>
  476. <FileType>1</FileType>
  477. <tvExp>0</tvExp>
  478. <tvExpOptDlg>0</tvExpOptDlg>
  479. <bDave2>0</bDave2>
  480. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c</PathWithFileName>
  481. <FilenameWithoutPath>stm32f4xx_hal_flash_ramfunc.c</FilenameWithoutPath>
  482. <RteFlg>0</RteFlg>
  483. <bShared>0</bShared>
  484. </File>
  485. <File>
  486. <GroupNumber>3</GroupNumber>
  487. <FileNumber>14</FileNumber>
  488. <FileType>1</FileType>
  489. <tvExp>0</tvExp>
  490. <tvExpOptDlg>0</tvExpOptDlg>
  491. <bDave2>0</bDave2>
  492. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c</PathWithFileName>
  493. <FilenameWithoutPath>stm32f4xx_hal_gpio.c</FilenameWithoutPath>
  494. <RteFlg>0</RteFlg>
  495. <bShared>0</bShared>
  496. </File>
  497. <File>
  498. <GroupNumber>3</GroupNumber>
  499. <FileNumber>15</FileNumber>
  500. <FileType>1</FileType>
  501. <tvExp>0</tvExp>
  502. <tvExpOptDlg>0</tvExpOptDlg>
  503. <bDave2>0</bDave2>
  504. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c</PathWithFileName>
  505. <FilenameWithoutPath>stm32f4xx_hal_dma_ex.c</FilenameWithoutPath>
  506. <RteFlg>0</RteFlg>
  507. <bShared>0</bShared>
  508. </File>
  509. <File>
  510. <GroupNumber>3</GroupNumber>
  511. <FileNumber>16</FileNumber>
  512. <FileType>1</FileType>
  513. <tvExp>0</tvExp>
  514. <tvExpOptDlg>0</tvExpOptDlg>
  515. <bDave2>0</bDave2>
  516. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c</PathWithFileName>
  517. <FilenameWithoutPath>stm32f4xx_hal_dma.c</FilenameWithoutPath>
  518. <RteFlg>0</RteFlg>
  519. <bShared>0</bShared>
  520. </File>
  521. <File>
  522. <GroupNumber>3</GroupNumber>
  523. <FileNumber>17</FileNumber>
  524. <FileType>1</FileType>
  525. <tvExp>0</tvExp>
  526. <tvExpOptDlg>0</tvExpOptDlg>
  527. <bDave2>0</bDave2>
  528. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c</PathWithFileName>
  529. <FilenameWithoutPath>stm32f4xx_hal_pwr.c</FilenameWithoutPath>
  530. <RteFlg>0</RteFlg>
  531. <bShared>0</bShared>
  532. </File>
  533. <File>
  534. <GroupNumber>3</GroupNumber>
  535. <FileNumber>18</FileNumber>
  536. <FileType>1</FileType>
  537. <tvExp>0</tvExp>
  538. <tvExpOptDlg>0</tvExpOptDlg>
  539. <bDave2>0</bDave2>
  540. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c</PathWithFileName>
  541. <FilenameWithoutPath>stm32f4xx_hal_pwr_ex.c</FilenameWithoutPath>
  542. <RteFlg>0</RteFlg>
  543. <bShared>0</bShared>
  544. </File>
  545. <File>
  546. <GroupNumber>3</GroupNumber>
  547. <FileNumber>19</FileNumber>
  548. <FileType>1</FileType>
  549. <tvExp>0</tvExp>
  550. <tvExpOptDlg>0</tvExpOptDlg>
  551. <bDave2>0</bDave2>
  552. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c</PathWithFileName>
  553. <FilenameWithoutPath>stm32f4xx_hal_cortex.c</FilenameWithoutPath>
  554. <RteFlg>0</RteFlg>
  555. <bShared>0</bShared>
  556. </File>
  557. <File>
  558. <GroupNumber>3</GroupNumber>
  559. <FileNumber>20</FileNumber>
  560. <FileType>1</FileType>
  561. <tvExp>0</tvExp>
  562. <tvExpOptDlg>0</tvExpOptDlg>
  563. <bDave2>0</bDave2>
  564. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c</PathWithFileName>
  565. <FilenameWithoutPath>stm32f4xx_hal.c</FilenameWithoutPath>
  566. <RteFlg>0</RteFlg>
  567. <bShared>0</bShared>
  568. </File>
  569. <File>
  570. <GroupNumber>3</GroupNumber>
  571. <FileNumber>21</FileNumber>
  572. <FileType>1</FileType>
  573. <tvExp>0</tvExp>
  574. <tvExpOptDlg>0</tvExpOptDlg>
  575. <bDave2>0</bDave2>
  576. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c</PathWithFileName>
  577. <FilenameWithoutPath>stm32f4xx_hal_exti.c</FilenameWithoutPath>
  578. <RteFlg>0</RteFlg>
  579. <bShared>0</bShared>
  580. </File>
  581. <File>
  582. <GroupNumber>3</GroupNumber>
  583. <FileNumber>22</FileNumber>
  584. <FileType>1</FileType>
  585. <tvExp>0</tvExp>
  586. <tvExpOptDlg>0</tvExpOptDlg>
  587. <bDave2>0</bDave2>
  588. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c</PathWithFileName>
  589. <FilenameWithoutPath>stm32f4xx_hal_can.c</FilenameWithoutPath>
  590. <RteFlg>0</RteFlg>
  591. <bShared>0</bShared>
  592. </File>
  593. <File>
  594. <GroupNumber>3</GroupNumber>
  595. <FileNumber>23</FileNumber>
  596. <FileType>1</FileType>
  597. <tvExp>0</tvExp>
  598. <tvExpOptDlg>0</tvExpOptDlg>
  599. <bDave2>0</bDave2>
  600. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c</PathWithFileName>
  601. <FilenameWithoutPath>stm32f4xx_hal_tim.c</FilenameWithoutPath>
  602. <RteFlg>0</RteFlg>
  603. <bShared>0</bShared>
  604. </File>
  605. <File>
  606. <GroupNumber>3</GroupNumber>
  607. <FileNumber>24</FileNumber>
  608. <FileType>1</FileType>
  609. <tvExp>0</tvExp>
  610. <tvExpOptDlg>0</tvExpOptDlg>
  611. <bDave2>0</bDave2>
  612. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c</PathWithFileName>
  613. <FilenameWithoutPath>stm32f4xx_hal_tim_ex.c</FilenameWithoutPath>
  614. <RteFlg>0</RteFlg>
  615. <bShared>0</bShared>
  616. </File>
  617. <File>
  618. <GroupNumber>3</GroupNumber>
  619. <FileNumber>25</FileNumber>
  620. <FileType>1</FileType>
  621. <tvExp>0</tvExp>
  622. <tvExpOptDlg>0</tvExpOptDlg>
  623. <bDave2>0</bDave2>
  624. <PathWithFileName>../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c</PathWithFileName>
  625. <FilenameWithoutPath>stm32f4xx_hal_uart.c</FilenameWithoutPath>
  626. <RteFlg>0</RteFlg>
  627. <bShared>0</bShared>
  628. </File>
  629. </Group>
  630. <Group>
  631. <GroupName>Drivers/CMSIS</GroupName>
  632. <tvExp>1</tvExp>
  633. <tvExpOptDlg>0</tvExpOptDlg>
  634. <cbSel>0</cbSel>
  635. <RteFlg>0</RteFlg>
  636. <File>
  637. <GroupNumber>4</GroupNumber>
  638. <FileNumber>26</FileNumber>
  639. <FileType>1</FileType>
  640. <tvExp>0</tvExp>
  641. <tvExpOptDlg>0</tvExpOptDlg>
  642. <bDave2>0</bDave2>
  643. <PathWithFileName>../Core/Src/system_stm32f4xx.c</PathWithFileName>
  644. <FilenameWithoutPath>system_stm32f4xx.c</FilenameWithoutPath>
  645. <RteFlg>0</RteFlg>
  646. <bShared>0</bShared>
  647. </File>
  648. </Group>
  649. <Group>
  650. <GroupName>Middlewares/RT-Thread/RTOS/kernel</GroupName>
  651. <tvExp>1</tvExp>
  652. <tvExpOptDlg>0</tvExpOptDlg>
  653. <cbSel>0</cbSel>
  654. <RteFlg>0</RteFlg>
  655. <File>
  656. <GroupNumber>5</GroupNumber>
  657. <FileNumber>27</FileNumber>
  658. <FileType>2</FileType>
  659. <tvExp>0</tvExp>
  660. <tvExpOptDlg>0</tvExpOptDlg>
  661. <bDave2>0</bDave2>
  662. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/libcpu/arm/cortex-m4/context_rvds.S</PathWithFileName>
  663. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  664. <RteFlg>0</RteFlg>
  665. <bShared>0</bShared>
  666. </File>
  667. <File>
  668. <GroupNumber>5</GroupNumber>
  669. <FileNumber>28</FileNumber>
  670. <FileType>1</FileType>
  671. <tvExp>0</tvExp>
  672. <tvExpOptDlg>0</tvExpOptDlg>
  673. <bDave2>0</bDave2>
  674. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/clock.c</PathWithFileName>
  675. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  676. <RteFlg>0</RteFlg>
  677. <bShared>0</bShared>
  678. </File>
  679. <File>
  680. <GroupNumber>5</GroupNumber>
  681. <FileNumber>29</FileNumber>
  682. <FileType>1</FileType>
  683. <tvExp>0</tvExp>
  684. <tvExpOptDlg>0</tvExpOptDlg>
  685. <bDave2>0</bDave2>
  686. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/components.c</PathWithFileName>
  687. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  688. <RteFlg>0</RteFlg>
  689. <bShared>0</bShared>
  690. </File>
  691. <File>
  692. <GroupNumber>5</GroupNumber>
  693. <FileNumber>30</FileNumber>
  694. <FileType>1</FileType>
  695. <tvExp>0</tvExp>
  696. <tvExpOptDlg>0</tvExpOptDlg>
  697. <bDave2>0</bDave2>
  698. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/cpu.c</PathWithFileName>
  699. <FilenameWithoutPath>cpu.c</FilenameWithoutPath>
  700. <RteFlg>0</RteFlg>
  701. <bShared>0</bShared>
  702. </File>
  703. <File>
  704. <GroupNumber>5</GroupNumber>
  705. <FileNumber>31</FileNumber>
  706. <FileType>1</FileType>
  707. <tvExp>0</tvExp>
  708. <tvExpOptDlg>0</tvExpOptDlg>
  709. <bDave2>0</bDave2>
  710. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/idle.c</PathWithFileName>
  711. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  712. <RteFlg>0</RteFlg>
  713. <bShared>0</bShared>
  714. </File>
  715. <File>
  716. <GroupNumber>5</GroupNumber>
  717. <FileNumber>32</FileNumber>
  718. <FileType>1</FileType>
  719. <tvExp>0</tvExp>
  720. <tvExpOptDlg>0</tvExpOptDlg>
  721. <bDave2>0</bDave2>
  722. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/ipc.c</PathWithFileName>
  723. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  724. <RteFlg>0</RteFlg>
  725. <bShared>0</bShared>
  726. </File>
  727. <File>
  728. <GroupNumber>5</GroupNumber>
  729. <FileNumber>33</FileNumber>
  730. <FileType>1</FileType>
  731. <tvExp>0</tvExp>
  732. <tvExpOptDlg>0</tvExpOptDlg>
  733. <bDave2>0</bDave2>
  734. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/irq.c</PathWithFileName>
  735. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  736. <RteFlg>0</RteFlg>
  737. <bShared>0</bShared>
  738. </File>
  739. <File>
  740. <GroupNumber>5</GroupNumber>
  741. <FileNumber>34</FileNumber>
  742. <FileType>1</FileType>
  743. <tvExp>0</tvExp>
  744. <tvExpOptDlg>0</tvExpOptDlg>
  745. <bDave2>0</bDave2>
  746. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/kservice.c</PathWithFileName>
  747. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  748. <RteFlg>0</RteFlg>
  749. <bShared>0</bShared>
  750. </File>
  751. <File>
  752. <GroupNumber>5</GroupNumber>
  753. <FileNumber>35</FileNumber>
  754. <FileType>1</FileType>
  755. <tvExp>0</tvExp>
  756. <tvExpOptDlg>0</tvExpOptDlg>
  757. <bDave2>0</bDave2>
  758. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/mem.c</PathWithFileName>
  759. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  760. <RteFlg>0</RteFlg>
  761. <bShared>0</bShared>
  762. </File>
  763. <File>
  764. <GroupNumber>5</GroupNumber>
  765. <FileNumber>36</FileNumber>
  766. <FileType>1</FileType>
  767. <tvExp>0</tvExp>
  768. <tvExpOptDlg>0</tvExpOptDlg>
  769. <bDave2>0</bDave2>
  770. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/memheap.c</PathWithFileName>
  771. <FilenameWithoutPath>memheap.c</FilenameWithoutPath>
  772. <RteFlg>0</RteFlg>
  773. <bShared>0</bShared>
  774. </File>
  775. <File>
  776. <GroupNumber>5</GroupNumber>
  777. <FileNumber>37</FileNumber>
  778. <FileType>1</FileType>
  779. <tvExp>0</tvExp>
  780. <tvExpOptDlg>0</tvExpOptDlg>
  781. <bDave2>0</bDave2>
  782. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/mempool.c</PathWithFileName>
  783. <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
  784. <RteFlg>0</RteFlg>
  785. <bShared>0</bShared>
  786. </File>
  787. <File>
  788. <GroupNumber>5</GroupNumber>
  789. <FileNumber>38</FileNumber>
  790. <FileType>1</FileType>
  791. <tvExp>0</tvExp>
  792. <tvExpOptDlg>0</tvExpOptDlg>
  793. <bDave2>0</bDave2>
  794. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/object.c</PathWithFileName>
  795. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  796. <RteFlg>0</RteFlg>
  797. <bShared>0</bShared>
  798. </File>
  799. <File>
  800. <GroupNumber>5</GroupNumber>
  801. <FileNumber>39</FileNumber>
  802. <FileType>1</FileType>
  803. <tvExp>0</tvExp>
  804. <tvExpOptDlg>0</tvExpOptDlg>
  805. <bDave2>0</bDave2>
  806. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/scheduler.c</PathWithFileName>
  807. <FilenameWithoutPath>scheduler.c</FilenameWithoutPath>
  808. <RteFlg>0</RteFlg>
  809. <bShared>0</bShared>
  810. </File>
  811. <File>
  812. <GroupNumber>5</GroupNumber>
  813. <FileNumber>40</FileNumber>
  814. <FileType>1</FileType>
  815. <tvExp>0</tvExp>
  816. <tvExpOptDlg>0</tvExpOptDlg>
  817. <bDave2>0</bDave2>
  818. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/slab.c</PathWithFileName>
  819. <FilenameWithoutPath>slab.c</FilenameWithoutPath>
  820. <RteFlg>0</RteFlg>
  821. <bShared>0</bShared>
  822. </File>
  823. <File>
  824. <GroupNumber>5</GroupNumber>
  825. <FileNumber>41</FileNumber>
  826. <FileType>1</FileType>
  827. <tvExp>0</tvExp>
  828. <tvExpOptDlg>0</tvExpOptDlg>
  829. <bDave2>0</bDave2>
  830. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/thread.c</PathWithFileName>
  831. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  832. <RteFlg>0</RteFlg>
  833. <bShared>0</bShared>
  834. </File>
  835. <File>
  836. <GroupNumber>5</GroupNumber>
  837. <FileNumber>42</FileNumber>
  838. <FileType>1</FileType>
  839. <tvExp>0</tvExp>
  840. <tvExpOptDlg>0</tvExpOptDlg>
  841. <bDave2>0</bDave2>
  842. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/src/timer.c</PathWithFileName>
  843. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  844. <RteFlg>0</RteFlg>
  845. <bShared>0</bShared>
  846. </File>
  847. <File>
  848. <GroupNumber>5</GroupNumber>
  849. <FileNumber>43</FileNumber>
  850. <FileType>1</FileType>
  851. <tvExp>0</tvExp>
  852. <tvExpOptDlg>0</tvExpOptDlg>
  853. <bDave2>0</bDave2>
  854. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/libcpu/arm/cortex-m4/cpuport.c</PathWithFileName>
  855. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  856. <RteFlg>0</RteFlg>
  857. <bShared>0</bShared>
  858. </File>
  859. <File>
  860. <GroupNumber>5</GroupNumber>
  861. <FileNumber>44</FileNumber>
  862. <FileType>1</FileType>
  863. <tvExp>0</tvExp>
  864. <tvExpOptDlg>0</tvExpOptDlg>
  865. <bDave2>0</bDave2>
  866. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/bsp/_template/cubemx_config/board.c</PathWithFileName>
  867. <FilenameWithoutPath>board.c</FilenameWithoutPath>
  868. <RteFlg>0</RteFlg>
  869. <bShared>0</bShared>
  870. </File>
  871. </Group>
  872. <Group>
  873. <GroupName>Middlewares/RT-Thread/RTOS/shell</GroupName>
  874. <tvExp>0</tvExp>
  875. <tvExpOptDlg>0</tvExpOptDlg>
  876. <cbSel>0</cbSel>
  877. <RteFlg>0</RteFlg>
  878. <File>
  879. <GroupNumber>6</GroupNumber>
  880. <FileNumber>45</FileNumber>
  881. <FileType>1</FileType>
  882. <tvExp>0</tvExp>
  883. <tvExpOptDlg>0</tvExpOptDlg>
  884. <bDave2>0</bDave2>
  885. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/components/finsh/cmd.c</PathWithFileName>
  886. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  887. <RteFlg>0</RteFlg>
  888. <bShared>0</bShared>
  889. </File>
  890. <File>
  891. <GroupNumber>6</GroupNumber>
  892. <FileNumber>46</FileNumber>
  893. <FileType>1</FileType>
  894. <tvExp>0</tvExp>
  895. <tvExpOptDlg>0</tvExpOptDlg>
  896. <bDave2>0</bDave2>
  897. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/components/finsh/finsh_port.c</PathWithFileName>
  898. <FilenameWithoutPath>finsh_port.c</FilenameWithoutPath>
  899. <RteFlg>0</RteFlg>
  900. <bShared>0</bShared>
  901. </File>
  902. <File>
  903. <GroupNumber>6</GroupNumber>
  904. <FileNumber>47</FileNumber>
  905. <FileType>1</FileType>
  906. <tvExp>0</tvExp>
  907. <tvExpOptDlg>0</tvExpOptDlg>
  908. <bDave2>0</bDave2>
  909. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/components/finsh/msh.c</PathWithFileName>
  910. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  911. <RteFlg>0</RteFlg>
  912. <bShared>0</bShared>
  913. </File>
  914. <File>
  915. <GroupNumber>6</GroupNumber>
  916. <FileNumber>48</FileNumber>
  917. <FileType>1</FileType>
  918. <tvExp>0</tvExp>
  919. <tvExpOptDlg>0</tvExpOptDlg>
  920. <bDave2>0</bDave2>
  921. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/components/finsh/shell.c</PathWithFileName>
  922. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  923. <RteFlg>0</RteFlg>
  924. <bShared>0</bShared>
  925. </File>
  926. </Group>
  927. <Group>
  928. <GroupName>Middlewares/RT-Thread/RTOS/device</GroupName>
  929. <tvExp>0</tvExp>
  930. <tvExpOptDlg>0</tvExpOptDlg>
  931. <cbSel>0</cbSel>
  932. <RteFlg>0</RteFlg>
  933. <File>
  934. <GroupNumber>7</GroupNumber>
  935. <FileNumber>49</FileNumber>
  936. <FileType>1</FileType>
  937. <tvExp>0</tvExp>
  938. <tvExpOptDlg>0</tvExpOptDlg>
  939. <bDave2>0</bDave2>
  940. <PathWithFileName>../Middlewares/Third_Party/RealThread_RTOS/components/device/device.c</PathWithFileName>
  941. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  942. <RteFlg>0</RteFlg>
  943. <bShared>0</bShared>
  944. </File>
  945. </Group>
  946. <Group>
  947. <GroupName>userSrc</GroupName>
  948. <tvExp>1</tvExp>
  949. <tvExpOptDlg>0</tvExpOptDlg>
  950. <cbSel>0</cbSel>
  951. <RteFlg>0</RteFlg>
  952. <File>
  953. <GroupNumber>8</GroupNumber>
  954. <FileNumber>50</FileNumber>
  955. <FileType>1</FileType>
  956. <tvExp>0</tvExp>
  957. <tvExpOptDlg>0</tvExpOptDlg>
  958. <bDave2>0</bDave2>
  959. <PathWithFileName>..\user_src\can_data_handle.c</PathWithFileName>
  960. <FilenameWithoutPath>can_data_handle.c</FilenameWithoutPath>
  961. <RteFlg>0</RteFlg>
  962. <bShared>0</bShared>
  963. </File>
  964. <File>
  965. <GroupNumber>8</GroupNumber>
  966. <FileNumber>51</FileNumber>
  967. <FileType>1</FileType>
  968. <tvExp>0</tvExp>
  969. <tvExpOptDlg>0</tvExpOptDlg>
  970. <bDave2>0</bDave2>
  971. <PathWithFileName>..\user_src\common.c</PathWithFileName>
  972. <FilenameWithoutPath>common.c</FilenameWithoutPath>
  973. <RteFlg>0</RteFlg>
  974. <bShared>0</bShared>
  975. </File>
  976. <File>
  977. <GroupNumber>8</GroupNumber>
  978. <FileNumber>52</FileNumber>
  979. <FileType>1</FileType>
  980. <tvExp>0</tvExp>
  981. <tvExpOptDlg>0</tvExpOptDlg>
  982. <bDave2>0</bDave2>
  983. <PathWithFileName>..\user_src\crc.c</PathWithFileName>
  984. <FilenameWithoutPath>crc.c</FilenameWithoutPath>
  985. <RteFlg>0</RteFlg>
  986. <bShared>0</bShared>
  987. </File>
  988. <File>
  989. <GroupNumber>8</GroupNumber>
  990. <FileNumber>53</FileNumber>
  991. <FileType>1</FileType>
  992. <tvExp>0</tvExp>
  993. <tvExpOptDlg>0</tvExpOptDlg>
  994. <bDave2>0</bDave2>
  995. <PathWithFileName>..\user_src\main_task.c</PathWithFileName>
  996. <FilenameWithoutPath>main_task.c</FilenameWithoutPath>
  997. <RteFlg>0</RteFlg>
  998. <bShared>0</bShared>
  999. </File>
  1000. <File>
  1001. <GroupNumber>8</GroupNumber>
  1002. <FileNumber>54</FileNumber>
  1003. <FileType>1</FileType>
  1004. <tvExp>0</tvExp>
  1005. <tvExpOptDlg>0</tvExpOptDlg>
  1006. <bDave2>0</bDave2>
  1007. <PathWithFileName>..\user_src\rkfifo.c</PathWithFileName>
  1008. <FilenameWithoutPath>rkfifo.c</FilenameWithoutPath>
  1009. <RteFlg>0</RteFlg>
  1010. <bShared>0</bShared>
  1011. </File>
  1012. <File>
  1013. <GroupNumber>8</GroupNumber>
  1014. <FileNumber>55</FileNumber>
  1015. <FileType>1</FileType>
  1016. <tvExp>0</tvExp>
  1017. <tvExpOptDlg>0</tvExpOptDlg>
  1018. <bDave2>0</bDave2>
  1019. <PathWithFileName>..\user_src\soft_adc.c</PathWithFileName>
  1020. <FilenameWithoutPath>soft_adc.c</FilenameWithoutPath>
  1021. <RteFlg>0</RteFlg>
  1022. <bShared>0</bShared>
  1023. </File>
  1024. <File>
  1025. <GroupNumber>8</GroupNumber>
  1026. <FileNumber>56</FileNumber>
  1027. <FileType>1</FileType>
  1028. <tvExp>0</tvExp>
  1029. <tvExpOptDlg>0</tvExpOptDlg>
  1030. <bDave2>0</bDave2>
  1031. <PathWithFileName>..\user_src\soft_bms.c</PathWithFileName>
  1032. <FilenameWithoutPath>soft_bms.c</FilenameWithoutPath>
  1033. <RteFlg>0</RteFlg>
  1034. <bShared>0</bShared>
  1035. </File>
  1036. <File>
  1037. <GroupNumber>8</GroupNumber>
  1038. <FileNumber>57</FileNumber>
  1039. <FileType>1</FileType>
  1040. <tvExp>0</tvExp>
  1041. <tvExpOptDlg>0</tvExpOptDlg>
  1042. <bDave2>0</bDave2>
  1043. <PathWithFileName>..\user_src\soft_can.c</PathWithFileName>
  1044. <FilenameWithoutPath>soft_can.c</FilenameWithoutPath>
  1045. <RteFlg>0</RteFlg>
  1046. <bShared>0</bShared>
  1047. </File>
  1048. <File>
  1049. <GroupNumber>8</GroupNumber>
  1050. <FileNumber>58</FileNumber>
  1051. <FileType>1</FileType>
  1052. <tvExp>0</tvExp>
  1053. <tvExpOptDlg>0</tvExpOptDlg>
  1054. <bDave2>0</bDave2>
  1055. <PathWithFileName>..\user_src\soft_crc.c</PathWithFileName>
  1056. <FilenameWithoutPath>soft_crc.c</FilenameWithoutPath>
  1057. <RteFlg>0</RteFlg>
  1058. <bShared>0</bShared>
  1059. </File>
  1060. <File>
  1061. <GroupNumber>8</GroupNumber>
  1062. <FileNumber>59</FileNumber>
  1063. <FileType>1</FileType>
  1064. <tvExp>0</tvExp>
  1065. <tvExpOptDlg>0</tvExpOptDlg>
  1066. <bDave2>0</bDave2>
  1067. <PathWithFileName>..\user_src\soft_device.c</PathWithFileName>
  1068. <FilenameWithoutPath>soft_device.c</FilenameWithoutPath>
  1069. <RteFlg>0</RteFlg>
  1070. <bShared>0</bShared>
  1071. </File>
  1072. <File>
  1073. <GroupNumber>8</GroupNumber>
  1074. <FileNumber>60</FileNumber>
  1075. <FileType>1</FileType>
  1076. <tvExp>0</tvExp>
  1077. <tvExpOptDlg>0</tvExpOptDlg>
  1078. <bDave2>0</bDave2>
  1079. <PathWithFileName>..\user_src\soft_engine.c</PathWithFileName>
  1080. <FilenameWithoutPath>soft_engine.c</FilenameWithoutPath>
  1081. <RteFlg>0</RteFlg>
  1082. <bShared>0</bShared>
  1083. </File>
  1084. <File>
  1085. <GroupNumber>8</GroupNumber>
  1086. <FileNumber>61</FileNumber>
  1087. <FileType>1</FileType>
  1088. <tvExp>0</tvExp>
  1089. <tvExpOptDlg>0</tvExpOptDlg>
  1090. <bDave2>0</bDave2>
  1091. <PathWithFileName>..\user_src\soft_flash.c</PathWithFileName>
  1092. <FilenameWithoutPath>soft_flash.c</FilenameWithoutPath>
  1093. <RteFlg>0</RteFlg>
  1094. <bShared>0</bShared>
  1095. </File>
  1096. <File>
  1097. <GroupNumber>8</GroupNumber>
  1098. <FileNumber>62</FileNumber>
  1099. <FileType>1</FileType>
  1100. <tvExp>0</tvExp>
  1101. <tvExpOptDlg>0</tvExpOptDlg>
  1102. <bDave2>0</bDave2>
  1103. <PathWithFileName>..\user_src\soft_flow.c</PathWithFileName>
  1104. <FilenameWithoutPath>soft_flow.c</FilenameWithoutPath>
  1105. <RteFlg>0</RteFlg>
  1106. <bShared>0</bShared>
  1107. </File>
  1108. <File>
  1109. <GroupNumber>8</GroupNumber>
  1110. <FileNumber>63</FileNumber>
  1111. <FileType>1</FileType>
  1112. <tvExp>0</tvExp>
  1113. <tvExpOptDlg>0</tvExpOptDlg>
  1114. <bDave2>0</bDave2>
  1115. <PathWithFileName>..\user_src\soft_led.c</PathWithFileName>
  1116. <FilenameWithoutPath>soft_led.c</FilenameWithoutPath>
  1117. <RteFlg>0</RteFlg>
  1118. <bShared>0</bShared>
  1119. </File>
  1120. <File>
  1121. <GroupNumber>8</GroupNumber>
  1122. <FileNumber>64</FileNumber>
  1123. <FileType>1</FileType>
  1124. <tvExp>0</tvExp>
  1125. <tvExpOptDlg>0</tvExpOptDlg>
  1126. <bDave2>0</bDave2>
  1127. <PathWithFileName>..\user_src\soft_obstacle.c</PathWithFileName>
  1128. <FilenameWithoutPath>soft_obstacle.c</FilenameWithoutPath>
  1129. <RteFlg>0</RteFlg>
  1130. <bShared>0</bShared>
  1131. </File>
  1132. <File>
  1133. <GroupNumber>8</GroupNumber>
  1134. <FileNumber>65</FileNumber>
  1135. <FileType>1</FileType>
  1136. <tvExp>0</tvExp>
  1137. <tvExpOptDlg>0</tvExpOptDlg>
  1138. <bDave2>0</bDave2>
  1139. <PathWithFileName>..\user_src\soft_radar_handle.c</PathWithFileName>
  1140. <FilenameWithoutPath>soft_radar_handle.c</FilenameWithoutPath>
  1141. <RteFlg>0</RteFlg>
  1142. <bShared>0</bShared>
  1143. </File>
  1144. <File>
  1145. <GroupNumber>8</GroupNumber>
  1146. <FileNumber>66</FileNumber>
  1147. <FileType>1</FileType>
  1148. <tvExp>0</tvExp>
  1149. <tvExpOptDlg>0</tvExpOptDlg>
  1150. <bDave2>0</bDave2>
  1151. <PathWithFileName>..\user_src\soft_seed_weight.c</PathWithFileName>
  1152. <FilenameWithoutPath>soft_seed_weight.c</FilenameWithoutPath>
  1153. <RteFlg>0</RteFlg>
  1154. <bShared>0</bShared>
  1155. </File>
  1156. <File>
  1157. <GroupNumber>8</GroupNumber>
  1158. <FileNumber>67</FileNumber>
  1159. <FileType>1</FileType>
  1160. <tvExp>0</tvExp>
  1161. <tvExpOptDlg>0</tvExpOptDlg>
  1162. <bDave2>0</bDave2>
  1163. <PathWithFileName>..\user_src\soft_terrain.c</PathWithFileName>
  1164. <FilenameWithoutPath>soft_terrain.c</FilenameWithoutPath>
  1165. <RteFlg>0</RteFlg>
  1166. <bShared>0</bShared>
  1167. </File>
  1168. <File>
  1169. <GroupNumber>8</GroupNumber>
  1170. <FileNumber>68</FileNumber>
  1171. <FileType>1</FileType>
  1172. <tvExp>0</tvExp>
  1173. <tvExpOptDlg>0</tvExpOptDlg>
  1174. <bDave2>0</bDave2>
  1175. <PathWithFileName>..\user_src\soft_timer.c</PathWithFileName>
  1176. <FilenameWithoutPath>soft_timer.c</FilenameWithoutPath>
  1177. <RteFlg>0</RteFlg>
  1178. <bShared>0</bShared>
  1179. </File>
  1180. <File>
  1181. <GroupNumber>8</GroupNumber>
  1182. <FileNumber>69</FileNumber>
  1183. <FileType>1</FileType>
  1184. <tvExp>0</tvExp>
  1185. <tvExpOptDlg>0</tvExpOptDlg>
  1186. <bDave2>0</bDave2>
  1187. <PathWithFileName>..\user_src\soft_update.c</PathWithFileName>
  1188. <FilenameWithoutPath>soft_update.c</FilenameWithoutPath>
  1189. <RteFlg>0</RteFlg>
  1190. <bShared>0</bShared>
  1191. </File>
  1192. <File>
  1193. <GroupNumber>8</GroupNumber>
  1194. <FileNumber>70</FileNumber>
  1195. <FileType>1</FileType>
  1196. <tvExp>0</tvExp>
  1197. <tvExpOptDlg>0</tvExpOptDlg>
  1198. <bDave2>0</bDave2>
  1199. <PathWithFileName>..\user_src\soft_usart.c</PathWithFileName>
  1200. <FilenameWithoutPath>soft_usart.c</FilenameWithoutPath>
  1201. <RteFlg>0</RteFlg>
  1202. <bShared>0</bShared>
  1203. </File>
  1204. <File>
  1205. <GroupNumber>8</GroupNumber>
  1206. <FileNumber>71</FileNumber>
  1207. <FileType>1</FileType>
  1208. <tvExp>0</tvExp>
  1209. <tvExpOptDlg>0</tvExpOptDlg>
  1210. <bDave2>0</bDave2>
  1211. <PathWithFileName>..\user_src\soft_version.c</PathWithFileName>
  1212. <FilenameWithoutPath>soft_version.c</FilenameWithoutPath>
  1213. <RteFlg>0</RteFlg>
  1214. <bShared>0</bShared>
  1215. </File>
  1216. <File>
  1217. <GroupNumber>8</GroupNumber>
  1218. <FileNumber>72</FileNumber>
  1219. <FileType>1</FileType>
  1220. <tvExp>0</tvExp>
  1221. <tvExpOptDlg>0</tvExpOptDlg>
  1222. <bDave2>0</bDave2>
  1223. <PathWithFileName>..\user_src\soft_water.c</PathWithFileName>
  1224. <FilenameWithoutPath>soft_water.c</FilenameWithoutPath>
  1225. <RteFlg>0</RteFlg>
  1226. <bShared>0</bShared>
  1227. </File>
  1228. <File>
  1229. <GroupNumber>8</GroupNumber>
  1230. <FileNumber>73</FileNumber>
  1231. <FileType>1</FileType>
  1232. <tvExp>0</tvExp>
  1233. <tvExpOptDlg>0</tvExpOptDlg>
  1234. <bDave2>0</bDave2>
  1235. <PathWithFileName>..\user_src\system_init.c</PathWithFileName>
  1236. <FilenameWithoutPath>system_init.c</FilenameWithoutPath>
  1237. <RteFlg>0</RteFlg>
  1238. <bShared>0</bShared>
  1239. </File>
  1240. <File>
  1241. <GroupNumber>8</GroupNumber>
  1242. <FileNumber>74</FileNumber>
  1243. <FileType>1</FileType>
  1244. <tvExp>0</tvExp>
  1245. <tvExpOptDlg>0</tvExpOptDlg>
  1246. <bDave2>0</bDave2>
  1247. <PathWithFileName>..\user_src\usart_data_handle.c</PathWithFileName>
  1248. <FilenameWithoutPath>usart_data_handle.c</FilenameWithoutPath>
  1249. <RteFlg>0</RteFlg>
  1250. <bShared>0</bShared>
  1251. </File>
  1252. </Group>
  1253. <Group>
  1254. <GroupName>::CMSIS</GroupName>
  1255. <tvExp>0</tvExp>
  1256. <tvExpOptDlg>0</tvExpOptDlg>
  1257. <cbSel>0</cbSel>
  1258. <RteFlg>1</RteFlg>
  1259. </Group>
  1260. </ProjectOpt>