project.uvopt 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_opt.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</oExt>
  9. <lExt>*.lib</lExt>
  10. <tExt>*.txt; *.h; *.inc</tExt>
  11. <pExt>*.plm</pExt>
  12. <CppX>*.cpp</CppX>
  13. </Extensions>
  14. <DaveTm>
  15. <dwLowDateTime>0</dwLowDateTime>
  16. <dwHighDateTime>0</dwHighDateTime>
  17. </DaveTm>
  18. <Target>
  19. <TargetName>rt-thread</TargetName>
  20. <ToolsetNumber>0x4</ToolsetNumber>
  21. <ToolsetName>ARM-ADS</ToolsetName>
  22. <TargetOption>
  23. <CLKADS>25000000</CLKADS>
  24. <OPTTT>
  25. <gFlags>1</gFlags>
  26. <BeepAtEnd>1</BeepAtEnd>
  27. <RunSim>1</RunSim>
  28. <RunTarget>0</RunTarget>
  29. </OPTTT>
  30. <OPTHX>
  31. <HexSelection>1</HexSelection>
  32. <FlashByte>65535</FlashByte>
  33. <HexRangeLowAddress>0</HexRangeLowAddress>
  34. <HexRangeHighAddress>0</HexRangeHighAddress>
  35. <HexOffset>0</HexOffset>
  36. </OPTHX>
  37. <OPTLEX>
  38. <PageWidth>79</PageWidth>
  39. <PageLength>66</PageLength>
  40. <TabStop>8</TabStop>
  41. <ListingPath>.\build\keil\List\</ListingPath>
  42. </OPTLEX>
  43. <ListingPage>
  44. <CreateCListing>1</CreateCListing>
  45. <CreateAListing>1</CreateAListing>
  46. <CreateLListing>1</CreateLListing>
  47. <CreateIListing>0</CreateIListing>
  48. <AsmCond>1</AsmCond>
  49. <AsmSymb>1</AsmSymb>
  50. <AsmXref>0</AsmXref>
  51. <CCond>1</CCond>
  52. <CCode>0</CCode>
  53. <CListInc>0</CListInc>
  54. <CSymb>0</CSymb>
  55. <LinkerCodeListing>0</LinkerCodeListing>
  56. </ListingPage>
  57. <OPTXL>
  58. <LMap>1</LMap>
  59. <LComments>1</LComments>
  60. <LGenerateSymbols>1</LGenerateSymbols>
  61. <LLibSym>1</LLibSym>
  62. <LLines>1</LLines>
  63. <LLocSym>1</LLocSym>
  64. <LPubSym>1</LPubSym>
  65. <LXref>0</LXref>
  66. <LExpSel>0</LExpSel>
  67. </OPTXL>
  68. <OPTFL>
  69. <tvExp>1</tvExp>
  70. <tvExpOptDlg>0</tvExpOptDlg>
  71. <IsCurrentTarget>1</IsCurrentTarget>
  72. </OPTFL>
  73. <CpuCode>255</CpuCode>
  74. <DllOpt>
  75. <SimDllName>SARMCM3.DLL</SimDllName>
  76. <SimDllArguments>-MPU -REMAP</SimDllArguments>
  77. <SimDlgDllName>DCM.DLL</SimDlgDllName>
  78. <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
  79. <TargetDllName>SARMCM3.DLL</TargetDllName>
  80. <TargetDllArguments>-MPU</TargetDllArguments>
  81. <TargetDlgDllName>TCM.DLL</TargetDlgDllName>
  82. <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
  83. </DllOpt>
  84. <DebugOpt>
  85. <uSim>0</uSim>
  86. <uTrg>1</uTrg>
  87. <sLdApp>1</sLdApp>
  88. <sGomain>1</sGomain>
  89. <sRbreak>1</sRbreak>
  90. <sRwatch>1</sRwatch>
  91. <sRmem>1</sRmem>
  92. <sRfunc>1</sRfunc>
  93. <sRbox>1</sRbox>
  94. <tLdApp>1</tLdApp>
  95. <tGomain>1</tGomain>
  96. <tRbreak>1</tRbreak>
  97. <tRwatch>1</tRwatch>
  98. <tRmem>1</tRmem>
  99. <tRfunc>0</tRfunc>
  100. <tRbox>1</tRbox>
  101. <tRtrace>0</tRtrace>
  102. <sRunDeb>0</sRunDeb>
  103. <sLrtime>0</sLrtime>
  104. <nTsel>7</nTsel>
  105. <sDll></sDll>
  106. <sDllPa></sDllPa>
  107. <sDlgDll></sDlgDll>
  108. <sDlgPa></sDlgPa>
  109. <sIfile></sIfile>
  110. <tDll></tDll>
  111. <tDllPa></tDllPa>
  112. <tDlgDll></tDlgDll>
  113. <tDlgPa></tDlgPa>
  114. <tIfile></tIfile>
  115. <pMon>Segger\JL2CM3.dll</pMon>
  116. </DebugOpt>
  117. <TargetDriverDllRegistry>
  118. <SetRegEntry>
  119. <Number>0</Number>
  120. <Key>JL2CM3</Key>
  121. <Name>-U30000299 -O207 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8001 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC800 -FN1 -FF0STM32F4xx_1024 -FS08000000 -FL0100000</Name>
  122. </SetRegEntry>
  123. <SetRegEntry>
  124. <Number>0</Number>
  125. <Key>UL2CM3</Key>
  126. <Name>UL2CM3(-O207 -S0 -C0 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F4xx_1024 -FS08000000 -FL0100000)</Name>
  127. </SetRegEntry>
  128. </TargetDriverDllRegistry>
  129. <Breakpoint/>
  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. <Tracepoint>
  157. <THDelay>0</THDelay>
  158. </Tracepoint>
  159. <LintExecutable></LintExecutable>
  160. <LintConfigFile></LintConfigFile>
  161. </TargetOption>
  162. </Target>
  163. <Group>
  164. <GroupName>Kernel</GroupName>
  165. <tvExp>0</tvExp>
  166. <tvExpOptDlg>0</tvExpOptDlg>
  167. <cbSel>0</cbSel>
  168. <RteFlg>0</RteFlg>
  169. <File>
  170. <GroupNumber>1</GroupNumber>
  171. <FileNumber>1</FileNumber>
  172. <FileType>1</FileType>
  173. <tvExp>0</tvExp>
  174. <Focus>0</Focus>
  175. <ColumnNumber>0</ColumnNumber>
  176. <tvExpOptDlg>0</tvExpOptDlg>
  177. <TopLine>0</TopLine>
  178. <CurrentLine>0</CurrentLine>
  179. <bDave2>0</bDave2>
  180. <PathWithFileName>..\..\..\src\clock.c</PathWithFileName>
  181. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  182. <RteFlg>0</RteFlg>
  183. <bShared>0</bShared>
  184. </File>
  185. <File>
  186. <GroupNumber>1</GroupNumber>
  187. <FileNumber>2</FileNumber>
  188. <FileType>1</FileType>
  189. <tvExp>0</tvExp>
  190. <Focus>0</Focus>
  191. <ColumnNumber>0</ColumnNumber>
  192. <tvExpOptDlg>0</tvExpOptDlg>
  193. <TopLine>0</TopLine>
  194. <CurrentLine>0</CurrentLine>
  195. <bDave2>0</bDave2>
  196. <PathWithFileName>..\..\..\src\components.c</PathWithFileName>
  197. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  198. <RteFlg>0</RteFlg>
  199. <bShared>0</bShared>
  200. </File>
  201. <File>
  202. <GroupNumber>1</GroupNumber>
  203. <FileNumber>3</FileNumber>
  204. <FileType>1</FileType>
  205. <tvExp>0</tvExp>
  206. <Focus>0</Focus>
  207. <ColumnNumber>0</ColumnNumber>
  208. <tvExpOptDlg>0</tvExpOptDlg>
  209. <TopLine>0</TopLine>
  210. <CurrentLine>0</CurrentLine>
  211. <bDave2>0</bDave2>
  212. <PathWithFileName>..\..\..\src\device.c</PathWithFileName>
  213. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  214. <RteFlg>0</RteFlg>
  215. <bShared>0</bShared>
  216. </File>
  217. <File>
  218. <GroupNumber>1</GroupNumber>
  219. <FileNumber>4</FileNumber>
  220. <FileType>1</FileType>
  221. <tvExp>0</tvExp>
  222. <Focus>0</Focus>
  223. <ColumnNumber>0</ColumnNumber>
  224. <tvExpOptDlg>0</tvExpOptDlg>
  225. <TopLine>0</TopLine>
  226. <CurrentLine>0</CurrentLine>
  227. <bDave2>0</bDave2>
  228. <PathWithFileName>..\..\..\src\idle.c</PathWithFileName>
  229. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  230. <RteFlg>0</RteFlg>
  231. <bShared>0</bShared>
  232. </File>
  233. <File>
  234. <GroupNumber>1</GroupNumber>
  235. <FileNumber>5</FileNumber>
  236. <FileType>1</FileType>
  237. <tvExp>0</tvExp>
  238. <Focus>0</Focus>
  239. <ColumnNumber>0</ColumnNumber>
  240. <tvExpOptDlg>0</tvExpOptDlg>
  241. <TopLine>0</TopLine>
  242. <CurrentLine>0</CurrentLine>
  243. <bDave2>0</bDave2>
  244. <PathWithFileName>..\..\..\src\ipc.c</PathWithFileName>
  245. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  246. <RteFlg>0</RteFlg>
  247. <bShared>0</bShared>
  248. </File>
  249. <File>
  250. <GroupNumber>1</GroupNumber>
  251. <FileNumber>6</FileNumber>
  252. <FileType>1</FileType>
  253. <tvExp>0</tvExp>
  254. <Focus>0</Focus>
  255. <ColumnNumber>0</ColumnNumber>
  256. <tvExpOptDlg>0</tvExpOptDlg>
  257. <TopLine>0</TopLine>
  258. <CurrentLine>0</CurrentLine>
  259. <bDave2>0</bDave2>
  260. <PathWithFileName>..\..\..\src\irq.c</PathWithFileName>
  261. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  262. <RteFlg>0</RteFlg>
  263. <bShared>0</bShared>
  264. </File>
  265. <File>
  266. <GroupNumber>1</GroupNumber>
  267. <FileNumber>7</FileNumber>
  268. <FileType>1</FileType>
  269. <tvExp>0</tvExp>
  270. <Focus>0</Focus>
  271. <ColumnNumber>0</ColumnNumber>
  272. <tvExpOptDlg>0</tvExpOptDlg>
  273. <TopLine>0</TopLine>
  274. <CurrentLine>0</CurrentLine>
  275. <bDave2>0</bDave2>
  276. <PathWithFileName>..\..\..\src\kservice.c</PathWithFileName>
  277. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  278. <RteFlg>0</RteFlg>
  279. <bShared>0</bShared>
  280. </File>
  281. <File>
  282. <GroupNumber>1</GroupNumber>
  283. <FileNumber>8</FileNumber>
  284. <FileType>1</FileType>
  285. <tvExp>0</tvExp>
  286. <Focus>0</Focus>
  287. <ColumnNumber>0</ColumnNumber>
  288. <tvExpOptDlg>0</tvExpOptDlg>
  289. <TopLine>0</TopLine>
  290. <CurrentLine>0</CurrentLine>
  291. <bDave2>0</bDave2>
  292. <PathWithFileName>..\..\..\src\mem.c</PathWithFileName>
  293. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  294. <RteFlg>0</RteFlg>
  295. <bShared>0</bShared>
  296. </File>
  297. <File>
  298. <GroupNumber>1</GroupNumber>
  299. <FileNumber>9</FileNumber>
  300. <FileType>1</FileType>
  301. <tvExp>0</tvExp>
  302. <Focus>0</Focus>
  303. <ColumnNumber>0</ColumnNumber>
  304. <tvExpOptDlg>0</tvExpOptDlg>
  305. <TopLine>0</TopLine>
  306. <CurrentLine>0</CurrentLine>
  307. <bDave2>0</bDave2>
  308. <PathWithFileName>..\..\..\src\mempool.c</PathWithFileName>
  309. <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
  310. <RteFlg>0</RteFlg>
  311. <bShared>0</bShared>
  312. </File>
  313. <File>
  314. <GroupNumber>1</GroupNumber>
  315. <FileNumber>10</FileNumber>
  316. <FileType>1</FileType>
  317. <tvExp>0</tvExp>
  318. <Focus>0</Focus>
  319. <ColumnNumber>0</ColumnNumber>
  320. <tvExpOptDlg>0</tvExpOptDlg>
  321. <TopLine>0</TopLine>
  322. <CurrentLine>0</CurrentLine>
  323. <bDave2>0</bDave2>
  324. <PathWithFileName>..\..\..\src\object.c</PathWithFileName>
  325. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  326. <RteFlg>0</RteFlg>
  327. <bShared>0</bShared>
  328. </File>
  329. <File>
  330. <GroupNumber>1</GroupNumber>
  331. <FileNumber>11</FileNumber>
  332. <FileType>1</FileType>
  333. <tvExp>0</tvExp>
  334. <Focus>0</Focus>
  335. <ColumnNumber>0</ColumnNumber>
  336. <tvExpOptDlg>0</tvExpOptDlg>
  337. <TopLine>0</TopLine>
  338. <CurrentLine>0</CurrentLine>
  339. <bDave2>0</bDave2>
  340. <PathWithFileName>..\..\..\src\scheduler.c</PathWithFileName>
  341. <FilenameWithoutPath>scheduler.c</FilenameWithoutPath>
  342. <RteFlg>0</RteFlg>
  343. <bShared>0</bShared>
  344. </File>
  345. <File>
  346. <GroupNumber>1</GroupNumber>
  347. <FileNumber>12</FileNumber>
  348. <FileType>1</FileType>
  349. <tvExp>0</tvExp>
  350. <Focus>0</Focus>
  351. <ColumnNumber>0</ColumnNumber>
  352. <tvExpOptDlg>0</tvExpOptDlg>
  353. <TopLine>0</TopLine>
  354. <CurrentLine>0</CurrentLine>
  355. <bDave2>0</bDave2>
  356. <PathWithFileName>..\..\..\src\signal.c</PathWithFileName>
  357. <FilenameWithoutPath>signal.c</FilenameWithoutPath>
  358. <RteFlg>0</RteFlg>
  359. <bShared>0</bShared>
  360. </File>
  361. <File>
  362. <GroupNumber>1</GroupNumber>
  363. <FileNumber>13</FileNumber>
  364. <FileType>1</FileType>
  365. <tvExp>0</tvExp>
  366. <Focus>0</Focus>
  367. <ColumnNumber>0</ColumnNumber>
  368. <tvExpOptDlg>0</tvExpOptDlg>
  369. <TopLine>0</TopLine>
  370. <CurrentLine>0</CurrentLine>
  371. <bDave2>0</bDave2>
  372. <PathWithFileName>..\..\..\src\thread.c</PathWithFileName>
  373. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  374. <RteFlg>0</RteFlg>
  375. <bShared>0</bShared>
  376. </File>
  377. <File>
  378. <GroupNumber>1</GroupNumber>
  379. <FileNumber>14</FileNumber>
  380. <FileType>1</FileType>
  381. <tvExp>0</tvExp>
  382. <Focus>0</Focus>
  383. <ColumnNumber>0</ColumnNumber>
  384. <tvExpOptDlg>0</tvExpOptDlg>
  385. <TopLine>0</TopLine>
  386. <CurrentLine>0</CurrentLine>
  387. <bDave2>0</bDave2>
  388. <PathWithFileName>..\..\..\src\timer.c</PathWithFileName>
  389. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  390. <RteFlg>0</RteFlg>
  391. <bShared>0</bShared>
  392. </File>
  393. </Group>
  394. <Group>
  395. <GroupName>Applications</GroupName>
  396. <tvExp>1</tvExp>
  397. <tvExpOptDlg>0</tvExpOptDlg>
  398. <cbSel>0</cbSel>
  399. <RteFlg>0</RteFlg>
  400. <File>
  401. <GroupNumber>2</GroupNumber>
  402. <FileNumber>15</FileNumber>
  403. <FileType>1</FileType>
  404. <tvExp>0</tvExp>
  405. <Focus>0</Focus>
  406. <ColumnNumber>0</ColumnNumber>
  407. <tvExpOptDlg>0</tvExpOptDlg>
  408. <TopLine>1</TopLine>
  409. <CurrentLine>1</CurrentLine>
  410. <bDave2>0</bDave2>
  411. <PathWithFileName>applications\main.c</PathWithFileName>
  412. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  413. <RteFlg>0</RteFlg>
  414. <bShared>0</bShared>
  415. </File>
  416. </Group>
  417. <Group>
  418. <GroupName>Drivers</GroupName>
  419. <tvExp>0</tvExp>
  420. <tvExpOptDlg>0</tvExpOptDlg>
  421. <cbSel>0</cbSel>
  422. <RteFlg>0</RteFlg>
  423. <File>
  424. <GroupNumber>3</GroupNumber>
  425. <FileNumber>16</FileNumber>
  426. <FileType>1</FileType>
  427. <tvExp>0</tvExp>
  428. <Focus>0</Focus>
  429. <ColumnNumber>0</ColumnNumber>
  430. <tvExpOptDlg>0</tvExpOptDlg>
  431. <TopLine>0</TopLine>
  432. <CurrentLine>0</CurrentLine>
  433. <bDave2>0</bDave2>
  434. <PathWithFileName>board\board.c</PathWithFileName>
  435. <FilenameWithoutPath>board.c</FilenameWithoutPath>
  436. <RteFlg>0</RteFlg>
  437. <bShared>0</bShared>
  438. </File>
  439. <File>
  440. <GroupNumber>3</GroupNumber>
  441. <FileNumber>17</FileNumber>
  442. <FileType>1</FileType>
  443. <tvExp>0</tvExp>
  444. <Focus>0</Focus>
  445. <ColumnNumber>0</ColumnNumber>
  446. <tvExpOptDlg>0</tvExpOptDlg>
  447. <TopLine>0</TopLine>
  448. <CurrentLine>0</CurrentLine>
  449. <bDave2>0</bDave2>
  450. <PathWithFileName>board\CubeMX_Config\Src\stm32f4xx_hal_msp.c</PathWithFileName>
  451. <FilenameWithoutPath>stm32f4xx_hal_msp.c</FilenameWithoutPath>
  452. <RteFlg>0</RteFlg>
  453. <bShared>0</bShared>
  454. </File>
  455. <File>
  456. <GroupNumber>3</GroupNumber>
  457. <FileNumber>18</FileNumber>
  458. <FileType>2</FileType>
  459. <tvExp>0</tvExp>
  460. <Focus>0</Focus>
  461. <ColumnNumber>0</ColumnNumber>
  462. <tvExpOptDlg>0</tvExpOptDlg>
  463. <TopLine>0</TopLine>
  464. <CurrentLine>0</CurrentLine>
  465. <bDave2>0</bDave2>
  466. <PathWithFileName>..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f413xx.s</PathWithFileName>
  467. <FilenameWithoutPath>startup_stm32f413xx.s</FilenameWithoutPath>
  468. <RteFlg>0</RteFlg>
  469. <bShared>0</bShared>
  470. </File>
  471. <File>
  472. <GroupNumber>3</GroupNumber>
  473. <FileNumber>19</FileNumber>
  474. <FileType>1</FileType>
  475. <tvExp>0</tvExp>
  476. <Focus>0</Focus>
  477. <ColumnNumber>0</ColumnNumber>
  478. <tvExpOptDlg>0</tvExpOptDlg>
  479. <TopLine>0</TopLine>
  480. <CurrentLine>0</CurrentLine>
  481. <bDave2>0</bDave2>
  482. <PathWithFileName>..\libraries\HAL_Drivers\drv_gpio.c</PathWithFileName>
  483. <FilenameWithoutPath>drv_gpio.c</FilenameWithoutPath>
  484. <RteFlg>0</RteFlg>
  485. <bShared>0</bShared>
  486. </File>
  487. <File>
  488. <GroupNumber>3</GroupNumber>
  489. <FileNumber>20</FileNumber>
  490. <FileType>1</FileType>
  491. <tvExp>0</tvExp>
  492. <Focus>0</Focus>
  493. <ColumnNumber>0</ColumnNumber>
  494. <tvExpOptDlg>0</tvExpOptDlg>
  495. <TopLine>0</TopLine>
  496. <CurrentLine>0</CurrentLine>
  497. <bDave2>0</bDave2>
  498. <PathWithFileName>..\libraries\HAL_Drivers\drv_usart.c</PathWithFileName>
  499. <FilenameWithoutPath>drv_usart.c</FilenameWithoutPath>
  500. <RteFlg>0</RteFlg>
  501. <bShared>0</bShared>
  502. </File>
  503. <File>
  504. <GroupNumber>3</GroupNumber>
  505. <FileNumber>21</FileNumber>
  506. <FileType>1</FileType>
  507. <tvExp>0</tvExp>
  508. <Focus>0</Focus>
  509. <ColumnNumber>0</ColumnNumber>
  510. <tvExpOptDlg>0</tvExpOptDlg>
  511. <TopLine>0</TopLine>
  512. <CurrentLine>0</CurrentLine>
  513. <bDave2>0</bDave2>
  514. <PathWithFileName>..\libraries\HAL_Drivers\drv_common.c</PathWithFileName>
  515. <FilenameWithoutPath>drv_common.c</FilenameWithoutPath>
  516. <RteFlg>0</RteFlg>
  517. <bShared>0</bShared>
  518. </File>
  519. </Group>
  520. <Group>
  521. <GroupName>cpu</GroupName>
  522. <tvExp>0</tvExp>
  523. <tvExpOptDlg>0</tvExpOptDlg>
  524. <cbSel>0</cbSel>
  525. <RteFlg>0</RteFlg>
  526. <File>
  527. <GroupNumber>4</GroupNumber>
  528. <FileNumber>22</FileNumber>
  529. <FileType>1</FileType>
  530. <tvExp>0</tvExp>
  531. <Focus>0</Focus>
  532. <ColumnNumber>0</ColumnNumber>
  533. <tvExpOptDlg>0</tvExpOptDlg>
  534. <TopLine>0</TopLine>
  535. <CurrentLine>0</CurrentLine>
  536. <bDave2>0</bDave2>
  537. <PathWithFileName>..\..\..\libcpu\arm\common\backtrace.c</PathWithFileName>
  538. <FilenameWithoutPath>backtrace.c</FilenameWithoutPath>
  539. <RteFlg>0</RteFlg>
  540. <bShared>0</bShared>
  541. </File>
  542. <File>
  543. <GroupNumber>4</GroupNumber>
  544. <FileNumber>23</FileNumber>
  545. <FileType>1</FileType>
  546. <tvExp>0</tvExp>
  547. <Focus>0</Focus>
  548. <ColumnNumber>0</ColumnNumber>
  549. <tvExpOptDlg>0</tvExpOptDlg>
  550. <TopLine>0</TopLine>
  551. <CurrentLine>0</CurrentLine>
  552. <bDave2>0</bDave2>
  553. <PathWithFileName>..\..\..\libcpu\arm\common\div0.c</PathWithFileName>
  554. <FilenameWithoutPath>div0.c</FilenameWithoutPath>
  555. <RteFlg>0</RteFlg>
  556. <bShared>0</bShared>
  557. </File>
  558. <File>
  559. <GroupNumber>4</GroupNumber>
  560. <FileNumber>24</FileNumber>
  561. <FileType>1</FileType>
  562. <tvExp>0</tvExp>
  563. <Focus>0</Focus>
  564. <ColumnNumber>0</ColumnNumber>
  565. <tvExpOptDlg>0</tvExpOptDlg>
  566. <TopLine>0</TopLine>
  567. <CurrentLine>0</CurrentLine>
  568. <bDave2>0</bDave2>
  569. <PathWithFileName>..\..\..\libcpu\arm\common\showmem.c</PathWithFileName>
  570. <FilenameWithoutPath>showmem.c</FilenameWithoutPath>
  571. <RteFlg>0</RteFlg>
  572. <bShared>0</bShared>
  573. </File>
  574. <File>
  575. <GroupNumber>4</GroupNumber>
  576. <FileNumber>25</FileNumber>
  577. <FileType>1</FileType>
  578. <tvExp>0</tvExp>
  579. <Focus>0</Focus>
  580. <ColumnNumber>0</ColumnNumber>
  581. <tvExpOptDlg>0</tvExpOptDlg>
  582. <TopLine>0</TopLine>
  583. <CurrentLine>0</CurrentLine>
  584. <bDave2>0</bDave2>
  585. <PathWithFileName>..\..\..\libcpu\arm\cortex-m4\cpuport.c</PathWithFileName>
  586. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  587. <RteFlg>0</RteFlg>
  588. <bShared>0</bShared>
  589. </File>
  590. <File>
  591. <GroupNumber>4</GroupNumber>
  592. <FileNumber>26</FileNumber>
  593. <FileType>2</FileType>
  594. <tvExp>0</tvExp>
  595. <Focus>0</Focus>
  596. <ColumnNumber>0</ColumnNumber>
  597. <tvExpOptDlg>0</tvExpOptDlg>
  598. <TopLine>0</TopLine>
  599. <CurrentLine>0</CurrentLine>
  600. <bDave2>0</bDave2>
  601. <PathWithFileName>..\..\..\libcpu\arm\cortex-m4\context_rvds.S</PathWithFileName>
  602. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  603. <RteFlg>0</RteFlg>
  604. <bShared>0</bShared>
  605. </File>
  606. </Group>
  607. <Group>
  608. <GroupName>DeviceDrivers</GroupName>
  609. <tvExp>0</tvExp>
  610. <tvExpOptDlg>0</tvExpOptDlg>
  611. <cbSel>0</cbSel>
  612. <RteFlg>0</RteFlg>
  613. <File>
  614. <GroupNumber>5</GroupNumber>
  615. <FileNumber>27</FileNumber>
  616. <FileType>1</FileType>
  617. <tvExp>0</tvExp>
  618. <Focus>0</Focus>
  619. <ColumnNumber>0</ColumnNumber>
  620. <tvExpOptDlg>0</tvExpOptDlg>
  621. <TopLine>0</TopLine>
  622. <CurrentLine>0</CurrentLine>
  623. <bDave2>0</bDave2>
  624. <PathWithFileName>..\..\..\components\drivers\misc\pin.c</PathWithFileName>
  625. <FilenameWithoutPath>pin.c</FilenameWithoutPath>
  626. <RteFlg>0</RteFlg>
  627. <bShared>0</bShared>
  628. </File>
  629. <File>
  630. <GroupNumber>5</GroupNumber>
  631. <FileNumber>28</FileNumber>
  632. <FileType>1</FileType>
  633. <tvExp>0</tvExp>
  634. <Focus>0</Focus>
  635. <ColumnNumber>0</ColumnNumber>
  636. <tvExpOptDlg>0</tvExpOptDlg>
  637. <TopLine>0</TopLine>
  638. <CurrentLine>0</CurrentLine>
  639. <bDave2>0</bDave2>
  640. <PathWithFileName>..\..\..\components\drivers\serial\serial.c</PathWithFileName>
  641. <FilenameWithoutPath>serial.c</FilenameWithoutPath>
  642. <RteFlg>0</RteFlg>
  643. <bShared>0</bShared>
  644. </File>
  645. <File>
  646. <GroupNumber>5</GroupNumber>
  647. <FileNumber>29</FileNumber>
  648. <FileType>1</FileType>
  649. <tvExp>0</tvExp>
  650. <Focus>0</Focus>
  651. <ColumnNumber>0</ColumnNumber>
  652. <tvExpOptDlg>0</tvExpOptDlg>
  653. <TopLine>0</TopLine>
  654. <CurrentLine>0</CurrentLine>
  655. <bDave2>0</bDave2>
  656. <PathWithFileName>..\..\..\components\drivers\src\completion.c</PathWithFileName>
  657. <FilenameWithoutPath>completion.c</FilenameWithoutPath>
  658. <RteFlg>0</RteFlg>
  659. <bShared>0</bShared>
  660. </File>
  661. <File>
  662. <GroupNumber>5</GroupNumber>
  663. <FileNumber>30</FileNumber>
  664. <FileType>1</FileType>
  665. <tvExp>0</tvExp>
  666. <Focus>0</Focus>
  667. <ColumnNumber>0</ColumnNumber>
  668. <tvExpOptDlg>0</tvExpOptDlg>
  669. <TopLine>0</TopLine>
  670. <CurrentLine>0</CurrentLine>
  671. <bDave2>0</bDave2>
  672. <PathWithFileName>..\..\..\components\drivers\src\dataqueue.c</PathWithFileName>
  673. <FilenameWithoutPath>dataqueue.c</FilenameWithoutPath>
  674. <RteFlg>0</RteFlg>
  675. <bShared>0</bShared>
  676. </File>
  677. <File>
  678. <GroupNumber>5</GroupNumber>
  679. <FileNumber>31</FileNumber>
  680. <FileType>1</FileType>
  681. <tvExp>0</tvExp>
  682. <Focus>0</Focus>
  683. <ColumnNumber>0</ColumnNumber>
  684. <tvExpOptDlg>0</tvExpOptDlg>
  685. <TopLine>0</TopLine>
  686. <CurrentLine>0</CurrentLine>
  687. <bDave2>0</bDave2>
  688. <PathWithFileName>..\..\..\components\drivers\src\pipe.c</PathWithFileName>
  689. <FilenameWithoutPath>pipe.c</FilenameWithoutPath>
  690. <RteFlg>0</RteFlg>
  691. <bShared>0</bShared>
  692. </File>
  693. <File>
  694. <GroupNumber>5</GroupNumber>
  695. <FileNumber>32</FileNumber>
  696. <FileType>1</FileType>
  697. <tvExp>0</tvExp>
  698. <Focus>0</Focus>
  699. <ColumnNumber>0</ColumnNumber>
  700. <tvExpOptDlg>0</tvExpOptDlg>
  701. <TopLine>0</TopLine>
  702. <CurrentLine>0</CurrentLine>
  703. <bDave2>0</bDave2>
  704. <PathWithFileName>..\..\..\components\drivers\src\ringblk_buf.c</PathWithFileName>
  705. <FilenameWithoutPath>ringblk_buf.c</FilenameWithoutPath>
  706. <RteFlg>0</RteFlg>
  707. <bShared>0</bShared>
  708. </File>
  709. <File>
  710. <GroupNumber>5</GroupNumber>
  711. <FileNumber>33</FileNumber>
  712. <FileType>1</FileType>
  713. <tvExp>0</tvExp>
  714. <Focus>0</Focus>
  715. <ColumnNumber>0</ColumnNumber>
  716. <tvExpOptDlg>0</tvExpOptDlg>
  717. <TopLine>0</TopLine>
  718. <CurrentLine>0</CurrentLine>
  719. <bDave2>0</bDave2>
  720. <PathWithFileName>..\..\..\components\drivers\src\ringbuffer.c</PathWithFileName>
  721. <FilenameWithoutPath>ringbuffer.c</FilenameWithoutPath>
  722. <RteFlg>0</RteFlg>
  723. <bShared>0</bShared>
  724. </File>
  725. <File>
  726. <GroupNumber>5</GroupNumber>
  727. <FileNumber>34</FileNumber>
  728. <FileType>1</FileType>
  729. <tvExp>0</tvExp>
  730. <Focus>0</Focus>
  731. <ColumnNumber>0</ColumnNumber>
  732. <tvExpOptDlg>0</tvExpOptDlg>
  733. <TopLine>0</TopLine>
  734. <CurrentLine>0</CurrentLine>
  735. <bDave2>0</bDave2>
  736. <PathWithFileName>..\..\..\components\drivers\src\waitqueue.c</PathWithFileName>
  737. <FilenameWithoutPath>waitqueue.c</FilenameWithoutPath>
  738. <RteFlg>0</RteFlg>
  739. <bShared>0</bShared>
  740. </File>
  741. <File>
  742. <GroupNumber>5</GroupNumber>
  743. <FileNumber>35</FileNumber>
  744. <FileType>1</FileType>
  745. <tvExp>0</tvExp>
  746. <Focus>0</Focus>
  747. <ColumnNumber>0</ColumnNumber>
  748. <tvExpOptDlg>0</tvExpOptDlg>
  749. <TopLine>0</TopLine>
  750. <CurrentLine>0</CurrentLine>
  751. <bDave2>0</bDave2>
  752. <PathWithFileName>..\..\..\components\drivers\src\workqueue.c</PathWithFileName>
  753. <FilenameWithoutPath>workqueue.c</FilenameWithoutPath>
  754. <RteFlg>0</RteFlg>
  755. <bShared>0</bShared>
  756. </File>
  757. </Group>
  758. <Group>
  759. <GroupName>finsh</GroupName>
  760. <tvExp>0</tvExp>
  761. <tvExpOptDlg>0</tvExpOptDlg>
  762. <cbSel>0</cbSel>
  763. <RteFlg>0</RteFlg>
  764. <File>
  765. <GroupNumber>6</GroupNumber>
  766. <FileNumber>36</FileNumber>
  767. <FileType>1</FileType>
  768. <tvExp>0</tvExp>
  769. <Focus>0</Focus>
  770. <ColumnNumber>0</ColumnNumber>
  771. <tvExpOptDlg>0</tvExpOptDlg>
  772. <TopLine>0</TopLine>
  773. <CurrentLine>0</CurrentLine>
  774. <bDave2>0</bDave2>
  775. <PathWithFileName>..\..\..\components\finsh\shell.c</PathWithFileName>
  776. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  777. <RteFlg>0</RteFlg>
  778. <bShared>0</bShared>
  779. </File>
  780. <File>
  781. <GroupNumber>6</GroupNumber>
  782. <FileNumber>37</FileNumber>
  783. <FileType>1</FileType>
  784. <tvExp>0</tvExp>
  785. <Focus>0</Focus>
  786. <ColumnNumber>0</ColumnNumber>
  787. <tvExpOptDlg>0</tvExpOptDlg>
  788. <TopLine>0</TopLine>
  789. <CurrentLine>0</CurrentLine>
  790. <bDave2>0</bDave2>
  791. <PathWithFileName>..\..\..\components\finsh\cmd.c</PathWithFileName>
  792. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  793. <RteFlg>0</RteFlg>
  794. <bShared>0</bShared>
  795. </File>
  796. <File>
  797. <GroupNumber>6</GroupNumber>
  798. <FileNumber>38</FileNumber>
  799. <FileType>1</FileType>
  800. <tvExp>0</tvExp>
  801. <Focus>0</Focus>
  802. <ColumnNumber>0</ColumnNumber>
  803. <tvExpOptDlg>0</tvExpOptDlg>
  804. <TopLine>0</TopLine>
  805. <CurrentLine>0</CurrentLine>
  806. <bDave2>0</bDave2>
  807. <PathWithFileName>..\..\..\components\finsh\msh.c</PathWithFileName>
  808. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  809. <RteFlg>0</RteFlg>
  810. <bShared>0</bShared>
  811. </File>
  812. </Group>
  813. <Group>
  814. <GroupName>libc</GroupName>
  815. <tvExp>0</tvExp>
  816. <tvExpOptDlg>0</tvExpOptDlg>
  817. <cbSel>0</cbSel>
  818. <RteFlg>0</RteFlg>
  819. <File>
  820. <GroupNumber>7</GroupNumber>
  821. <FileNumber>39</FileNumber>
  822. <FileType>1</FileType>
  823. <tvExp>0</tvExp>
  824. <Focus>0</Focus>
  825. <ColumnNumber>0</ColumnNumber>
  826. <tvExpOptDlg>0</tvExpOptDlg>
  827. <TopLine>0</TopLine>
  828. <CurrentLine>0</CurrentLine>
  829. <bDave2>0</bDave2>
  830. <PathWithFileName>..\..\..\components\libc\compilers\common\time.c</PathWithFileName>
  831. <FilenameWithoutPath>time.c</FilenameWithoutPath>
  832. <RteFlg>0</RteFlg>
  833. <bShared>0</bShared>
  834. </File>
  835. </Group>
  836. <Group>
  837. <GroupName>STM32_HAL</GroupName>
  838. <tvExp>0</tvExp>
  839. <tvExpOptDlg>0</tvExpOptDlg>
  840. <cbSel>0</cbSel>
  841. <RteFlg>0</RteFlg>
  842. <File>
  843. <GroupNumber>8</GroupNumber>
  844. <FileNumber>40</FileNumber>
  845. <FileType>1</FileType>
  846. <tvExp>0</tvExp>
  847. <Focus>0</Focus>
  848. <ColumnNumber>0</ColumnNumber>
  849. <tvExpOptDlg>0</tvExpOptDlg>
  850. <TopLine>0</TopLine>
  851. <CurrentLine>0</CurrentLine>
  852. <bDave2>0</bDave2>
  853. <PathWithFileName>..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c</PathWithFileName>
  854. <FilenameWithoutPath>system_stm32f4xx.c</FilenameWithoutPath>
  855. <RteFlg>0</RteFlg>
  856. <bShared>0</bShared>
  857. </File>
  858. <File>
  859. <GroupNumber>8</GroupNumber>
  860. <FileNumber>41</FileNumber>
  861. <FileType>1</FileType>
  862. <tvExp>0</tvExp>
  863. <Focus>0</Focus>
  864. <ColumnNumber>0</ColumnNumber>
  865. <tvExpOptDlg>0</tvExpOptDlg>
  866. <TopLine>0</TopLine>
  867. <CurrentLine>0</CurrentLine>
  868. <bDave2>0</bDave2>
  869. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c</PathWithFileName>
  870. <FilenameWithoutPath>stm32f4xx_hal.c</FilenameWithoutPath>
  871. <RteFlg>0</RteFlg>
  872. <bShared>0</bShared>
  873. </File>
  874. <File>
  875. <GroupNumber>8</GroupNumber>
  876. <FileNumber>42</FileNumber>
  877. <FileType>1</FileType>
  878. <tvExp>0</tvExp>
  879. <Focus>0</Focus>
  880. <ColumnNumber>0</ColumnNumber>
  881. <tvExpOptDlg>0</tvExpOptDlg>
  882. <TopLine>0</TopLine>
  883. <CurrentLine>0</CurrentLine>
  884. <bDave2>0</bDave2>
  885. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c</PathWithFileName>
  886. <FilenameWithoutPath>stm32f4xx_hal_cec.c</FilenameWithoutPath>
  887. <RteFlg>0</RteFlg>
  888. <bShared>0</bShared>
  889. </File>
  890. <File>
  891. <GroupNumber>8</GroupNumber>
  892. <FileNumber>43</FileNumber>
  893. <FileType>1</FileType>
  894. <tvExp>0</tvExp>
  895. <Focus>0</Focus>
  896. <ColumnNumber>0</ColumnNumber>
  897. <tvExpOptDlg>0</tvExpOptDlg>
  898. <TopLine>0</TopLine>
  899. <CurrentLine>0</CurrentLine>
  900. <bDave2>0</bDave2>
  901. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c</PathWithFileName>
  902. <FilenameWithoutPath>stm32f4xx_hal_cortex.c</FilenameWithoutPath>
  903. <RteFlg>0</RteFlg>
  904. <bShared>0</bShared>
  905. </File>
  906. <File>
  907. <GroupNumber>8</GroupNumber>
  908. <FileNumber>44</FileNumber>
  909. <FileType>1</FileType>
  910. <tvExp>0</tvExp>
  911. <Focus>0</Focus>
  912. <ColumnNumber>0</ColumnNumber>
  913. <tvExpOptDlg>0</tvExpOptDlg>
  914. <TopLine>0</TopLine>
  915. <CurrentLine>0</CurrentLine>
  916. <bDave2>0</bDave2>
  917. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c</PathWithFileName>
  918. <FilenameWithoutPath>stm32f4xx_hal_crc.c</FilenameWithoutPath>
  919. <RteFlg>0</RteFlg>
  920. <bShared>0</bShared>
  921. </File>
  922. <File>
  923. <GroupNumber>8</GroupNumber>
  924. <FileNumber>45</FileNumber>
  925. <FileType>1</FileType>
  926. <tvExp>0</tvExp>
  927. <Focus>0</Focus>
  928. <ColumnNumber>0</ColumnNumber>
  929. <tvExpOptDlg>0</tvExpOptDlg>
  930. <TopLine>0</TopLine>
  931. <CurrentLine>0</CurrentLine>
  932. <bDave2>0</bDave2>
  933. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp.c</PathWithFileName>
  934. <FilenameWithoutPath>stm32f4xx_hal_cryp.c</FilenameWithoutPath>
  935. <RteFlg>0</RteFlg>
  936. <bShared>0</bShared>
  937. </File>
  938. <File>
  939. <GroupNumber>8</GroupNumber>
  940. <FileNumber>46</FileNumber>
  941. <FileType>1</FileType>
  942. <tvExp>0</tvExp>
  943. <Focus>0</Focus>
  944. <ColumnNumber>0</ColumnNumber>
  945. <tvExpOptDlg>0</tvExpOptDlg>
  946. <TopLine>0</TopLine>
  947. <CurrentLine>0</CurrentLine>
  948. <bDave2>0</bDave2>
  949. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp_ex.c</PathWithFileName>
  950. <FilenameWithoutPath>stm32f4xx_hal_cryp_ex.c</FilenameWithoutPath>
  951. <RteFlg>0</RteFlg>
  952. <bShared>0</bShared>
  953. </File>
  954. <File>
  955. <GroupNumber>8</GroupNumber>
  956. <FileNumber>47</FileNumber>
  957. <FileType>1</FileType>
  958. <tvExp>0</tvExp>
  959. <Focus>0</Focus>
  960. <ColumnNumber>0</ColumnNumber>
  961. <tvExpOptDlg>0</tvExpOptDlg>
  962. <TopLine>0</TopLine>
  963. <CurrentLine>0</CurrentLine>
  964. <bDave2>0</bDave2>
  965. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c</PathWithFileName>
  966. <FilenameWithoutPath>stm32f4xx_hal_dma.c</FilenameWithoutPath>
  967. <RteFlg>0</RteFlg>
  968. <bShared>0</bShared>
  969. </File>
  970. <File>
  971. <GroupNumber>8</GroupNumber>
  972. <FileNumber>48</FileNumber>
  973. <FileType>1</FileType>
  974. <tvExp>0</tvExp>
  975. <Focus>0</Focus>
  976. <ColumnNumber>0</ColumnNumber>
  977. <tvExpOptDlg>0</tvExpOptDlg>
  978. <TopLine>0</TopLine>
  979. <CurrentLine>0</CurrentLine>
  980. <bDave2>0</bDave2>
  981. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c</PathWithFileName>
  982. <FilenameWithoutPath>stm32f4xx_hal_dma_ex.c</FilenameWithoutPath>
  983. <RteFlg>0</RteFlg>
  984. <bShared>0</bShared>
  985. </File>
  986. <File>
  987. <GroupNumber>8</GroupNumber>
  988. <FileNumber>49</FileNumber>
  989. <FileType>1</FileType>
  990. <tvExp>0</tvExp>
  991. <Focus>0</Focus>
  992. <ColumnNumber>0</ColumnNumber>
  993. <tvExpOptDlg>0</tvExpOptDlg>
  994. <TopLine>0</TopLine>
  995. <CurrentLine>0</CurrentLine>
  996. <bDave2>0</bDave2>
  997. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c</PathWithFileName>
  998. <FilenameWithoutPath>stm32f4xx_hal_pwr.c</FilenameWithoutPath>
  999. <RteFlg>0</RteFlg>
  1000. <bShared>0</bShared>
  1001. </File>
  1002. <File>
  1003. <GroupNumber>8</GroupNumber>
  1004. <FileNumber>50</FileNumber>
  1005. <FileType>1</FileType>
  1006. <tvExp>0</tvExp>
  1007. <Focus>0</Focus>
  1008. <ColumnNumber>0</ColumnNumber>
  1009. <tvExpOptDlg>0</tvExpOptDlg>
  1010. <TopLine>0</TopLine>
  1011. <CurrentLine>0</CurrentLine>
  1012. <bDave2>0</bDave2>
  1013. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c</PathWithFileName>
  1014. <FilenameWithoutPath>stm32f4xx_hal_pwr_ex.c</FilenameWithoutPath>
  1015. <RteFlg>0</RteFlg>
  1016. <bShared>0</bShared>
  1017. </File>
  1018. <File>
  1019. <GroupNumber>8</GroupNumber>
  1020. <FileNumber>51</FileNumber>
  1021. <FileType>1</FileType>
  1022. <tvExp>0</tvExp>
  1023. <Focus>0</Focus>
  1024. <ColumnNumber>0</ColumnNumber>
  1025. <tvExpOptDlg>0</tvExpOptDlg>
  1026. <TopLine>0</TopLine>
  1027. <CurrentLine>0</CurrentLine>
  1028. <bDave2>0</bDave2>
  1029. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c</PathWithFileName>
  1030. <FilenameWithoutPath>stm32f4xx_hal_rcc.c</FilenameWithoutPath>
  1031. <RteFlg>0</RteFlg>
  1032. <bShared>0</bShared>
  1033. </File>
  1034. <File>
  1035. <GroupNumber>8</GroupNumber>
  1036. <FileNumber>52</FileNumber>
  1037. <FileType>1</FileType>
  1038. <tvExp>0</tvExp>
  1039. <Focus>0</Focus>
  1040. <ColumnNumber>0</ColumnNumber>
  1041. <tvExpOptDlg>0</tvExpOptDlg>
  1042. <TopLine>0</TopLine>
  1043. <CurrentLine>0</CurrentLine>
  1044. <bDave2>0</bDave2>
  1045. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c</PathWithFileName>
  1046. <FilenameWithoutPath>stm32f4xx_hal_rcc_ex.c</FilenameWithoutPath>
  1047. <RteFlg>0</RteFlg>
  1048. <bShared>0</bShared>
  1049. </File>
  1050. <File>
  1051. <GroupNumber>8</GroupNumber>
  1052. <FileNumber>53</FileNumber>
  1053. <FileType>1</FileType>
  1054. <tvExp>0</tvExp>
  1055. <Focus>0</Focus>
  1056. <ColumnNumber>0</ColumnNumber>
  1057. <tvExpOptDlg>0</tvExpOptDlg>
  1058. <TopLine>0</TopLine>
  1059. <CurrentLine>0</CurrentLine>
  1060. <bDave2>0</bDave2>
  1061. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c</PathWithFileName>
  1062. <FilenameWithoutPath>stm32f4xx_hal_rng.c</FilenameWithoutPath>
  1063. <RteFlg>0</RteFlg>
  1064. <bShared>0</bShared>
  1065. </File>
  1066. <File>
  1067. <GroupNumber>8</GroupNumber>
  1068. <FileNumber>54</FileNumber>
  1069. <FileType>1</FileType>
  1070. <tvExp>0</tvExp>
  1071. <Focus>0</Focus>
  1072. <ColumnNumber>0</ColumnNumber>
  1073. <tvExpOptDlg>0</tvExpOptDlg>
  1074. <TopLine>0</TopLine>
  1075. <CurrentLine>0</CurrentLine>
  1076. <bDave2>0</bDave2>
  1077. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c</PathWithFileName>
  1078. <FilenameWithoutPath>stm32f4xx_hal_gpio.c</FilenameWithoutPath>
  1079. <RteFlg>0</RteFlg>
  1080. <bShared>0</bShared>
  1081. </File>
  1082. <File>
  1083. <GroupNumber>8</GroupNumber>
  1084. <FileNumber>55</FileNumber>
  1085. <FileType>1</FileType>
  1086. <tvExp>0</tvExp>
  1087. <Focus>0</Focus>
  1088. <ColumnNumber>0</ColumnNumber>
  1089. <tvExpOptDlg>0</tvExpOptDlg>
  1090. <TopLine>0</TopLine>
  1091. <CurrentLine>0</CurrentLine>
  1092. <bDave2>0</bDave2>
  1093. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c</PathWithFileName>
  1094. <FilenameWithoutPath>stm32f4xx_hal_uart.c</FilenameWithoutPath>
  1095. <RteFlg>0</RteFlg>
  1096. <bShared>0</bShared>
  1097. </File>
  1098. <File>
  1099. <GroupNumber>8</GroupNumber>
  1100. <FileNumber>56</FileNumber>
  1101. <FileType>1</FileType>
  1102. <tvExp>0</tvExp>
  1103. <Focus>0</Focus>
  1104. <ColumnNumber>0</ColumnNumber>
  1105. <tvExpOptDlg>0</tvExpOptDlg>
  1106. <TopLine>0</TopLine>
  1107. <CurrentLine>0</CurrentLine>
  1108. <bDave2>0</bDave2>
  1109. <PathWithFileName>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c</PathWithFileName>
  1110. <FilenameWithoutPath>stm32f4xx_hal_usart.c</FilenameWithoutPath>
  1111. <RteFlg>0</RteFlg>
  1112. <bShared>0</bShared>
  1113. </File>
  1114. </Group>
  1115. </ProjectOpt>