project.uvoptx 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764
  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</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_stm32f4xx</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>.\build\</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>0</tRfunc>
  92. <tRbox>1</tRbox>
  93. <tRtrace>0</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>JL2CM3</Key>
  118. <Name>-U -O14 -S2 -ZTIFSpeedSel5000 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_1024.FLM -FS08000000 -FL0100000 -FP0($$Device:STM32F407VGTx$CMSIS\Flash\STM32F4xx_1024.FLM)</Name>
  119. </SetRegEntry>
  120. <SetRegEntry>
  121. <Number>0</Number>
  122. <Key>UL2CM3</Key>
  123. <Name>UL2CM3(-S0 -C0 -P0 ) -FN1 -FC1000 -FD20000000 -FF0STM32F4xx_1024 -FL0100000 -FS08000000 -FP0($$Device:STM32F407VGTx$CMSIS\Flash\STM32F4xx_1024.FLM)</Name>
  124. </SetRegEntry>
  125. <SetRegEntry>
  126. <Number>0</Number>
  127. <Key>ST-LINKIII-KEIL_SWO</Key>
  128. <Name>-U0664FF545449677267026033 -O206 -SF4000 -C0 -A0 -I0 -HNlocalhost -HP7184 -P2 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_256.FLM -FS08000000 -FL040000 -FP0($$Device:STM32F401RCTx$CMSIS\Flash\STM32F4xx_256.FLM)</Name>
  129. </SetRegEntry>
  130. </TargetDriverDllRegistry>
  131. <Breakpoint/>
  132. <Tracepoint>
  133. <THDelay>0</THDelay>
  134. </Tracepoint>
  135. <DebugFlag>
  136. <trace>0</trace>
  137. <periodic>0</periodic>
  138. <aLwin>0</aLwin>
  139. <aCover>0</aCover>
  140. <aSer1>0</aSer1>
  141. <aSer2>0</aSer2>
  142. <aPa>0</aPa>
  143. <viewmode>0</viewmode>
  144. <vrSel>0</vrSel>
  145. <aSym>0</aSym>
  146. <aTbox>0</aTbox>
  147. <AscS1>0</AscS1>
  148. <AscS2>0</AscS2>
  149. <AscS3>0</AscS3>
  150. <aSer3>0</aSer3>
  151. <eProf>0</eProf>
  152. <aLa>0</aLa>
  153. <aPa1>0</aPa1>
  154. <AscS4>0</AscS4>
  155. <aSer4>0</aSer4>
  156. <StkLoc>0</StkLoc>
  157. <TrcWin>0</TrcWin>
  158. <newCpu>0</newCpu>
  159. <uProt>0</uProt>
  160. </DebugFlag>
  161. <LintExecutable></LintExecutable>
  162. <LintConfigFile></LintConfigFile>
  163. <bLintAuto>0</bLintAuto>
  164. <bAutoGenD>0</bAutoGenD>
  165. <LntExFlags>0</LntExFlags>
  166. <pMisraName></pMisraName>
  167. <pszMrule></pszMrule>
  168. <pSingCmds></pSingCmds>
  169. <pMultCmds></pMultCmds>
  170. <pMisraNamep></pMisraNamep>
  171. <pszMrulep></pszMrulep>
  172. <pSingCmdsp></pSingCmdsp>
  173. <pMultCmdsp></pMultCmdsp>
  174. <DebugDescription>
  175. <Enable>1</Enable>
  176. <EnableLog>0</EnableLog>
  177. <Protocol>2</Protocol>
  178. <DbgClock>10000000</DbgClock>
  179. </DebugDescription>
  180. </TargetOption>
  181. </Target>
  182. <Group>
  183. <GroupName>Drivers</GroupName>
  184. <tvExp>0</tvExp>
  185. <tvExpOptDlg>0</tvExpOptDlg>
  186. <cbSel>0</cbSel>
  187. <RteFlg>0</RteFlg>
  188. <File>
  189. <GroupNumber>1</GroupNumber>
  190. <FileNumber>1</FileNumber>
  191. <FileType>1</FileType>
  192. <tvExp>0</tvExp>
  193. <tvExpOptDlg>0</tvExpOptDlg>
  194. <bDave2>0</bDave2>
  195. <PathWithFileName>drivers\board.c</PathWithFileName>
  196. <FilenameWithoutPath>board.c</FilenameWithoutPath>
  197. <RteFlg>0</RteFlg>
  198. <bShared>0</bShared>
  199. </File>
  200. <File>
  201. <GroupNumber>1</GroupNumber>
  202. <FileNumber>2</FileNumber>
  203. <FileType>1</FileType>
  204. <tvExp>0</tvExp>
  205. <tvExpOptDlg>0</tvExpOptDlg>
  206. <bDave2>0</bDave2>
  207. <PathWithFileName>drivers\stm32f4xx_it.c</PathWithFileName>
  208. <FilenameWithoutPath>stm32f4xx_it.c</FilenameWithoutPath>
  209. <RteFlg>0</RteFlg>
  210. <bShared>0</bShared>
  211. </File>
  212. <File>
  213. <GroupNumber>1</GroupNumber>
  214. <FileNumber>3</FileNumber>
  215. <FileType>1</FileType>
  216. <tvExp>0</tvExp>
  217. <tvExpOptDlg>0</tvExpOptDlg>
  218. <bDave2>0</bDave2>
  219. <PathWithFileName>drivers\drv_gpio.c</PathWithFileName>
  220. <FilenameWithoutPath>drv_gpio.c</FilenameWithoutPath>
  221. <RteFlg>0</RteFlg>
  222. <bShared>0</bShared>
  223. </File>
  224. <File>
  225. <GroupNumber>1</GroupNumber>
  226. <FileNumber>4</FileNumber>
  227. <FileType>1</FileType>
  228. <tvExp>0</tvExp>
  229. <tvExpOptDlg>0</tvExpOptDlg>
  230. <bDave2>0</bDave2>
  231. <PathWithFileName>drivers\drv_usart.c</PathWithFileName>
  232. <FilenameWithoutPath>drv_usart.c</FilenameWithoutPath>
  233. <RteFlg>0</RteFlg>
  234. <bShared>0</bShared>
  235. </File>
  236. </Group>
  237. <Group>
  238. <GroupName>CMSIS</GroupName>
  239. <tvExp>0</tvExp>
  240. <tvExpOptDlg>0</tvExpOptDlg>
  241. <cbSel>0</cbSel>
  242. <RteFlg>0</RteFlg>
  243. <File>
  244. <GroupNumber>2</GroupNumber>
  245. <FileNumber>5</FileNumber>
  246. <FileType>1</FileType>
  247. <tvExp>0</tvExp>
  248. <tvExpOptDlg>0</tvExpOptDlg>
  249. <bDave2>0</bDave2>
  250. <PathWithFileName>Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c</PathWithFileName>
  251. <FilenameWithoutPath>system_stm32f4xx.c</FilenameWithoutPath>
  252. <RteFlg>0</RteFlg>
  253. <bShared>0</bShared>
  254. </File>
  255. <File>
  256. <GroupNumber>2</GroupNumber>
  257. <FileNumber>6</FileNumber>
  258. <FileType>2</FileType>
  259. <tvExp>0</tvExp>
  260. <tvExpOptDlg>0</tvExpOptDlg>
  261. <bDave2>0</bDave2>
  262. <PathWithFileName>Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f407xx.s</PathWithFileName>
  263. <FilenameWithoutPath>startup_stm32f407xx.s</FilenameWithoutPath>
  264. <RteFlg>0</RteFlg>
  265. <bShared>0</bShared>
  266. </File>
  267. </Group>
  268. <Group>
  269. <GroupName>STM32F4xx_HAL_Driver</GroupName>
  270. <tvExp>0</tvExp>
  271. <tvExpOptDlg>0</tvExpOptDlg>
  272. <cbSel>0</cbSel>
  273. <RteFlg>0</RteFlg>
  274. <File>
  275. <GroupNumber>3</GroupNumber>
  276. <FileNumber>7</FileNumber>
  277. <FileType>1</FileType>
  278. <tvExp>0</tvExp>
  279. <tvExpOptDlg>0</tvExpOptDlg>
  280. <bDave2>0</bDave2>
  281. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c</PathWithFileName>
  282. <FilenameWithoutPath>stm32f4xx_hal.c</FilenameWithoutPath>
  283. <RteFlg>0</RteFlg>
  284. <bShared>0</bShared>
  285. </File>
  286. <File>
  287. <GroupNumber>3</GroupNumber>
  288. <FileNumber>8</FileNumber>
  289. <FileType>1</FileType>
  290. <tvExp>0</tvExp>
  291. <tvExpOptDlg>0</tvExpOptDlg>
  292. <bDave2>0</bDave2>
  293. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c</PathWithFileName>
  294. <FilenameWithoutPath>stm32f4xx_hal_adc.c</FilenameWithoutPath>
  295. <RteFlg>0</RteFlg>
  296. <bShared>0</bShared>
  297. </File>
  298. <File>
  299. <GroupNumber>3</GroupNumber>
  300. <FileNumber>9</FileNumber>
  301. <FileType>1</FileType>
  302. <tvExp>0</tvExp>
  303. <tvExpOptDlg>0</tvExpOptDlg>
  304. <bDave2>0</bDave2>
  305. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c</PathWithFileName>
  306. <FilenameWithoutPath>stm32f4xx_hal_adc_ex.c</FilenameWithoutPath>
  307. <RteFlg>0</RteFlg>
  308. <bShared>0</bShared>
  309. </File>
  310. <File>
  311. <GroupNumber>3</GroupNumber>
  312. <FileNumber>10</FileNumber>
  313. <FileType>1</FileType>
  314. <tvExp>0</tvExp>
  315. <tvExpOptDlg>0</tvExpOptDlg>
  316. <bDave2>0</bDave2>
  317. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c</PathWithFileName>
  318. <FilenameWithoutPath>stm32f4xx_hal_can.c</FilenameWithoutPath>
  319. <RteFlg>0</RteFlg>
  320. <bShared>0</bShared>
  321. </File>
  322. <File>
  323. <GroupNumber>3</GroupNumber>
  324. <FileNumber>11</FileNumber>
  325. <FileType>1</FileType>
  326. <tvExp>0</tvExp>
  327. <tvExpOptDlg>0</tvExpOptDlg>
  328. <bDave2>0</bDave2>
  329. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c</PathWithFileName>
  330. <FilenameWithoutPath>stm32f4xx_hal_cec.c</FilenameWithoutPath>
  331. <RteFlg>0</RteFlg>
  332. <bShared>0</bShared>
  333. </File>
  334. <File>
  335. <GroupNumber>3</GroupNumber>
  336. <FileNumber>12</FileNumber>
  337. <FileType>1</FileType>
  338. <tvExp>0</tvExp>
  339. <tvExpOptDlg>0</tvExpOptDlg>
  340. <bDave2>0</bDave2>
  341. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c</PathWithFileName>
  342. <FilenameWithoutPath>stm32f4xx_hal_cortex.c</FilenameWithoutPath>
  343. <RteFlg>0</RteFlg>
  344. <bShared>0</bShared>
  345. </File>
  346. <File>
  347. <GroupNumber>3</GroupNumber>
  348. <FileNumber>13</FileNumber>
  349. <FileType>1</FileType>
  350. <tvExp>0</tvExp>
  351. <tvExpOptDlg>0</tvExpOptDlg>
  352. <bDave2>0</bDave2>
  353. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c</PathWithFileName>
  354. <FilenameWithoutPath>stm32f4xx_hal_crc.c</FilenameWithoutPath>
  355. <RteFlg>0</RteFlg>
  356. <bShared>0</bShared>
  357. </File>
  358. <File>
  359. <GroupNumber>3</GroupNumber>
  360. <FileNumber>14</FileNumber>
  361. <FileType>1</FileType>
  362. <tvExp>0</tvExp>
  363. <tvExpOptDlg>0</tvExpOptDlg>
  364. <bDave2>0</bDave2>
  365. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp.c</PathWithFileName>
  366. <FilenameWithoutPath>stm32f4xx_hal_cryp.c</FilenameWithoutPath>
  367. <RteFlg>0</RteFlg>
  368. <bShared>0</bShared>
  369. </File>
  370. <File>
  371. <GroupNumber>3</GroupNumber>
  372. <FileNumber>15</FileNumber>
  373. <FileType>1</FileType>
  374. <tvExp>0</tvExp>
  375. <tvExpOptDlg>0</tvExpOptDlg>
  376. <bDave2>0</bDave2>
  377. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp_ex.c</PathWithFileName>
  378. <FilenameWithoutPath>stm32f4xx_hal_cryp_ex.c</FilenameWithoutPath>
  379. <RteFlg>0</RteFlg>
  380. <bShared>0</bShared>
  381. </File>
  382. <File>
  383. <GroupNumber>3</GroupNumber>
  384. <FileNumber>16</FileNumber>
  385. <FileType>1</FileType>
  386. <tvExp>0</tvExp>
  387. <tvExpOptDlg>0</tvExpOptDlg>
  388. <bDave2>0</bDave2>
  389. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c</PathWithFileName>
  390. <FilenameWithoutPath>stm32f4xx_hal_dac.c</FilenameWithoutPath>
  391. <RteFlg>0</RteFlg>
  392. <bShared>0</bShared>
  393. </File>
  394. <File>
  395. <GroupNumber>3</GroupNumber>
  396. <FileNumber>17</FileNumber>
  397. <FileType>1</FileType>
  398. <tvExp>0</tvExp>
  399. <tvExpOptDlg>0</tvExpOptDlg>
  400. <bDave2>0</bDave2>
  401. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c</PathWithFileName>
  402. <FilenameWithoutPath>stm32f4xx_hal_dac_ex.c</FilenameWithoutPath>
  403. <RteFlg>0</RteFlg>
  404. <bShared>0</bShared>
  405. </File>
  406. <File>
  407. <GroupNumber>3</GroupNumber>
  408. <FileNumber>18</FileNumber>
  409. <FileType>1</FileType>
  410. <tvExp>0</tvExp>
  411. <tvExpOptDlg>0</tvExpOptDlg>
  412. <bDave2>0</bDave2>
  413. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dcmi.c</PathWithFileName>
  414. <FilenameWithoutPath>stm32f4xx_hal_dcmi.c</FilenameWithoutPath>
  415. <RteFlg>0</RteFlg>
  416. <bShared>0</bShared>
  417. </File>
  418. <File>
  419. <GroupNumber>3</GroupNumber>
  420. <FileNumber>19</FileNumber>
  421. <FileType>1</FileType>
  422. <tvExp>0</tvExp>
  423. <tvExpOptDlg>0</tvExpOptDlg>
  424. <bDave2>0</bDave2>
  425. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dcmi_ex.c</PathWithFileName>
  426. <FilenameWithoutPath>stm32f4xx_hal_dcmi_ex.c</FilenameWithoutPath>
  427. <RteFlg>0</RteFlg>
  428. <bShared>0</bShared>
  429. </File>
  430. <File>
  431. <GroupNumber>3</GroupNumber>
  432. <FileNumber>20</FileNumber>
  433. <FileType>1</FileType>
  434. <tvExp>0</tvExp>
  435. <tvExpOptDlg>0</tvExpOptDlg>
  436. <bDave2>0</bDave2>
  437. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dfsdm.c</PathWithFileName>
  438. <FilenameWithoutPath>stm32f4xx_hal_dfsdm.c</FilenameWithoutPath>
  439. <RteFlg>0</RteFlg>
  440. <bShared>0</bShared>
  441. </File>
  442. <File>
  443. <GroupNumber>3</GroupNumber>
  444. <FileNumber>21</FileNumber>
  445. <FileType>1</FileType>
  446. <tvExp>0</tvExp>
  447. <tvExpOptDlg>0</tvExpOptDlg>
  448. <bDave2>0</bDave2>
  449. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c</PathWithFileName>
  450. <FilenameWithoutPath>stm32f4xx_hal_dma.c</FilenameWithoutPath>
  451. <RteFlg>0</RteFlg>
  452. <bShared>0</bShared>
  453. </File>
  454. <File>
  455. <GroupNumber>3</GroupNumber>
  456. <FileNumber>22</FileNumber>
  457. <FileType>1</FileType>
  458. <tvExp>0</tvExp>
  459. <tvExpOptDlg>0</tvExpOptDlg>
  460. <bDave2>0</bDave2>
  461. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma2d.c</PathWithFileName>
  462. <FilenameWithoutPath>stm32f4xx_hal_dma2d.c</FilenameWithoutPath>
  463. <RteFlg>0</RteFlg>
  464. <bShared>0</bShared>
  465. </File>
  466. <File>
  467. <GroupNumber>3</GroupNumber>
  468. <FileNumber>23</FileNumber>
  469. <FileType>1</FileType>
  470. <tvExp>0</tvExp>
  471. <tvExpOptDlg>0</tvExpOptDlg>
  472. <bDave2>0</bDave2>
  473. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c</PathWithFileName>
  474. <FilenameWithoutPath>stm32f4xx_hal_dma_ex.c</FilenameWithoutPath>
  475. <RteFlg>0</RteFlg>
  476. <bShared>0</bShared>
  477. </File>
  478. <File>
  479. <GroupNumber>3</GroupNumber>
  480. <FileNumber>24</FileNumber>
  481. <FileType>1</FileType>
  482. <tvExp>0</tvExp>
  483. <tvExpOptDlg>0</tvExpOptDlg>
  484. <bDave2>0</bDave2>
  485. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dsi.c</PathWithFileName>
  486. <FilenameWithoutPath>stm32f4xx_hal_dsi.c</FilenameWithoutPath>
  487. <RteFlg>0</RteFlg>
  488. <bShared>0</bShared>
  489. </File>
  490. <File>
  491. <GroupNumber>3</GroupNumber>
  492. <FileNumber>25</FileNumber>
  493. <FileType>1</FileType>
  494. <tvExp>0</tvExp>
  495. <tvExpOptDlg>0</tvExpOptDlg>
  496. <bDave2>0</bDave2>
  497. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_eth.c</PathWithFileName>
  498. <FilenameWithoutPath>stm32f4xx_hal_eth.c</FilenameWithoutPath>
  499. <RteFlg>0</RteFlg>
  500. <bShared>0</bShared>
  501. </File>
  502. <File>
  503. <GroupNumber>3</GroupNumber>
  504. <FileNumber>26</FileNumber>
  505. <FileType>1</FileType>
  506. <tvExp>0</tvExp>
  507. <tvExpOptDlg>0</tvExpOptDlg>
  508. <bDave2>0</bDave2>
  509. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c</PathWithFileName>
  510. <FilenameWithoutPath>stm32f4xx_hal_flash.c</FilenameWithoutPath>
  511. <RteFlg>0</RteFlg>
  512. <bShared>0</bShared>
  513. </File>
  514. <File>
  515. <GroupNumber>3</GroupNumber>
  516. <FileNumber>27</FileNumber>
  517. <FileType>1</FileType>
  518. <tvExp>0</tvExp>
  519. <tvExpOptDlg>0</tvExpOptDlg>
  520. <bDave2>0</bDave2>
  521. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c</PathWithFileName>
  522. <FilenameWithoutPath>stm32f4xx_hal_flash_ex.c</FilenameWithoutPath>
  523. <RteFlg>0</RteFlg>
  524. <bShared>0</bShared>
  525. </File>
  526. <File>
  527. <GroupNumber>3</GroupNumber>
  528. <FileNumber>28</FileNumber>
  529. <FileType>1</FileType>
  530. <tvExp>0</tvExp>
  531. <tvExpOptDlg>0</tvExpOptDlg>
  532. <bDave2>0</bDave2>
  533. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c</PathWithFileName>
  534. <FilenameWithoutPath>stm32f4xx_hal_flash_ramfunc.c</FilenameWithoutPath>
  535. <RteFlg>0</RteFlg>
  536. <bShared>0</bShared>
  537. </File>
  538. <File>
  539. <GroupNumber>3</GroupNumber>
  540. <FileNumber>29</FileNumber>
  541. <FileType>1</FileType>
  542. <tvExp>0</tvExp>
  543. <tvExpOptDlg>0</tvExpOptDlg>
  544. <bDave2>0</bDave2>
  545. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_fmpi2c.c</PathWithFileName>
  546. <FilenameWithoutPath>stm32f4xx_hal_fmpi2c.c</FilenameWithoutPath>
  547. <RteFlg>0</RteFlg>
  548. <bShared>0</bShared>
  549. </File>
  550. <File>
  551. <GroupNumber>3</GroupNumber>
  552. <FileNumber>30</FileNumber>
  553. <FileType>1</FileType>
  554. <tvExp>0</tvExp>
  555. <tvExpOptDlg>0</tvExpOptDlg>
  556. <bDave2>0</bDave2>
  557. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_fmpi2c_ex.c</PathWithFileName>
  558. <FilenameWithoutPath>stm32f4xx_hal_fmpi2c_ex.c</FilenameWithoutPath>
  559. <RteFlg>0</RteFlg>
  560. <bShared>0</bShared>
  561. </File>
  562. <File>
  563. <GroupNumber>3</GroupNumber>
  564. <FileNumber>31</FileNumber>
  565. <FileType>1</FileType>
  566. <tvExp>0</tvExp>
  567. <tvExpOptDlg>0</tvExpOptDlg>
  568. <bDave2>0</bDave2>
  569. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c</PathWithFileName>
  570. <FilenameWithoutPath>stm32f4xx_hal_gpio.c</FilenameWithoutPath>
  571. <RteFlg>0</RteFlg>
  572. <bShared>0</bShared>
  573. </File>
  574. <File>
  575. <GroupNumber>3</GroupNumber>
  576. <FileNumber>32</FileNumber>
  577. <FileType>1</FileType>
  578. <tvExp>0</tvExp>
  579. <tvExpOptDlg>0</tvExpOptDlg>
  580. <bDave2>0</bDave2>
  581. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hash.c</PathWithFileName>
  582. <FilenameWithoutPath>stm32f4xx_hal_hash.c</FilenameWithoutPath>
  583. <RteFlg>0</RteFlg>
  584. <bShared>0</bShared>
  585. </File>
  586. <File>
  587. <GroupNumber>3</GroupNumber>
  588. <FileNumber>33</FileNumber>
  589. <FileType>1</FileType>
  590. <tvExp>0</tvExp>
  591. <tvExpOptDlg>0</tvExpOptDlg>
  592. <bDave2>0</bDave2>
  593. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hash_ex.c</PathWithFileName>
  594. <FilenameWithoutPath>stm32f4xx_hal_hash_ex.c</FilenameWithoutPath>
  595. <RteFlg>0</RteFlg>
  596. <bShared>0</bShared>
  597. </File>
  598. <File>
  599. <GroupNumber>3</GroupNumber>
  600. <FileNumber>34</FileNumber>
  601. <FileType>1</FileType>
  602. <tvExp>0</tvExp>
  603. <tvExpOptDlg>0</tvExpOptDlg>
  604. <bDave2>0</bDave2>
  605. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hcd.c</PathWithFileName>
  606. <FilenameWithoutPath>stm32f4xx_hal_hcd.c</FilenameWithoutPath>
  607. <RteFlg>0</RteFlg>
  608. <bShared>0</bShared>
  609. </File>
  610. <File>
  611. <GroupNumber>3</GroupNumber>
  612. <FileNumber>35</FileNumber>
  613. <FileType>1</FileType>
  614. <tvExp>0</tvExp>
  615. <tvExpOptDlg>0</tvExpOptDlg>
  616. <bDave2>0</bDave2>
  617. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c</PathWithFileName>
  618. <FilenameWithoutPath>stm32f4xx_hal_i2c.c</FilenameWithoutPath>
  619. <RteFlg>0</RteFlg>
  620. <bShared>0</bShared>
  621. </File>
  622. <File>
  623. <GroupNumber>3</GroupNumber>
  624. <FileNumber>36</FileNumber>
  625. <FileType>1</FileType>
  626. <tvExp>0</tvExp>
  627. <tvExpOptDlg>0</tvExpOptDlg>
  628. <bDave2>0</bDave2>
  629. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c</PathWithFileName>
  630. <FilenameWithoutPath>stm32f4xx_hal_i2c_ex.c</FilenameWithoutPath>
  631. <RteFlg>0</RteFlg>
  632. <bShared>0</bShared>
  633. </File>
  634. <File>
  635. <GroupNumber>3</GroupNumber>
  636. <FileNumber>37</FileNumber>
  637. <FileType>1</FileType>
  638. <tvExp>0</tvExp>
  639. <tvExpOptDlg>0</tvExpOptDlg>
  640. <bDave2>0</bDave2>
  641. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2s.c</PathWithFileName>
  642. <FilenameWithoutPath>stm32f4xx_hal_i2s.c</FilenameWithoutPath>
  643. <RteFlg>0</RteFlg>
  644. <bShared>0</bShared>
  645. </File>
  646. <File>
  647. <GroupNumber>3</GroupNumber>
  648. <FileNumber>38</FileNumber>
  649. <FileType>1</FileType>
  650. <tvExp>0</tvExp>
  651. <tvExpOptDlg>0</tvExpOptDlg>
  652. <bDave2>0</bDave2>
  653. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2s_ex.c</PathWithFileName>
  654. <FilenameWithoutPath>stm32f4xx_hal_i2s_ex.c</FilenameWithoutPath>
  655. <RteFlg>0</RteFlg>
  656. <bShared>0</bShared>
  657. </File>
  658. <File>
  659. <GroupNumber>3</GroupNumber>
  660. <FileNumber>39</FileNumber>
  661. <FileType>1</FileType>
  662. <tvExp>0</tvExp>
  663. <tvExpOptDlg>0</tvExpOptDlg>
  664. <bDave2>0</bDave2>
  665. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_irda.c</PathWithFileName>
  666. <FilenameWithoutPath>stm32f4xx_hal_irda.c</FilenameWithoutPath>
  667. <RteFlg>0</RteFlg>
  668. <bShared>0</bShared>
  669. </File>
  670. <File>
  671. <GroupNumber>3</GroupNumber>
  672. <FileNumber>40</FileNumber>
  673. <FileType>1</FileType>
  674. <tvExp>0</tvExp>
  675. <tvExpOptDlg>0</tvExpOptDlg>
  676. <bDave2>0</bDave2>
  677. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_iwdg.c</PathWithFileName>
  678. <FilenameWithoutPath>stm32f4xx_hal_iwdg.c</FilenameWithoutPath>
  679. <RteFlg>0</RteFlg>
  680. <bShared>0</bShared>
  681. </File>
  682. <File>
  683. <GroupNumber>3</GroupNumber>
  684. <FileNumber>41</FileNumber>
  685. <FileType>1</FileType>
  686. <tvExp>0</tvExp>
  687. <tvExpOptDlg>0</tvExpOptDlg>
  688. <bDave2>0</bDave2>
  689. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_lptim.c</PathWithFileName>
  690. <FilenameWithoutPath>stm32f4xx_hal_lptim.c</FilenameWithoutPath>
  691. <RteFlg>0</RteFlg>
  692. <bShared>0</bShared>
  693. </File>
  694. <File>
  695. <GroupNumber>3</GroupNumber>
  696. <FileNumber>42</FileNumber>
  697. <FileType>1</FileType>
  698. <tvExp>0</tvExp>
  699. <tvExpOptDlg>0</tvExpOptDlg>
  700. <bDave2>0</bDave2>
  701. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc.c</PathWithFileName>
  702. <FilenameWithoutPath>stm32f4xx_hal_ltdc.c</FilenameWithoutPath>
  703. <RteFlg>0</RteFlg>
  704. <bShared>0</bShared>
  705. </File>
  706. <File>
  707. <GroupNumber>3</GroupNumber>
  708. <FileNumber>43</FileNumber>
  709. <FileType>1</FileType>
  710. <tvExp>0</tvExp>
  711. <tvExpOptDlg>0</tvExpOptDlg>
  712. <bDave2>0</bDave2>
  713. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc_ex.c</PathWithFileName>
  714. <FilenameWithoutPath>stm32f4xx_hal_ltdc_ex.c</FilenameWithoutPath>
  715. <RteFlg>0</RteFlg>
  716. <bShared>0</bShared>
  717. </File>
  718. <File>
  719. <GroupNumber>3</GroupNumber>
  720. <FileNumber>44</FileNumber>
  721. <FileType>1</FileType>
  722. <tvExp>0</tvExp>
  723. <tvExpOptDlg>0</tvExpOptDlg>
  724. <bDave2>0</bDave2>
  725. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_mmc.c</PathWithFileName>
  726. <FilenameWithoutPath>stm32f4xx_hal_mmc.c</FilenameWithoutPath>
  727. <RteFlg>0</RteFlg>
  728. <bShared>0</bShared>
  729. </File>
  730. <File>
  731. <GroupNumber>3</GroupNumber>
  732. <FileNumber>45</FileNumber>
  733. <FileType>1</FileType>
  734. <tvExp>0</tvExp>
  735. <tvExpOptDlg>0</tvExpOptDlg>
  736. <bDave2>0</bDave2>
  737. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_nand.c</PathWithFileName>
  738. <FilenameWithoutPath>stm32f4xx_hal_nand.c</FilenameWithoutPath>
  739. <RteFlg>0</RteFlg>
  740. <bShared>0</bShared>
  741. </File>
  742. <File>
  743. <GroupNumber>3</GroupNumber>
  744. <FileNumber>46</FileNumber>
  745. <FileType>1</FileType>
  746. <tvExp>0</tvExp>
  747. <tvExpOptDlg>0</tvExpOptDlg>
  748. <bDave2>0</bDave2>
  749. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_nor.c</PathWithFileName>
  750. <FilenameWithoutPath>stm32f4xx_hal_nor.c</FilenameWithoutPath>
  751. <RteFlg>0</RteFlg>
  752. <bShared>0</bShared>
  753. </File>
  754. <File>
  755. <GroupNumber>3</GroupNumber>
  756. <FileNumber>47</FileNumber>
  757. <FileType>1</FileType>
  758. <tvExp>0</tvExp>
  759. <tvExpOptDlg>0</tvExpOptDlg>
  760. <bDave2>0</bDave2>
  761. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pccard.c</PathWithFileName>
  762. <FilenameWithoutPath>stm32f4xx_hal_pccard.c</FilenameWithoutPath>
  763. <RteFlg>0</RteFlg>
  764. <bShared>0</bShared>
  765. </File>
  766. <File>
  767. <GroupNumber>3</GroupNumber>
  768. <FileNumber>48</FileNumber>
  769. <FileType>1</FileType>
  770. <tvExp>0</tvExp>
  771. <tvExpOptDlg>0</tvExpOptDlg>
  772. <bDave2>0</bDave2>
  773. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c</PathWithFileName>
  774. <FilenameWithoutPath>stm32f4xx_hal_pcd.c</FilenameWithoutPath>
  775. <RteFlg>0</RteFlg>
  776. <bShared>0</bShared>
  777. </File>
  778. <File>
  779. <GroupNumber>3</GroupNumber>
  780. <FileNumber>49</FileNumber>
  781. <FileType>1</FileType>
  782. <tvExp>0</tvExp>
  783. <tvExpOptDlg>0</tvExpOptDlg>
  784. <bDave2>0</bDave2>
  785. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c</PathWithFileName>
  786. <FilenameWithoutPath>stm32f4xx_hal_pcd_ex.c</FilenameWithoutPath>
  787. <RteFlg>0</RteFlg>
  788. <bShared>0</bShared>
  789. </File>
  790. <File>
  791. <GroupNumber>3</GroupNumber>
  792. <FileNumber>50</FileNumber>
  793. <FileType>1</FileType>
  794. <tvExp>0</tvExp>
  795. <tvExpOptDlg>0</tvExpOptDlg>
  796. <bDave2>0</bDave2>
  797. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c</PathWithFileName>
  798. <FilenameWithoutPath>stm32f4xx_hal_pwr.c</FilenameWithoutPath>
  799. <RteFlg>0</RteFlg>
  800. <bShared>0</bShared>
  801. </File>
  802. <File>
  803. <GroupNumber>3</GroupNumber>
  804. <FileNumber>51</FileNumber>
  805. <FileType>1</FileType>
  806. <tvExp>0</tvExp>
  807. <tvExpOptDlg>0</tvExpOptDlg>
  808. <bDave2>0</bDave2>
  809. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c</PathWithFileName>
  810. <FilenameWithoutPath>stm32f4xx_hal_pwr_ex.c</FilenameWithoutPath>
  811. <RteFlg>0</RteFlg>
  812. <bShared>0</bShared>
  813. </File>
  814. <File>
  815. <GroupNumber>3</GroupNumber>
  816. <FileNumber>52</FileNumber>
  817. <FileType>1</FileType>
  818. <tvExp>0</tvExp>
  819. <tvExpOptDlg>0</tvExpOptDlg>
  820. <bDave2>0</bDave2>
  821. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_qspi.c</PathWithFileName>
  822. <FilenameWithoutPath>stm32f4xx_hal_qspi.c</FilenameWithoutPath>
  823. <RteFlg>0</RteFlg>
  824. <bShared>0</bShared>
  825. </File>
  826. <File>
  827. <GroupNumber>3</GroupNumber>
  828. <FileNumber>53</FileNumber>
  829. <FileType>1</FileType>
  830. <tvExp>0</tvExp>
  831. <tvExpOptDlg>0</tvExpOptDlg>
  832. <bDave2>0</bDave2>
  833. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c</PathWithFileName>
  834. <FilenameWithoutPath>stm32f4xx_hal_rcc.c</FilenameWithoutPath>
  835. <RteFlg>0</RteFlg>
  836. <bShared>0</bShared>
  837. </File>
  838. <File>
  839. <GroupNumber>3</GroupNumber>
  840. <FileNumber>54</FileNumber>
  841. <FileType>1</FileType>
  842. <tvExp>0</tvExp>
  843. <tvExpOptDlg>0</tvExpOptDlg>
  844. <bDave2>0</bDave2>
  845. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c</PathWithFileName>
  846. <FilenameWithoutPath>stm32f4xx_hal_rcc_ex.c</FilenameWithoutPath>
  847. <RteFlg>0</RteFlg>
  848. <bShared>0</bShared>
  849. </File>
  850. <File>
  851. <GroupNumber>3</GroupNumber>
  852. <FileNumber>55</FileNumber>
  853. <FileType>1</FileType>
  854. <tvExp>0</tvExp>
  855. <tvExpOptDlg>0</tvExpOptDlg>
  856. <bDave2>0</bDave2>
  857. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c</PathWithFileName>
  858. <FilenameWithoutPath>stm32f4xx_hal_rng.c</FilenameWithoutPath>
  859. <RteFlg>0</RteFlg>
  860. <bShared>0</bShared>
  861. </File>
  862. <File>
  863. <GroupNumber>3</GroupNumber>
  864. <FileNumber>56</FileNumber>
  865. <FileType>1</FileType>
  866. <tvExp>0</tvExp>
  867. <tvExpOptDlg>0</tvExpOptDlg>
  868. <bDave2>0</bDave2>
  869. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c</PathWithFileName>
  870. <FilenameWithoutPath>stm32f4xx_hal_rtc.c</FilenameWithoutPath>
  871. <RteFlg>0</RteFlg>
  872. <bShared>0</bShared>
  873. </File>
  874. <File>
  875. <GroupNumber>3</GroupNumber>
  876. <FileNumber>57</FileNumber>
  877. <FileType>1</FileType>
  878. <tvExp>0</tvExp>
  879. <tvExpOptDlg>0</tvExpOptDlg>
  880. <bDave2>0</bDave2>
  881. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c</PathWithFileName>
  882. <FilenameWithoutPath>stm32f4xx_hal_rtc_ex.c</FilenameWithoutPath>
  883. <RteFlg>0</RteFlg>
  884. <bShared>0</bShared>
  885. </File>
  886. <File>
  887. <GroupNumber>3</GroupNumber>
  888. <FileNumber>58</FileNumber>
  889. <FileType>1</FileType>
  890. <tvExp>0</tvExp>
  891. <tvExpOptDlg>0</tvExpOptDlg>
  892. <bDave2>0</bDave2>
  893. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sai.c</PathWithFileName>
  894. <FilenameWithoutPath>stm32f4xx_hal_sai.c</FilenameWithoutPath>
  895. <RteFlg>0</RteFlg>
  896. <bShared>0</bShared>
  897. </File>
  898. <File>
  899. <GroupNumber>3</GroupNumber>
  900. <FileNumber>59</FileNumber>
  901. <FileType>1</FileType>
  902. <tvExp>0</tvExp>
  903. <tvExpOptDlg>0</tvExpOptDlg>
  904. <bDave2>0</bDave2>
  905. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sai_ex.c</PathWithFileName>
  906. <FilenameWithoutPath>stm32f4xx_hal_sai_ex.c</FilenameWithoutPath>
  907. <RteFlg>0</RteFlg>
  908. <bShared>0</bShared>
  909. </File>
  910. <File>
  911. <GroupNumber>3</GroupNumber>
  912. <FileNumber>60</FileNumber>
  913. <FileType>1</FileType>
  914. <tvExp>0</tvExp>
  915. <tvExpOptDlg>0</tvExpOptDlg>
  916. <bDave2>0</bDave2>
  917. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sd.c</PathWithFileName>
  918. <FilenameWithoutPath>stm32f4xx_hal_sd.c</FilenameWithoutPath>
  919. <RteFlg>0</RteFlg>
  920. <bShared>0</bShared>
  921. </File>
  922. <File>
  923. <GroupNumber>3</GroupNumber>
  924. <FileNumber>61</FileNumber>
  925. <FileType>1</FileType>
  926. <tvExp>0</tvExp>
  927. <tvExpOptDlg>0</tvExpOptDlg>
  928. <bDave2>0</bDave2>
  929. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sdram.c</PathWithFileName>
  930. <FilenameWithoutPath>stm32f4xx_hal_sdram.c</FilenameWithoutPath>
  931. <RteFlg>0</RteFlg>
  932. <bShared>0</bShared>
  933. </File>
  934. <File>
  935. <GroupNumber>3</GroupNumber>
  936. <FileNumber>62</FileNumber>
  937. <FileType>1</FileType>
  938. <tvExp>0</tvExp>
  939. <tvExpOptDlg>0</tvExpOptDlg>
  940. <bDave2>0</bDave2>
  941. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_smartcard.c</PathWithFileName>
  942. <FilenameWithoutPath>stm32f4xx_hal_smartcard.c</FilenameWithoutPath>
  943. <RteFlg>0</RteFlg>
  944. <bShared>0</bShared>
  945. </File>
  946. <File>
  947. <GroupNumber>3</GroupNumber>
  948. <FileNumber>63</FileNumber>
  949. <FileType>1</FileType>
  950. <tvExp>0</tvExp>
  951. <tvExpOptDlg>0</tvExpOptDlg>
  952. <bDave2>0</bDave2>
  953. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spdifrx.c</PathWithFileName>
  954. <FilenameWithoutPath>stm32f4xx_hal_spdifrx.c</FilenameWithoutPath>
  955. <RteFlg>0</RteFlg>
  956. <bShared>0</bShared>
  957. </File>
  958. <File>
  959. <GroupNumber>3</GroupNumber>
  960. <FileNumber>64</FileNumber>
  961. <FileType>1</FileType>
  962. <tvExp>0</tvExp>
  963. <tvExpOptDlg>0</tvExpOptDlg>
  964. <bDave2>0</bDave2>
  965. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c</PathWithFileName>
  966. <FilenameWithoutPath>stm32f4xx_hal_spi.c</FilenameWithoutPath>
  967. <RteFlg>0</RteFlg>
  968. <bShared>0</bShared>
  969. </File>
  970. <File>
  971. <GroupNumber>3</GroupNumber>
  972. <FileNumber>65</FileNumber>
  973. <FileType>1</FileType>
  974. <tvExp>0</tvExp>
  975. <tvExpOptDlg>0</tvExpOptDlg>
  976. <bDave2>0</bDave2>
  977. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c</PathWithFileName>
  978. <FilenameWithoutPath>stm32f4xx_hal_sram.c</FilenameWithoutPath>
  979. <RteFlg>0</RteFlg>
  980. <bShared>0</bShared>
  981. </File>
  982. <File>
  983. <GroupNumber>3</GroupNumber>
  984. <FileNumber>66</FileNumber>
  985. <FileType>1</FileType>
  986. <tvExp>0</tvExp>
  987. <tvExpOptDlg>0</tvExpOptDlg>
  988. <bDave2>0</bDave2>
  989. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c</PathWithFileName>
  990. <FilenameWithoutPath>stm32f4xx_hal_tim.c</FilenameWithoutPath>
  991. <RteFlg>0</RteFlg>
  992. <bShared>0</bShared>
  993. </File>
  994. <File>
  995. <GroupNumber>3</GroupNumber>
  996. <FileNumber>67</FileNumber>
  997. <FileType>1</FileType>
  998. <tvExp>0</tvExp>
  999. <tvExpOptDlg>0</tvExpOptDlg>
  1000. <bDave2>0</bDave2>
  1001. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c</PathWithFileName>
  1002. <FilenameWithoutPath>stm32f4xx_hal_tim_ex.c</FilenameWithoutPath>
  1003. <RteFlg>0</RteFlg>
  1004. <bShared>0</bShared>
  1005. </File>
  1006. <File>
  1007. <GroupNumber>3</GroupNumber>
  1008. <FileNumber>68</FileNumber>
  1009. <FileType>1</FileType>
  1010. <tvExp>0</tvExp>
  1011. <tvExpOptDlg>0</tvExpOptDlg>
  1012. <bDave2>0</bDave2>
  1013. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c</PathWithFileName>
  1014. <FilenameWithoutPath>stm32f4xx_hal_uart.c</FilenameWithoutPath>
  1015. <RteFlg>0</RteFlg>
  1016. <bShared>0</bShared>
  1017. </File>
  1018. <File>
  1019. <GroupNumber>3</GroupNumber>
  1020. <FileNumber>69</FileNumber>
  1021. <FileType>1</FileType>
  1022. <tvExp>0</tvExp>
  1023. <tvExpOptDlg>0</tvExpOptDlg>
  1024. <bDave2>0</bDave2>
  1025. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c</PathWithFileName>
  1026. <FilenameWithoutPath>stm32f4xx_hal_usart.c</FilenameWithoutPath>
  1027. <RteFlg>0</RteFlg>
  1028. <bShared>0</bShared>
  1029. </File>
  1030. <File>
  1031. <GroupNumber>3</GroupNumber>
  1032. <FileNumber>70</FileNumber>
  1033. <FileType>1</FileType>
  1034. <tvExp>0</tvExp>
  1035. <tvExpOptDlg>0</tvExpOptDlg>
  1036. <bDave2>0</bDave2>
  1037. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c</PathWithFileName>
  1038. <FilenameWithoutPath>stm32f4xx_hal_wwdg.c</FilenameWithoutPath>
  1039. <RteFlg>0</RteFlg>
  1040. <bShared>0</bShared>
  1041. </File>
  1042. <File>
  1043. <GroupNumber>3</GroupNumber>
  1044. <FileNumber>71</FileNumber>
  1045. <FileType>1</FileType>
  1046. <tvExp>0</tvExp>
  1047. <tvExpOptDlg>0</tvExpOptDlg>
  1048. <bDave2>0</bDave2>
  1049. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_adc.c</PathWithFileName>
  1050. <FilenameWithoutPath>stm32f4xx_ll_adc.c</FilenameWithoutPath>
  1051. <RteFlg>0</RteFlg>
  1052. <bShared>0</bShared>
  1053. </File>
  1054. <File>
  1055. <GroupNumber>3</GroupNumber>
  1056. <FileNumber>72</FileNumber>
  1057. <FileType>1</FileType>
  1058. <tvExp>0</tvExp>
  1059. <tvExpOptDlg>0</tvExpOptDlg>
  1060. <bDave2>0</bDave2>
  1061. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_crc.c</PathWithFileName>
  1062. <FilenameWithoutPath>stm32f4xx_ll_crc.c</FilenameWithoutPath>
  1063. <RteFlg>0</RteFlg>
  1064. <bShared>0</bShared>
  1065. </File>
  1066. <File>
  1067. <GroupNumber>3</GroupNumber>
  1068. <FileNumber>73</FileNumber>
  1069. <FileType>1</FileType>
  1070. <tvExp>0</tvExp>
  1071. <tvExpOptDlg>0</tvExpOptDlg>
  1072. <bDave2>0</bDave2>
  1073. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dac.c</PathWithFileName>
  1074. <FilenameWithoutPath>stm32f4xx_ll_dac.c</FilenameWithoutPath>
  1075. <RteFlg>0</RteFlg>
  1076. <bShared>0</bShared>
  1077. </File>
  1078. <File>
  1079. <GroupNumber>3</GroupNumber>
  1080. <FileNumber>74</FileNumber>
  1081. <FileType>1</FileType>
  1082. <tvExp>0</tvExp>
  1083. <tvExpOptDlg>0</tvExpOptDlg>
  1084. <bDave2>0</bDave2>
  1085. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma.c</PathWithFileName>
  1086. <FilenameWithoutPath>stm32f4xx_ll_dma.c</FilenameWithoutPath>
  1087. <RteFlg>0</RteFlg>
  1088. <bShared>0</bShared>
  1089. </File>
  1090. <File>
  1091. <GroupNumber>3</GroupNumber>
  1092. <FileNumber>75</FileNumber>
  1093. <FileType>1</FileType>
  1094. <tvExp>0</tvExp>
  1095. <tvExpOptDlg>0</tvExpOptDlg>
  1096. <bDave2>0</bDave2>
  1097. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma2d.c</PathWithFileName>
  1098. <FilenameWithoutPath>stm32f4xx_ll_dma2d.c</FilenameWithoutPath>
  1099. <RteFlg>0</RteFlg>
  1100. <bShared>0</bShared>
  1101. </File>
  1102. <File>
  1103. <GroupNumber>3</GroupNumber>
  1104. <FileNumber>76</FileNumber>
  1105. <FileType>1</FileType>
  1106. <tvExp>0</tvExp>
  1107. <tvExpOptDlg>0</tvExpOptDlg>
  1108. <bDave2>0</bDave2>
  1109. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_exti.c</PathWithFileName>
  1110. <FilenameWithoutPath>stm32f4xx_ll_exti.c</FilenameWithoutPath>
  1111. <RteFlg>0</RteFlg>
  1112. <bShared>0</bShared>
  1113. </File>
  1114. <File>
  1115. <GroupNumber>3</GroupNumber>
  1116. <FileNumber>77</FileNumber>
  1117. <FileType>1</FileType>
  1118. <tvExp>0</tvExp>
  1119. <tvExpOptDlg>0</tvExpOptDlg>
  1120. <bDave2>0</bDave2>
  1121. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fmc.c</PathWithFileName>
  1122. <FilenameWithoutPath>stm32f4xx_ll_fmc.c</FilenameWithoutPath>
  1123. <RteFlg>0</RteFlg>
  1124. <bShared>0</bShared>
  1125. </File>
  1126. <File>
  1127. <GroupNumber>3</GroupNumber>
  1128. <FileNumber>78</FileNumber>
  1129. <FileType>1</FileType>
  1130. <tvExp>0</tvExp>
  1131. <tvExpOptDlg>0</tvExpOptDlg>
  1132. <bDave2>0</bDave2>
  1133. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fsmc.c</PathWithFileName>
  1134. <FilenameWithoutPath>stm32f4xx_ll_fsmc.c</FilenameWithoutPath>
  1135. <RteFlg>0</RteFlg>
  1136. <bShared>0</bShared>
  1137. </File>
  1138. <File>
  1139. <GroupNumber>3</GroupNumber>
  1140. <FileNumber>79</FileNumber>
  1141. <FileType>1</FileType>
  1142. <tvExp>0</tvExp>
  1143. <tvExpOptDlg>0</tvExpOptDlg>
  1144. <bDave2>0</bDave2>
  1145. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_gpio.c</PathWithFileName>
  1146. <FilenameWithoutPath>stm32f4xx_ll_gpio.c</FilenameWithoutPath>
  1147. <RteFlg>0</RteFlg>
  1148. <bShared>0</bShared>
  1149. </File>
  1150. <File>
  1151. <GroupNumber>3</GroupNumber>
  1152. <FileNumber>80</FileNumber>
  1153. <FileType>1</FileType>
  1154. <tvExp>0</tvExp>
  1155. <tvExpOptDlg>0</tvExpOptDlg>
  1156. <bDave2>0</bDave2>
  1157. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_i2c.c</PathWithFileName>
  1158. <FilenameWithoutPath>stm32f4xx_ll_i2c.c</FilenameWithoutPath>
  1159. <RteFlg>0</RteFlg>
  1160. <bShared>0</bShared>
  1161. </File>
  1162. <File>
  1163. <GroupNumber>3</GroupNumber>
  1164. <FileNumber>81</FileNumber>
  1165. <FileType>1</FileType>
  1166. <tvExp>0</tvExp>
  1167. <tvExpOptDlg>0</tvExpOptDlg>
  1168. <bDave2>0</bDave2>
  1169. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_lptim.c</PathWithFileName>
  1170. <FilenameWithoutPath>stm32f4xx_ll_lptim.c</FilenameWithoutPath>
  1171. <RteFlg>0</RteFlg>
  1172. <bShared>0</bShared>
  1173. </File>
  1174. <File>
  1175. <GroupNumber>3</GroupNumber>
  1176. <FileNumber>82</FileNumber>
  1177. <FileType>1</FileType>
  1178. <tvExp>0</tvExp>
  1179. <tvExpOptDlg>0</tvExpOptDlg>
  1180. <bDave2>0</bDave2>
  1181. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_pwr.c</PathWithFileName>
  1182. <FilenameWithoutPath>stm32f4xx_ll_pwr.c</FilenameWithoutPath>
  1183. <RteFlg>0</RteFlg>
  1184. <bShared>0</bShared>
  1185. </File>
  1186. <File>
  1187. <GroupNumber>3</GroupNumber>
  1188. <FileNumber>83</FileNumber>
  1189. <FileType>1</FileType>
  1190. <tvExp>0</tvExp>
  1191. <tvExpOptDlg>0</tvExpOptDlg>
  1192. <bDave2>0</bDave2>
  1193. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rcc.c</PathWithFileName>
  1194. <FilenameWithoutPath>stm32f4xx_ll_rcc.c</FilenameWithoutPath>
  1195. <RteFlg>0</RteFlg>
  1196. <bShared>0</bShared>
  1197. </File>
  1198. <File>
  1199. <GroupNumber>3</GroupNumber>
  1200. <FileNumber>84</FileNumber>
  1201. <FileType>1</FileType>
  1202. <tvExp>0</tvExp>
  1203. <tvExpOptDlg>0</tvExpOptDlg>
  1204. <bDave2>0</bDave2>
  1205. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rng.c</PathWithFileName>
  1206. <FilenameWithoutPath>stm32f4xx_ll_rng.c</FilenameWithoutPath>
  1207. <RteFlg>0</RteFlg>
  1208. <bShared>0</bShared>
  1209. </File>
  1210. <File>
  1211. <GroupNumber>3</GroupNumber>
  1212. <FileNumber>85</FileNumber>
  1213. <FileType>1</FileType>
  1214. <tvExp>0</tvExp>
  1215. <tvExpOptDlg>0</tvExpOptDlg>
  1216. <bDave2>0</bDave2>
  1217. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_rtc.c</PathWithFileName>
  1218. <FilenameWithoutPath>stm32f4xx_ll_rtc.c</FilenameWithoutPath>
  1219. <RteFlg>0</RteFlg>
  1220. <bShared>0</bShared>
  1221. </File>
  1222. <File>
  1223. <GroupNumber>3</GroupNumber>
  1224. <FileNumber>86</FileNumber>
  1225. <FileType>1</FileType>
  1226. <tvExp>0</tvExp>
  1227. <tvExpOptDlg>0</tvExpOptDlg>
  1228. <bDave2>0</bDave2>
  1229. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_sdmmc.c</PathWithFileName>
  1230. <FilenameWithoutPath>stm32f4xx_ll_sdmmc.c</FilenameWithoutPath>
  1231. <RteFlg>0</RteFlg>
  1232. <bShared>0</bShared>
  1233. </File>
  1234. <File>
  1235. <GroupNumber>3</GroupNumber>
  1236. <FileNumber>87</FileNumber>
  1237. <FileType>1</FileType>
  1238. <tvExp>0</tvExp>
  1239. <tvExpOptDlg>0</tvExpOptDlg>
  1240. <bDave2>0</bDave2>
  1241. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_spi.c</PathWithFileName>
  1242. <FilenameWithoutPath>stm32f4xx_ll_spi.c</FilenameWithoutPath>
  1243. <RteFlg>0</RteFlg>
  1244. <bShared>0</bShared>
  1245. </File>
  1246. <File>
  1247. <GroupNumber>3</GroupNumber>
  1248. <FileNumber>88</FileNumber>
  1249. <FileType>1</FileType>
  1250. <tvExp>0</tvExp>
  1251. <tvExpOptDlg>0</tvExpOptDlg>
  1252. <bDave2>0</bDave2>
  1253. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_tim.c</PathWithFileName>
  1254. <FilenameWithoutPath>stm32f4xx_ll_tim.c</FilenameWithoutPath>
  1255. <RteFlg>0</RteFlg>
  1256. <bShared>0</bShared>
  1257. </File>
  1258. <File>
  1259. <GroupNumber>3</GroupNumber>
  1260. <FileNumber>89</FileNumber>
  1261. <FileType>1</FileType>
  1262. <tvExp>0</tvExp>
  1263. <tvExpOptDlg>0</tvExpOptDlg>
  1264. <bDave2>0</bDave2>
  1265. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usart.c</PathWithFileName>
  1266. <FilenameWithoutPath>stm32f4xx_ll_usart.c</FilenameWithoutPath>
  1267. <RteFlg>0</RteFlg>
  1268. <bShared>0</bShared>
  1269. </File>
  1270. <File>
  1271. <GroupNumber>3</GroupNumber>
  1272. <FileNumber>90</FileNumber>
  1273. <FileType>1</FileType>
  1274. <tvExp>0</tvExp>
  1275. <tvExpOptDlg>0</tvExpOptDlg>
  1276. <bDave2>0</bDave2>
  1277. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c</PathWithFileName>
  1278. <FilenameWithoutPath>stm32f4xx_ll_usb.c</FilenameWithoutPath>
  1279. <RteFlg>0</RteFlg>
  1280. <bShared>0</bShared>
  1281. </File>
  1282. <File>
  1283. <GroupNumber>3</GroupNumber>
  1284. <FileNumber>91</FileNumber>
  1285. <FileType>1</FileType>
  1286. <tvExp>0</tvExp>
  1287. <tvExpOptDlg>0</tvExpOptDlg>
  1288. <bDave2>0</bDave2>
  1289. <PathWithFileName>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_utils.c</PathWithFileName>
  1290. <FilenameWithoutPath>stm32f4xx_ll_utils.c</FilenameWithoutPath>
  1291. <RteFlg>0</RteFlg>
  1292. <bShared>0</bShared>
  1293. </File>
  1294. </Group>
  1295. <Group>
  1296. <GroupName>Applications</GroupName>
  1297. <tvExp>0</tvExp>
  1298. <tvExpOptDlg>0</tvExpOptDlg>
  1299. <cbSel>0</cbSel>
  1300. <RteFlg>0</RteFlg>
  1301. <File>
  1302. <GroupNumber>4</GroupNumber>
  1303. <FileNumber>92</FileNumber>
  1304. <FileType>1</FileType>
  1305. <tvExp>0</tvExp>
  1306. <tvExpOptDlg>0</tvExpOptDlg>
  1307. <bDave2>0</bDave2>
  1308. <PathWithFileName>applications\main.c</PathWithFileName>
  1309. <FilenameWithoutPath>main.c</FilenameWithoutPath>
  1310. <RteFlg>0</RteFlg>
  1311. <bShared>0</bShared>
  1312. </File>
  1313. </Group>
  1314. <Group>
  1315. <GroupName>Kernel</GroupName>
  1316. <tvExp>0</tvExp>
  1317. <tvExpOptDlg>0</tvExpOptDlg>
  1318. <cbSel>0</cbSel>
  1319. <RteFlg>0</RteFlg>
  1320. <File>
  1321. <GroupNumber>5</GroupNumber>
  1322. <FileNumber>93</FileNumber>
  1323. <FileType>1</FileType>
  1324. <tvExp>0</tvExp>
  1325. <tvExpOptDlg>0</tvExpOptDlg>
  1326. <bDave2>0</bDave2>
  1327. <PathWithFileName>..\..\src\clock.c</PathWithFileName>
  1328. <FilenameWithoutPath>clock.c</FilenameWithoutPath>
  1329. <RteFlg>0</RteFlg>
  1330. <bShared>0</bShared>
  1331. </File>
  1332. <File>
  1333. <GroupNumber>5</GroupNumber>
  1334. <FileNumber>94</FileNumber>
  1335. <FileType>1</FileType>
  1336. <tvExp>0</tvExp>
  1337. <tvExpOptDlg>0</tvExpOptDlg>
  1338. <bDave2>0</bDave2>
  1339. <PathWithFileName>..\..\src\components.c</PathWithFileName>
  1340. <FilenameWithoutPath>components.c</FilenameWithoutPath>
  1341. <RteFlg>0</RteFlg>
  1342. <bShared>0</bShared>
  1343. </File>
  1344. <File>
  1345. <GroupNumber>5</GroupNumber>
  1346. <FileNumber>95</FileNumber>
  1347. <FileType>1</FileType>
  1348. <tvExp>0</tvExp>
  1349. <tvExpOptDlg>0</tvExpOptDlg>
  1350. <bDave2>0</bDave2>
  1351. <PathWithFileName>..\..\src\device.c</PathWithFileName>
  1352. <FilenameWithoutPath>device.c</FilenameWithoutPath>
  1353. <RteFlg>0</RteFlg>
  1354. <bShared>0</bShared>
  1355. </File>
  1356. <File>
  1357. <GroupNumber>5</GroupNumber>
  1358. <FileNumber>96</FileNumber>
  1359. <FileType>1</FileType>
  1360. <tvExp>0</tvExp>
  1361. <tvExpOptDlg>0</tvExpOptDlg>
  1362. <bDave2>0</bDave2>
  1363. <PathWithFileName>..\..\src\idle.c</PathWithFileName>
  1364. <FilenameWithoutPath>idle.c</FilenameWithoutPath>
  1365. <RteFlg>0</RteFlg>
  1366. <bShared>0</bShared>
  1367. </File>
  1368. <File>
  1369. <GroupNumber>5</GroupNumber>
  1370. <FileNumber>97</FileNumber>
  1371. <FileType>1</FileType>
  1372. <tvExp>0</tvExp>
  1373. <tvExpOptDlg>0</tvExpOptDlg>
  1374. <bDave2>0</bDave2>
  1375. <PathWithFileName>..\..\src\ipc.c</PathWithFileName>
  1376. <FilenameWithoutPath>ipc.c</FilenameWithoutPath>
  1377. <RteFlg>0</RteFlg>
  1378. <bShared>0</bShared>
  1379. </File>
  1380. <File>
  1381. <GroupNumber>5</GroupNumber>
  1382. <FileNumber>98</FileNumber>
  1383. <FileType>1</FileType>
  1384. <tvExp>0</tvExp>
  1385. <tvExpOptDlg>0</tvExpOptDlg>
  1386. <bDave2>0</bDave2>
  1387. <PathWithFileName>..\..\src\irq.c</PathWithFileName>
  1388. <FilenameWithoutPath>irq.c</FilenameWithoutPath>
  1389. <RteFlg>0</RteFlg>
  1390. <bShared>0</bShared>
  1391. </File>
  1392. <File>
  1393. <GroupNumber>5</GroupNumber>
  1394. <FileNumber>99</FileNumber>
  1395. <FileType>1</FileType>
  1396. <tvExp>0</tvExp>
  1397. <tvExpOptDlg>0</tvExpOptDlg>
  1398. <bDave2>0</bDave2>
  1399. <PathWithFileName>..\..\src\kservice.c</PathWithFileName>
  1400. <FilenameWithoutPath>kservice.c</FilenameWithoutPath>
  1401. <RteFlg>0</RteFlg>
  1402. <bShared>0</bShared>
  1403. </File>
  1404. <File>
  1405. <GroupNumber>5</GroupNumber>
  1406. <FileNumber>100</FileNumber>
  1407. <FileType>1</FileType>
  1408. <tvExp>0</tvExp>
  1409. <tvExpOptDlg>0</tvExpOptDlg>
  1410. <bDave2>0</bDave2>
  1411. <PathWithFileName>..\..\src\mem.c</PathWithFileName>
  1412. <FilenameWithoutPath>mem.c</FilenameWithoutPath>
  1413. <RteFlg>0</RteFlg>
  1414. <bShared>0</bShared>
  1415. </File>
  1416. <File>
  1417. <GroupNumber>5</GroupNumber>
  1418. <FileNumber>101</FileNumber>
  1419. <FileType>1</FileType>
  1420. <tvExp>0</tvExp>
  1421. <tvExpOptDlg>0</tvExpOptDlg>
  1422. <bDave2>0</bDave2>
  1423. <PathWithFileName>..\..\src\memheap.c</PathWithFileName>
  1424. <FilenameWithoutPath>memheap.c</FilenameWithoutPath>
  1425. <RteFlg>0</RteFlg>
  1426. <bShared>0</bShared>
  1427. </File>
  1428. <File>
  1429. <GroupNumber>5</GroupNumber>
  1430. <FileNumber>102</FileNumber>
  1431. <FileType>1</FileType>
  1432. <tvExp>0</tvExp>
  1433. <tvExpOptDlg>0</tvExpOptDlg>
  1434. <bDave2>0</bDave2>
  1435. <PathWithFileName>..\..\src\mempool.c</PathWithFileName>
  1436. <FilenameWithoutPath>mempool.c</FilenameWithoutPath>
  1437. <RteFlg>0</RteFlg>
  1438. <bShared>0</bShared>
  1439. </File>
  1440. <File>
  1441. <GroupNumber>5</GroupNumber>
  1442. <FileNumber>103</FileNumber>
  1443. <FileType>1</FileType>
  1444. <tvExp>0</tvExp>
  1445. <tvExpOptDlg>0</tvExpOptDlg>
  1446. <bDave2>0</bDave2>
  1447. <PathWithFileName>..\..\src\object.c</PathWithFileName>
  1448. <FilenameWithoutPath>object.c</FilenameWithoutPath>
  1449. <RteFlg>0</RteFlg>
  1450. <bShared>0</bShared>
  1451. </File>
  1452. <File>
  1453. <GroupNumber>5</GroupNumber>
  1454. <FileNumber>104</FileNumber>
  1455. <FileType>1</FileType>
  1456. <tvExp>0</tvExp>
  1457. <tvExpOptDlg>0</tvExpOptDlg>
  1458. <bDave2>0</bDave2>
  1459. <PathWithFileName>..\..\src\scheduler.c</PathWithFileName>
  1460. <FilenameWithoutPath>scheduler.c</FilenameWithoutPath>
  1461. <RteFlg>0</RteFlg>
  1462. <bShared>0</bShared>
  1463. </File>
  1464. <File>
  1465. <GroupNumber>5</GroupNumber>
  1466. <FileNumber>105</FileNumber>
  1467. <FileType>1</FileType>
  1468. <tvExp>0</tvExp>
  1469. <tvExpOptDlg>0</tvExpOptDlg>
  1470. <bDave2>0</bDave2>
  1471. <PathWithFileName>..\..\src\signal.c</PathWithFileName>
  1472. <FilenameWithoutPath>signal.c</FilenameWithoutPath>
  1473. <RteFlg>0</RteFlg>
  1474. <bShared>0</bShared>
  1475. </File>
  1476. <File>
  1477. <GroupNumber>5</GroupNumber>
  1478. <FileNumber>106</FileNumber>
  1479. <FileType>1</FileType>
  1480. <tvExp>0</tvExp>
  1481. <tvExpOptDlg>0</tvExpOptDlg>
  1482. <bDave2>0</bDave2>
  1483. <PathWithFileName>..\..\src\thread.c</PathWithFileName>
  1484. <FilenameWithoutPath>thread.c</FilenameWithoutPath>
  1485. <RteFlg>0</RteFlg>
  1486. <bShared>0</bShared>
  1487. </File>
  1488. <File>
  1489. <GroupNumber>5</GroupNumber>
  1490. <FileNumber>107</FileNumber>
  1491. <FileType>1</FileType>
  1492. <tvExp>0</tvExp>
  1493. <tvExpOptDlg>0</tvExpOptDlg>
  1494. <bDave2>0</bDave2>
  1495. <PathWithFileName>..\..\src\timer.c</PathWithFileName>
  1496. <FilenameWithoutPath>timer.c</FilenameWithoutPath>
  1497. <RteFlg>0</RteFlg>
  1498. <bShared>0</bShared>
  1499. </File>
  1500. </Group>
  1501. <Group>
  1502. <GroupName>CORTEX-M4</GroupName>
  1503. <tvExp>0</tvExp>
  1504. <tvExpOptDlg>0</tvExpOptDlg>
  1505. <cbSel>0</cbSel>
  1506. <RteFlg>0</RteFlg>
  1507. <File>
  1508. <GroupNumber>6</GroupNumber>
  1509. <FileNumber>108</FileNumber>
  1510. <FileType>1</FileType>
  1511. <tvExp>0</tvExp>
  1512. <tvExpOptDlg>0</tvExpOptDlg>
  1513. <bDave2>0</bDave2>
  1514. <PathWithFileName>..\..\libcpu\arm\cortex-m4\cpuport.c</PathWithFileName>
  1515. <FilenameWithoutPath>cpuport.c</FilenameWithoutPath>
  1516. <RteFlg>0</RteFlg>
  1517. <bShared>0</bShared>
  1518. </File>
  1519. <File>
  1520. <GroupNumber>6</GroupNumber>
  1521. <FileNumber>109</FileNumber>
  1522. <FileType>2</FileType>
  1523. <tvExp>0</tvExp>
  1524. <tvExpOptDlg>0</tvExpOptDlg>
  1525. <bDave2>0</bDave2>
  1526. <PathWithFileName>..\..\libcpu\arm\cortex-m4\context_rvds.S</PathWithFileName>
  1527. <FilenameWithoutPath>context_rvds.S</FilenameWithoutPath>
  1528. <RteFlg>0</RteFlg>
  1529. <bShared>0</bShared>
  1530. </File>
  1531. <File>
  1532. <GroupNumber>6</GroupNumber>
  1533. <FileNumber>110</FileNumber>
  1534. <FileType>1</FileType>
  1535. <tvExp>0</tvExp>
  1536. <tvExpOptDlg>0</tvExpOptDlg>
  1537. <bDave2>0</bDave2>
  1538. <PathWithFileName>..\..\libcpu\arm\common\backtrace.c</PathWithFileName>
  1539. <FilenameWithoutPath>backtrace.c</FilenameWithoutPath>
  1540. <RteFlg>0</RteFlg>
  1541. <bShared>0</bShared>
  1542. </File>
  1543. <File>
  1544. <GroupNumber>6</GroupNumber>
  1545. <FileNumber>111</FileNumber>
  1546. <FileType>1</FileType>
  1547. <tvExp>0</tvExp>
  1548. <tvExpOptDlg>0</tvExpOptDlg>
  1549. <bDave2>0</bDave2>
  1550. <PathWithFileName>..\..\libcpu\arm\common\div0.c</PathWithFileName>
  1551. <FilenameWithoutPath>div0.c</FilenameWithoutPath>
  1552. <RteFlg>0</RteFlg>
  1553. <bShared>0</bShared>
  1554. </File>
  1555. <File>
  1556. <GroupNumber>6</GroupNumber>
  1557. <FileNumber>112</FileNumber>
  1558. <FileType>1</FileType>
  1559. <tvExp>0</tvExp>
  1560. <tvExpOptDlg>0</tvExpOptDlg>
  1561. <bDave2>0</bDave2>
  1562. <PathWithFileName>..\..\libcpu\arm\common\showmem.c</PathWithFileName>
  1563. <FilenameWithoutPath>showmem.c</FilenameWithoutPath>
  1564. <RteFlg>0</RteFlg>
  1565. <bShared>0</bShared>
  1566. </File>
  1567. </Group>
  1568. <Group>
  1569. <GroupName>DeviceDrivers</GroupName>
  1570. <tvExp>0</tvExp>
  1571. <tvExpOptDlg>0</tvExpOptDlg>
  1572. <cbSel>0</cbSel>
  1573. <RteFlg>0</RteFlg>
  1574. <File>
  1575. <GroupNumber>7</GroupNumber>
  1576. <FileNumber>113</FileNumber>
  1577. <FileType>1</FileType>
  1578. <tvExp>0</tvExp>
  1579. <tvExpOptDlg>0</tvExpOptDlg>
  1580. <bDave2>0</bDave2>
  1581. <PathWithFileName>..\..\components\drivers\misc\pin.c</PathWithFileName>
  1582. <FilenameWithoutPath>pin.c</FilenameWithoutPath>
  1583. <RteFlg>0</RteFlg>
  1584. <bShared>0</bShared>
  1585. </File>
  1586. <File>
  1587. <GroupNumber>7</GroupNumber>
  1588. <FileNumber>114</FileNumber>
  1589. <FileType>1</FileType>
  1590. <tvExp>0</tvExp>
  1591. <tvExpOptDlg>0</tvExpOptDlg>
  1592. <bDave2>0</bDave2>
  1593. <PathWithFileName>..\..\components\drivers\serial\serial.c</PathWithFileName>
  1594. <FilenameWithoutPath>serial.c</FilenameWithoutPath>
  1595. <RteFlg>0</RteFlg>
  1596. <bShared>0</bShared>
  1597. </File>
  1598. <File>
  1599. <GroupNumber>7</GroupNumber>
  1600. <FileNumber>115</FileNumber>
  1601. <FileType>1</FileType>
  1602. <tvExp>0</tvExp>
  1603. <tvExpOptDlg>0</tvExpOptDlg>
  1604. <bDave2>0</bDave2>
  1605. <PathWithFileName>..\..\components\drivers\src\completion.c</PathWithFileName>
  1606. <FilenameWithoutPath>completion.c</FilenameWithoutPath>
  1607. <RteFlg>0</RteFlg>
  1608. <bShared>0</bShared>
  1609. </File>
  1610. <File>
  1611. <GroupNumber>7</GroupNumber>
  1612. <FileNumber>116</FileNumber>
  1613. <FileType>1</FileType>
  1614. <tvExp>0</tvExp>
  1615. <tvExpOptDlg>0</tvExpOptDlg>
  1616. <bDave2>0</bDave2>
  1617. <PathWithFileName>..\..\components\drivers\src\dataqueue.c</PathWithFileName>
  1618. <FilenameWithoutPath>dataqueue.c</FilenameWithoutPath>
  1619. <RteFlg>0</RteFlg>
  1620. <bShared>0</bShared>
  1621. </File>
  1622. <File>
  1623. <GroupNumber>7</GroupNumber>
  1624. <FileNumber>117</FileNumber>
  1625. <FileType>1</FileType>
  1626. <tvExp>0</tvExp>
  1627. <tvExpOptDlg>0</tvExpOptDlg>
  1628. <bDave2>0</bDave2>
  1629. <PathWithFileName>..\..\components\drivers\src\pipe.c</PathWithFileName>
  1630. <FilenameWithoutPath>pipe.c</FilenameWithoutPath>
  1631. <RteFlg>0</RteFlg>
  1632. <bShared>0</bShared>
  1633. </File>
  1634. <File>
  1635. <GroupNumber>7</GroupNumber>
  1636. <FileNumber>118</FileNumber>
  1637. <FileType>1</FileType>
  1638. <tvExp>0</tvExp>
  1639. <tvExpOptDlg>0</tvExpOptDlg>
  1640. <bDave2>0</bDave2>
  1641. <PathWithFileName>..\..\components\drivers\src\ringbuffer.c</PathWithFileName>
  1642. <FilenameWithoutPath>ringbuffer.c</FilenameWithoutPath>
  1643. <RteFlg>0</RteFlg>
  1644. <bShared>0</bShared>
  1645. </File>
  1646. <File>
  1647. <GroupNumber>7</GroupNumber>
  1648. <FileNumber>119</FileNumber>
  1649. <FileType>1</FileType>
  1650. <tvExp>0</tvExp>
  1651. <tvExpOptDlg>0</tvExpOptDlg>
  1652. <bDave2>0</bDave2>
  1653. <PathWithFileName>..\..\components\drivers\src\waitqueue.c</PathWithFileName>
  1654. <FilenameWithoutPath>waitqueue.c</FilenameWithoutPath>
  1655. <RteFlg>0</RteFlg>
  1656. <bShared>0</bShared>
  1657. </File>
  1658. <File>
  1659. <GroupNumber>7</GroupNumber>
  1660. <FileNumber>120</FileNumber>
  1661. <FileType>1</FileType>
  1662. <tvExp>0</tvExp>
  1663. <tvExpOptDlg>0</tvExpOptDlg>
  1664. <bDave2>0</bDave2>
  1665. <PathWithFileName>..\..\components\drivers\src\workqueue.c</PathWithFileName>
  1666. <FilenameWithoutPath>workqueue.c</FilenameWithoutPath>
  1667. <RteFlg>0</RteFlg>
  1668. <bShared>0</bShared>
  1669. </File>
  1670. </Group>
  1671. <Group>
  1672. <GroupName>finsh</GroupName>
  1673. <tvExp>0</tvExp>
  1674. <tvExpOptDlg>0</tvExpOptDlg>
  1675. <cbSel>0</cbSel>
  1676. <RteFlg>0</RteFlg>
  1677. <File>
  1678. <GroupNumber>8</GroupNumber>
  1679. <FileNumber>121</FileNumber>
  1680. <FileType>1</FileType>
  1681. <tvExp>0</tvExp>
  1682. <tvExpOptDlg>0</tvExpOptDlg>
  1683. <bDave2>0</bDave2>
  1684. <PathWithFileName>..\..\components\finsh\shell.c</PathWithFileName>
  1685. <FilenameWithoutPath>shell.c</FilenameWithoutPath>
  1686. <RteFlg>0</RteFlg>
  1687. <bShared>0</bShared>
  1688. </File>
  1689. <File>
  1690. <GroupNumber>8</GroupNumber>
  1691. <FileNumber>122</FileNumber>
  1692. <FileType>1</FileType>
  1693. <tvExp>0</tvExp>
  1694. <tvExpOptDlg>0</tvExpOptDlg>
  1695. <bDave2>0</bDave2>
  1696. <PathWithFileName>..\..\components\finsh\symbol.c</PathWithFileName>
  1697. <FilenameWithoutPath>symbol.c</FilenameWithoutPath>
  1698. <RteFlg>0</RteFlg>
  1699. <bShared>0</bShared>
  1700. </File>
  1701. <File>
  1702. <GroupNumber>8</GroupNumber>
  1703. <FileNumber>123</FileNumber>
  1704. <FileType>1</FileType>
  1705. <tvExp>0</tvExp>
  1706. <tvExpOptDlg>0</tvExpOptDlg>
  1707. <bDave2>0</bDave2>
  1708. <PathWithFileName>..\..\components\finsh\cmd.c</PathWithFileName>
  1709. <FilenameWithoutPath>cmd.c</FilenameWithoutPath>
  1710. <RteFlg>0</RteFlg>
  1711. <bShared>0</bShared>
  1712. </File>
  1713. <File>
  1714. <GroupNumber>8</GroupNumber>
  1715. <FileNumber>124</FileNumber>
  1716. <FileType>1</FileType>
  1717. <tvExp>0</tvExp>
  1718. <tvExpOptDlg>0</tvExpOptDlg>
  1719. <bDave2>0</bDave2>
  1720. <PathWithFileName>..\..\components\finsh\msh.c</PathWithFileName>
  1721. <FilenameWithoutPath>msh.c</FilenameWithoutPath>
  1722. <RteFlg>0</RteFlg>
  1723. <bShared>0</bShared>
  1724. </File>
  1725. <File>
  1726. <GroupNumber>8</GroupNumber>
  1727. <FileNumber>125</FileNumber>
  1728. <FileType>1</FileType>
  1729. <tvExp>0</tvExp>
  1730. <tvExpOptDlg>0</tvExpOptDlg>
  1731. <bDave2>0</bDave2>
  1732. <PathWithFileName>..\..\components\finsh\msh_cmd.c</PathWithFileName>
  1733. <FilenameWithoutPath>msh_cmd.c</FilenameWithoutPath>
  1734. <RteFlg>0</RteFlg>
  1735. <bShared>0</bShared>
  1736. </File>
  1737. <File>
  1738. <GroupNumber>8</GroupNumber>
  1739. <FileNumber>126</FileNumber>
  1740. <FileType>1</FileType>
  1741. <tvExp>0</tvExp>
  1742. <tvExpOptDlg>0</tvExpOptDlg>
  1743. <bDave2>0</bDave2>
  1744. <PathWithFileName>..\..\components\finsh\msh_file.c</PathWithFileName>
  1745. <FilenameWithoutPath>msh_file.c</FilenameWithoutPath>
  1746. <RteFlg>0</RteFlg>
  1747. <bShared>0</bShared>
  1748. </File>
  1749. </Group>
  1750. </ProjectOpt>