project.uvoptx 43 KB

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