project.uvprojx 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
  3. <SchemaVersion>2.1</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Targets>
  6. <Target>
  7. <TargetName>rt-thread</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
  11. <uAC6>0</uAC6>
  12. <TargetOption>
  13. <TargetCommonOption>
  14. <Device>STM32F429BITx</Device>
  15. <Vendor>STMicroelectronics</Vendor>
  16. <PackID>Keil.STM32F4xx_DFP.2.13.0</PackID>
  17. <PackURL>http://www.keil.com/pack</PackURL>
  18. <Cpu>IRAM(0x20000000,0x00030000) IRAM2(0x10000000,0x00010000) IROM(0x08000000,0x00200000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ELITTLE</Cpu>
  19. <FlashUtilSpec />
  20. <StartupFile />
  21. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_2048 -FS08000000 -FL0200000 -FP0($$Device:STM32F429BITx$CMSIS\Flash\STM32F4xx_2048.FLM))</FlashDriverDll>
  22. <DeviceId>0</DeviceId>
  23. <RegisterFile>$$Device:STM32F429BITx$Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h</RegisterFile>
  24. <MemoryEnv />
  25. <Cmp />
  26. <Asm />
  27. <Linker />
  28. <OHString />
  29. <InfinionOptionDll />
  30. <SLE66CMisc />
  31. <SLE66AMisc />
  32. <SLE66LinkerMisc />
  33. <SFDFile>$$Device:STM32F429BITx$CMSIS\SVD\STM32F429x.svd</SFDFile>
  34. <bCustSvd>0</bCustSvd>
  35. <UseEnv>0</UseEnv>
  36. <BinPath />
  37. <IncludePath />
  38. <LibPath />
  39. <RegisterFilePath />
  40. <DBRegisterFilePath />
  41. <TargetStatus>
  42. <Error>0</Error>
  43. <ExitCodeStop>0</ExitCodeStop>
  44. <ButtonStop>0</ButtonStop>
  45. <NotGenerated>0</NotGenerated>
  46. <InvalidFlash>1</InvalidFlash>
  47. </TargetStatus>
  48. <OutputDirectory>.\build\keil\Obj\</OutputDirectory>
  49. <OutputName>rt-thread</OutputName>
  50. <CreateExecutable>1</CreateExecutable>
  51. <CreateLib>0</CreateLib>
  52. <CreateHexFile>0</CreateHexFile>
  53. <DebugInformation>1</DebugInformation>
  54. <BrowseInformation>0</BrowseInformation>
  55. <ListingPath>.\build\keil\List\</ListingPath>
  56. <HexFormatSelection>1</HexFormatSelection>
  57. <Merge32K>0</Merge32K>
  58. <CreateBatchFile>0</CreateBatchFile>
  59. <BeforeCompile>
  60. <RunUserProg1>0</RunUserProg1>
  61. <RunUserProg2>0</RunUserProg2>
  62. <UserProg1Name />
  63. <UserProg2Name />
  64. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  65. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  66. <nStopU1X>0</nStopU1X>
  67. <nStopU2X>0</nStopU2X>
  68. </BeforeCompile>
  69. <BeforeMake>
  70. <RunUserProg1>0</RunUserProg1>
  71. <RunUserProg2>0</RunUserProg2>
  72. <UserProg1Name />
  73. <UserProg2Name />
  74. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  75. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  76. <nStopB1X>0</nStopB1X>
  77. <nStopB2X>0</nStopB2X>
  78. </BeforeMake>
  79. <AfterMake>
  80. <RunUserProg1>1</RunUserProg1>
  81. <RunUserProg2>0</RunUserProg2>
  82. <UserProg1Name>fromelf --bin !L --output rtthread.bin</UserProg1Name>
  83. <UserProg2Name />
  84. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  85. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  86. <nStopA1X>0</nStopA1X>
  87. <nStopA2X>0</nStopA2X>
  88. </AfterMake>
  89. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  90. <SVCSIdString />
  91. </TargetCommonOption>
  92. <CommonProperty>
  93. <UseCPPCompiler>0</UseCPPCompiler>
  94. <RVCTCodeConst>0</RVCTCodeConst>
  95. <RVCTZI>0</RVCTZI>
  96. <RVCTOtherData>0</RVCTOtherData>
  97. <ModuleSelection>0</ModuleSelection>
  98. <IncludeInBuild>1</IncludeInBuild>
  99. <AlwaysBuild>0</AlwaysBuild>
  100. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  101. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  102. <PublicsOnly>0</PublicsOnly>
  103. <StopOnExitCode>3</StopOnExitCode>
  104. <CustomArgument />
  105. <IncludeLibraryModules />
  106. <ComprImg>1</ComprImg>
  107. </CommonProperty>
  108. <DllOption>
  109. <SimDllName>SARMCM3.DLL</SimDllName>
  110. <SimDllArguments> -REMAP -MPU</SimDllArguments>
  111. <SimDlgDll>DCM.DLL</SimDlgDll>
  112. <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
  113. <TargetDllName>SARMCM3.DLL</TargetDllName>
  114. <TargetDllArguments> -MPU</TargetDllArguments>
  115. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  116. <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
  117. </DllOption>
  118. <DebugOption>
  119. <OPTHX>
  120. <HexSelection>1</HexSelection>
  121. <HexRangeLowAddress>0</HexRangeLowAddress>
  122. <HexRangeHighAddress>0</HexRangeHighAddress>
  123. <HexOffset>0</HexOffset>
  124. <Oh166RecLen>16</Oh166RecLen>
  125. </OPTHX>
  126. </DebugOption>
  127. <Utilities>
  128. <Flash1>
  129. <UseTargetDll>1</UseTargetDll>
  130. <UseExternalTool>0</UseExternalTool>
  131. <RunIndependent>0</RunIndependent>
  132. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  133. <Capability>1</Capability>
  134. <DriverSelection>4096</DriverSelection>
  135. </Flash1>
  136. <bUseTDR>1</bUseTDR>
  137. <Flash2>BIN\UL2CM3.DLL</Flash2>
  138. <Flash3 />
  139. <Flash4 />
  140. <pFcarmOut />
  141. <pFcarmGrp />
  142. <pFcArmRoot />
  143. <FcArmLst>0</FcArmLst>
  144. </Utilities>
  145. <TargetArmAds>
  146. <ArmAdsMisc>
  147. <GenerateListings>0</GenerateListings>
  148. <asHll>1</asHll>
  149. <asAsm>1</asAsm>
  150. <asMacX>1</asMacX>
  151. <asSyms>1</asSyms>
  152. <asFals>1</asFals>
  153. <asDbgD>1</asDbgD>
  154. <asForm>1</asForm>
  155. <ldLst>0</ldLst>
  156. <ldmm>1</ldmm>
  157. <ldXref>1</ldXref>
  158. <BigEnd>0</BigEnd>
  159. <AdsALst>1</AdsALst>
  160. <AdsACrf>1</AdsACrf>
  161. <AdsANop>0</AdsANop>
  162. <AdsANot>0</AdsANot>
  163. <AdsLLst>1</AdsLLst>
  164. <AdsLmap>1</AdsLmap>
  165. <AdsLcgr>1</AdsLcgr>
  166. <AdsLsym>1</AdsLsym>
  167. <AdsLszi>1</AdsLszi>
  168. <AdsLtoi>1</AdsLtoi>
  169. <AdsLsun>1</AdsLsun>
  170. <AdsLven>1</AdsLven>
  171. <AdsLsxf>1</AdsLsxf>
  172. <RvctClst>0</RvctClst>
  173. <GenPPlst>0</GenPPlst>
  174. <AdsCpuType>"Cortex-M4"</AdsCpuType>
  175. <RvctDeviceName />
  176. <mOS>0</mOS>
  177. <uocRom>0</uocRom>
  178. <uocRam>0</uocRam>
  179. <hadIROM>1</hadIROM>
  180. <hadIRAM>1</hadIRAM>
  181. <hadXRAM>0</hadXRAM>
  182. <uocXRam>0</uocXRam>
  183. <RvdsVP>2</RvdsVP>
  184. <hadIRAM2>1</hadIRAM2>
  185. <hadIROM2>0</hadIROM2>
  186. <StupSel>8</StupSel>
  187. <useUlib>0</useUlib>
  188. <EndSel>0</EndSel>
  189. <uLtcg>0</uLtcg>
  190. <nSecure>0</nSecure>
  191. <RoSelD>3</RoSelD>
  192. <RwSelD>4</RwSelD>
  193. <CodeSel>0</CodeSel>
  194. <OptFeed>0</OptFeed>
  195. <NoZi1>0</NoZi1>
  196. <NoZi2>0</NoZi2>
  197. <NoZi3>0</NoZi3>
  198. <NoZi4>0</NoZi4>
  199. <NoZi5>0</NoZi5>
  200. <Ro1Chk>0</Ro1Chk>
  201. <Ro2Chk>0</Ro2Chk>
  202. <Ro3Chk>0</Ro3Chk>
  203. <Ir1Chk>1</Ir1Chk>
  204. <Ir2Chk>0</Ir2Chk>
  205. <Ra1Chk>0</Ra1Chk>
  206. <Ra2Chk>0</Ra2Chk>
  207. <Ra3Chk>0</Ra3Chk>
  208. <Im1Chk>1</Im1Chk>
  209. <Im2Chk>0</Im2Chk>
  210. <OnChipMemories>
  211. <Ocm1>
  212. <Type>0</Type>
  213. <StartAddress>0x0</StartAddress>
  214. <Size>0x0</Size>
  215. </Ocm1>
  216. <Ocm2>
  217. <Type>0</Type>
  218. <StartAddress>0x0</StartAddress>
  219. <Size>0x0</Size>
  220. </Ocm2>
  221. <Ocm3>
  222. <Type>0</Type>
  223. <StartAddress>0x0</StartAddress>
  224. <Size>0x0</Size>
  225. </Ocm3>
  226. <Ocm4>
  227. <Type>0</Type>
  228. <StartAddress>0x0</StartAddress>
  229. <Size>0x0</Size>
  230. </Ocm4>
  231. <Ocm5>
  232. <Type>0</Type>
  233. <StartAddress>0x0</StartAddress>
  234. <Size>0x0</Size>
  235. </Ocm5>
  236. <Ocm6>
  237. <Type>0</Type>
  238. <StartAddress>0x0</StartAddress>
  239. <Size>0x0</Size>
  240. </Ocm6>
  241. <IRAM>
  242. <Type>0</Type>
  243. <StartAddress>0x20000000</StartAddress>
  244. <Size>0x30000</Size>
  245. </IRAM>
  246. <IROM>
  247. <Type>1</Type>
  248. <StartAddress>0x8000000</StartAddress>
  249. <Size>0x200000</Size>
  250. </IROM>
  251. <XRAM>
  252. <Type>0</Type>
  253. <StartAddress>0x0</StartAddress>
  254. <Size>0x0</Size>
  255. </XRAM>
  256. <OCR_RVCT1>
  257. <Type>1</Type>
  258. <StartAddress>0x0</StartAddress>
  259. <Size>0x0</Size>
  260. </OCR_RVCT1>
  261. <OCR_RVCT2>
  262. <Type>1</Type>
  263. <StartAddress>0x0</StartAddress>
  264. <Size>0x0</Size>
  265. </OCR_RVCT2>
  266. <OCR_RVCT3>
  267. <Type>1</Type>
  268. <StartAddress>0x0</StartAddress>
  269. <Size>0x0</Size>
  270. </OCR_RVCT3>
  271. <OCR_RVCT4>
  272. <Type>1</Type>
  273. <StartAddress>0x8000000</StartAddress>
  274. <Size>0x200000</Size>
  275. </OCR_RVCT4>
  276. <OCR_RVCT5>
  277. <Type>1</Type>
  278. <StartAddress>0x0</StartAddress>
  279. <Size>0x0</Size>
  280. </OCR_RVCT5>
  281. <OCR_RVCT6>
  282. <Type>0</Type>
  283. <StartAddress>0x0</StartAddress>
  284. <Size>0x0</Size>
  285. </OCR_RVCT6>
  286. <OCR_RVCT7>
  287. <Type>0</Type>
  288. <StartAddress>0x0</StartAddress>
  289. <Size>0x0</Size>
  290. </OCR_RVCT7>
  291. <OCR_RVCT8>
  292. <Type>0</Type>
  293. <StartAddress>0x0</StartAddress>
  294. <Size>0x0</Size>
  295. </OCR_RVCT8>
  296. <OCR_RVCT9>
  297. <Type>0</Type>
  298. <StartAddress>0x20000000</StartAddress>
  299. <Size>0x30000</Size>
  300. </OCR_RVCT9>
  301. <OCR_RVCT10>
  302. <Type>0</Type>
  303. <StartAddress>0x10000000</StartAddress>
  304. <Size>0x10000</Size>
  305. </OCR_RVCT10>
  306. </OnChipMemories>
  307. <RvctStartVector />
  308. </ArmAdsMisc>
  309. <Cads>
  310. <interw>1</interw>
  311. <Optim>1</Optim>
  312. <oTime>0</oTime>
  313. <SplitLS>0</SplitLS>
  314. <OneElfS>1</OneElfS>
  315. <Strict>0</Strict>
  316. <EnumInt>0</EnumInt>
  317. <PlainCh>0</PlainCh>
  318. <Ropi>0</Ropi>
  319. <Rwpi>0</Rwpi>
  320. <wLevel>2</wLevel>
  321. <uThumb>0</uThumb>
  322. <uSurpInc>0</uSurpInc>
  323. <uC99>1</uC99>
  324. <uGnu>0</uGnu>
  325. <useXO>0</useXO>
  326. <v6Lang>1</v6Lang>
  327. <v6LangP>1</v6LangP>
  328. <vShortEn>1</vShortEn>
  329. <vShortWch>1</vShortWch>
  330. <v6Lto>0</v6Lto>
  331. <v6WtE>0</v6WtE>
  332. <v6Rtti>0</v6Rtti>
  333. <VariousControls>
  334. <MiscControls />
  335. <Define>__STDC_LIMIT_MACROS, RT_USING_ARMLIBC, USE_HAL_DRIVER, RT_USING_LIBC, __CLK_TCK=RT_TICK_PER_SECOND, __RTTHREAD__, STM32F429xx</Define>
  336. <Undefine />
  337. <IncludePath>..\..\..\libcpu\arm\cortex-m4;board;..\..\..\components\libc\compilers\common\extension\fcntl\octal;applications;..\libraries\HAL_Drivers\CMSIS\Include;..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Include;.;board\CubeMX_Config\Inc;..\..\..\components\libc\compilers\common\include;..\libraries\HAL_Drivers\drivers;..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Inc;..\libraries\HAL_Drivers\drivers\config;..\..\..\components\finsh;board\ports;..\..\..\components\libc\posix\io\epoll;..\..\..\libcpu\arm\common;..\libraries\HAL_Drivers;..\..\..\components\drivers\include;..\..\..\include;..\..\..\components\libc\posix\io\eventfd;..\..\..\components\libc\posix\io\poll;..\..\..\components\drivers\include;..\..\..\components\libc\compilers\common\extension;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\libc\posix\ipc</IncludePath>
  338. </VariousControls>
  339. </Cads>
  340. <Aads>
  341. <interw>1</interw>
  342. <Ropi>0</Ropi>
  343. <Rwpi>0</Rwpi>
  344. <thumb>0</thumb>
  345. <SplitLS>0</SplitLS>
  346. <SwStkChk>0</SwStkChk>
  347. <NoWarn>0</NoWarn>
  348. <uSurpInc>0</uSurpInc>
  349. <useXO>0</useXO>
  350. <uClangAs>0</uClangAs>
  351. <VariousControls>
  352. <MiscControls />
  353. <Define />
  354. <Undefine />
  355. <IncludePath />
  356. </VariousControls>
  357. </Aads>
  358. <LDads>
  359. <umfTarg>0</umfTarg>
  360. <Ropi>0</Ropi>
  361. <Rwpi>0</Rwpi>
  362. <noStLib>0</noStLib>
  363. <RepFail>1</RepFail>
  364. <useFile>0</useFile>
  365. <TextAddressRange>0x08000000</TextAddressRange>
  366. <DataAddressRange>0x20000000</DataAddressRange>
  367. <pXoBase />
  368. <ScatterFile>.\board\linker_scripts\link.sct</ScatterFile>
  369. <IncludeLibs />
  370. <IncludeLibsPath />
  371. <Misc />
  372. <LinkerInputFile />
  373. <DisabledWarnings />
  374. </LDads>
  375. </TargetArmAds>
  376. </TargetOption>
  377. <Groups>
  378. <Group>
  379. <GroupName>Applications</GroupName>
  380. <Files>
  381. <File>
  382. <FileName>main.c</FileName>
  383. <FileType>1</FileType>
  384. <FilePath>applications\main.c</FilePath>
  385. </File>
  386. </Files>
  387. </Group>
  388. <Group>
  389. <GroupName>Compiler</GroupName>
  390. <Files>
  391. <File>
  392. <FileName>syscall_mem.c</FileName>
  393. <FileType>1</FileType>
  394. <FilePath>..\..\..\components\libc\compilers\armlibc\syscall_mem.c</FilePath>
  395. </File>
  396. </Files>
  397. <Files>
  398. <File>
  399. <FileName>syscalls.c</FileName>
  400. <FileType>1</FileType>
  401. <FilePath>..\..\..\components\libc\compilers\armlibc\syscalls.c</FilePath>
  402. </File>
  403. </Files>
  404. <Files>
  405. <File>
  406. <FileName>cctype.c</FileName>
  407. <FileType>1</FileType>
  408. <FilePath>..\..\..\components\libc\compilers\common\cctype.c</FilePath>
  409. </File>
  410. </Files>
  411. <Files>
  412. <File>
  413. <FileName>cstdlib.c</FileName>
  414. <FileType>1</FileType>
  415. <FilePath>..\..\..\components\libc\compilers\common\cstdlib.c</FilePath>
  416. </File>
  417. </Files>
  418. <Files>
  419. <File>
  420. <FileName>cstring.c</FileName>
  421. <FileType>1</FileType>
  422. <FilePath>..\..\..\components\libc\compilers\common\cstring.c</FilePath>
  423. </File>
  424. </Files>
  425. <Files>
  426. <File>
  427. <FileName>ctime.c</FileName>
  428. <FileType>1</FileType>
  429. <FilePath>..\..\..\components\libc\compilers\common\ctime.c</FilePath>
  430. </File>
  431. </Files>
  432. <Files>
  433. <File>
  434. <FileName>cunistd.c</FileName>
  435. <FileType>1</FileType>
  436. <FilePath>..\..\..\components\libc\compilers\common\cunistd.c</FilePath>
  437. </File>
  438. </Files>
  439. <Files>
  440. <File>
  441. <FileName>cwchar.c</FileName>
  442. <FileType>1</FileType>
  443. <FilePath>..\..\..\components\libc\compilers\common\cwchar.c</FilePath>
  444. </File>
  445. </Files>
  446. </Group>
  447. <Group>
  448. <GroupName>DeviceDrivers</GroupName>
  449. <Files>
  450. <File>
  451. <FileName>device.c</FileName>
  452. <FileType>1</FileType>
  453. <FilePath>..\..\..\components\drivers\core\device.c</FilePath>
  454. <FileOption>
  455. <FileArmAds>
  456. <Cads>
  457. <VariousControls>
  458. <MiscControls> </MiscControls>
  459. <Define>__RT_IPC_SOURCE__</Define>
  460. <Undefine> </Undefine>
  461. <IncludePath> </IncludePath>
  462. </VariousControls>
  463. </Cads>
  464. </FileArmAds>
  465. </FileOption>
  466. </File>
  467. </Files>
  468. <Files>
  469. <File>
  470. <FileName>completion.c</FileName>
  471. <FileType>1</FileType>
  472. <FilePath>..\..\..\components\drivers\ipc\completion.c</FilePath>
  473. <FileOption>
  474. <FileArmAds>
  475. <Cads>
  476. <VariousControls>
  477. <MiscControls> </MiscControls>
  478. <Define>__RT_IPC_SOURCE__</Define>
  479. <Undefine> </Undefine>
  480. <IncludePath> </IncludePath>
  481. </VariousControls>
  482. </Cads>
  483. </FileArmAds>
  484. </FileOption>
  485. </File>
  486. </Files>
  487. <Files>
  488. <File>
  489. <FileName>dataqueue.c</FileName>
  490. <FileType>1</FileType>
  491. <FilePath>..\..\..\components\drivers\ipc\dataqueue.c</FilePath>
  492. <FileOption>
  493. <FileArmAds>
  494. <Cads>
  495. <VariousControls>
  496. <MiscControls> </MiscControls>
  497. <Define>__RT_IPC_SOURCE__</Define>
  498. <Undefine> </Undefine>
  499. <IncludePath> </IncludePath>
  500. </VariousControls>
  501. </Cads>
  502. </FileArmAds>
  503. </FileOption>
  504. </File>
  505. </Files>
  506. <Files>
  507. <File>
  508. <FileName>pipe.c</FileName>
  509. <FileType>1</FileType>
  510. <FilePath>..\..\..\components\drivers\ipc\pipe.c</FilePath>
  511. <FileOption>
  512. <FileArmAds>
  513. <Cads>
  514. <VariousControls>
  515. <MiscControls> </MiscControls>
  516. <Define>__RT_IPC_SOURCE__</Define>
  517. <Undefine> </Undefine>
  518. <IncludePath> </IncludePath>
  519. </VariousControls>
  520. </Cads>
  521. </FileArmAds>
  522. </FileOption>
  523. </File>
  524. </Files>
  525. <Files>
  526. <File>
  527. <FileName>ringblk_buf.c</FileName>
  528. <FileType>1</FileType>
  529. <FilePath>..\..\..\components\drivers\ipc\ringblk_buf.c</FilePath>
  530. <FileOption>
  531. <FileArmAds>
  532. <Cads>
  533. <VariousControls>
  534. <MiscControls> </MiscControls>
  535. <Define>__RT_IPC_SOURCE__</Define>
  536. <Undefine> </Undefine>
  537. <IncludePath> </IncludePath>
  538. </VariousControls>
  539. </Cads>
  540. </FileArmAds>
  541. </FileOption>
  542. </File>
  543. </Files>
  544. <Files>
  545. <File>
  546. <FileName>ringbuffer.c</FileName>
  547. <FileType>1</FileType>
  548. <FilePath>..\..\..\components\drivers\ipc\ringbuffer.c</FilePath>
  549. <FileOption>
  550. <FileArmAds>
  551. <Cads>
  552. <VariousControls>
  553. <MiscControls> </MiscControls>
  554. <Define>__RT_IPC_SOURCE__</Define>
  555. <Undefine> </Undefine>
  556. <IncludePath> </IncludePath>
  557. </VariousControls>
  558. </Cads>
  559. </FileArmAds>
  560. </FileOption>
  561. </File>
  562. </Files>
  563. <Files>
  564. <File>
  565. <FileName>waitqueue.c</FileName>
  566. <FileType>1</FileType>
  567. <FilePath>..\..\..\components\drivers\ipc\waitqueue.c</FilePath>
  568. <FileOption>
  569. <FileArmAds>
  570. <Cads>
  571. <VariousControls>
  572. <MiscControls> </MiscControls>
  573. <Define>__RT_IPC_SOURCE__</Define>
  574. <Undefine> </Undefine>
  575. <IncludePath> </IncludePath>
  576. </VariousControls>
  577. </Cads>
  578. </FileArmAds>
  579. </FileOption>
  580. </File>
  581. </Files>
  582. <Files>
  583. <File>
  584. <FileName>workqueue.c</FileName>
  585. <FileType>1</FileType>
  586. <FilePath>..\..\..\components\drivers\ipc\workqueue.c</FilePath>
  587. <FileOption>
  588. <FileArmAds>
  589. <Cads>
  590. <VariousControls>
  591. <MiscControls> </MiscControls>
  592. <Define>__RT_IPC_SOURCE__</Define>
  593. <Undefine> </Undefine>
  594. <IncludePath> </IncludePath>
  595. </VariousControls>
  596. </Cads>
  597. </FileArmAds>
  598. </FileOption>
  599. </File>
  600. </Files>
  601. <Files>
  602. <File>
  603. <FileName>pin.c</FileName>
  604. <FileType>1</FileType>
  605. <FilePath>..\..\..\components\drivers\pin\pin.c</FilePath>
  606. <FileOption>
  607. <FileArmAds>
  608. <Cads>
  609. <VariousControls>
  610. <MiscControls> </MiscControls>
  611. <Define>__RT_IPC_SOURCE__</Define>
  612. <Undefine> </Undefine>
  613. <IncludePath> </IncludePath>
  614. </VariousControls>
  615. </Cads>
  616. </FileArmAds>
  617. </FileOption>
  618. </File>
  619. </Files>
  620. <Files>
  621. <File>
  622. <FileName>serial.c</FileName>
  623. <FileType>1</FileType>
  624. <FilePath>..\..\..\components\drivers\serial\serial.c</FilePath>
  625. <FileOption>
  626. <FileArmAds>
  627. <Cads>
  628. <VariousControls>
  629. <MiscControls> </MiscControls>
  630. <Define>__RT_IPC_SOURCE__</Define>
  631. <Undefine> </Undefine>
  632. <IncludePath> </IncludePath>
  633. </VariousControls>
  634. </Cads>
  635. </FileArmAds>
  636. </FileOption>
  637. </File>
  638. </Files>
  639. </Group>
  640. <Group>
  641. <GroupName>Drivers</GroupName>
  642. <Files>
  643. <File>
  644. <FileName>drv_gpio.c</FileName>
  645. <FileType>1</FileType>
  646. <FilePath>..\libraries\HAL_Drivers\drivers\drv_gpio.c</FilePath>
  647. </File>
  648. </Files>
  649. <Files>
  650. <File>
  651. <FileName>drv_usart.c</FileName>
  652. <FileType>1</FileType>
  653. <FilePath>..\libraries\HAL_Drivers\drivers\drv_usart.c</FilePath>
  654. </File>
  655. </Files>
  656. <Files>
  657. <File>
  658. <FileName>drv_common.c</FileName>
  659. <FileType>1</FileType>
  660. <FilePath>..\libraries\HAL_Drivers\drv_common.c</FilePath>
  661. </File>
  662. </Files>
  663. <Files>
  664. <File>
  665. <FileName>startup_stm32f429xx.s</FileName>
  666. <FileType>2</FileType>
  667. <FilePath>..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429xx.s</FilePath>
  668. </File>
  669. </Files>
  670. <Files>
  671. <File>
  672. <FileName>stm32f4xx_hal_msp.c</FileName>
  673. <FileType>1</FileType>
  674. <FilePath>board\CubeMX_Config\Src\stm32f4xx_hal_msp.c</FilePath>
  675. </File>
  676. </Files>
  677. <Files>
  678. <File>
  679. <FileName>board.c</FileName>
  680. <FileType>1</FileType>
  681. <FilePath>board\board.c</FilePath>
  682. </File>
  683. </Files>
  684. <Files>
  685. <File>
  686. <FileName>drv_ext_io.c</FileName>
  687. <FileType>1</FileType>
  688. <FilePath>board\ports\drv_ext_io.c</FilePath>
  689. </File>
  690. </Files>
  691. </Group>
  692. <Group>
  693. <GroupName>Finsh</GroupName>
  694. <Files>
  695. <File>
  696. <FileName>shell.c</FileName>
  697. <FileType>1</FileType>
  698. <FilePath>..\..\..\components\finsh\shell.c</FilePath>
  699. </File>
  700. </Files>
  701. <Files>
  702. <File>
  703. <FileName>msh.c</FileName>
  704. <FileType>1</FileType>
  705. <FilePath>..\..\..\components\finsh\msh.c</FilePath>
  706. </File>
  707. </Files>
  708. <Files>
  709. <File>
  710. <FileName>msh_parse.c</FileName>
  711. <FileType>1</FileType>
  712. <FilePath>..\..\..\components\finsh\msh_parse.c</FilePath>
  713. </File>
  714. </Files>
  715. <Files>
  716. <File>
  717. <FileName>cmd.c</FileName>
  718. <FileType>1</FileType>
  719. <FilePath>..\..\..\components\finsh\cmd.c</FilePath>
  720. </File>
  721. </Files>
  722. </Group>
  723. <Group>
  724. <GroupName>Kernel</GroupName>
  725. <Files>
  726. <File>
  727. <FileName>clock.c</FileName>
  728. <FileType>1</FileType>
  729. <FilePath>..\..\..\src\clock.c</FilePath>
  730. <FileOption>
  731. <FileArmAds>
  732. <Cads>
  733. <VariousControls>
  734. <MiscControls> </MiscControls>
  735. <Define>__RT_KERNEL_SOURCE__</Define>
  736. <Undefine> </Undefine>
  737. <IncludePath> </IncludePath>
  738. </VariousControls>
  739. </Cads>
  740. </FileArmAds>
  741. </FileOption>
  742. </File>
  743. </Files>
  744. <Files>
  745. <File>
  746. <FileName>components.c</FileName>
  747. <FileType>1</FileType>
  748. <FilePath>..\..\..\src\components.c</FilePath>
  749. <FileOption>
  750. <FileArmAds>
  751. <Cads>
  752. <VariousControls>
  753. <MiscControls> </MiscControls>
  754. <Define>__RT_KERNEL_SOURCE__</Define>
  755. <Undefine> </Undefine>
  756. <IncludePath> </IncludePath>
  757. </VariousControls>
  758. </Cads>
  759. </FileArmAds>
  760. </FileOption>
  761. </File>
  762. </Files>
  763. <Files>
  764. <File>
  765. <FileName>idle.c</FileName>
  766. <FileType>1</FileType>
  767. <FilePath>..\..\..\src\idle.c</FilePath>
  768. <FileOption>
  769. <FileArmAds>
  770. <Cads>
  771. <VariousControls>
  772. <MiscControls> </MiscControls>
  773. <Define>__RT_KERNEL_SOURCE__</Define>
  774. <Undefine> </Undefine>
  775. <IncludePath> </IncludePath>
  776. </VariousControls>
  777. </Cads>
  778. </FileArmAds>
  779. </FileOption>
  780. </File>
  781. </Files>
  782. <Files>
  783. <File>
  784. <FileName>ipc.c</FileName>
  785. <FileType>1</FileType>
  786. <FilePath>..\..\..\src\ipc.c</FilePath>
  787. <FileOption>
  788. <FileArmAds>
  789. <Cads>
  790. <VariousControls>
  791. <MiscControls> </MiscControls>
  792. <Define>__RT_KERNEL_SOURCE__</Define>
  793. <Undefine> </Undefine>
  794. <IncludePath> </IncludePath>
  795. </VariousControls>
  796. </Cads>
  797. </FileArmAds>
  798. </FileOption>
  799. </File>
  800. </Files>
  801. <Files>
  802. <File>
  803. <FileName>irq.c</FileName>
  804. <FileType>1</FileType>
  805. <FilePath>..\..\..\src\irq.c</FilePath>
  806. <FileOption>
  807. <FileArmAds>
  808. <Cads>
  809. <VariousControls>
  810. <MiscControls> </MiscControls>
  811. <Define>__RT_KERNEL_SOURCE__</Define>
  812. <Undefine> </Undefine>
  813. <IncludePath> </IncludePath>
  814. </VariousControls>
  815. </Cads>
  816. </FileArmAds>
  817. </FileOption>
  818. </File>
  819. </Files>
  820. <Files>
  821. <File>
  822. <FileName>kstdio.c</FileName>
  823. <FileType>1</FileType>
  824. <FilePath>..\..\..\src\klibc\kstdio.c</FilePath>
  825. <FileOption>
  826. <FileArmAds>
  827. <Cads>
  828. <VariousControls>
  829. <MiscControls> </MiscControls>
  830. <Define>__RT_KERNEL_SOURCE__</Define>
  831. <Undefine> </Undefine>
  832. <IncludePath> </IncludePath>
  833. </VariousControls>
  834. </Cads>
  835. </FileArmAds>
  836. </FileOption>
  837. </File>
  838. </Files>
  839. <Files>
  840. <File>
  841. <FileName>kstring.c</FileName>
  842. <FileType>1</FileType>
  843. <FilePath>..\..\..\src\klibc\kstring.c</FilePath>
  844. <FileOption>
  845. <FileArmAds>
  846. <Cads>
  847. <VariousControls>
  848. <MiscControls> </MiscControls>
  849. <Define>__RT_KERNEL_SOURCE__</Define>
  850. <Undefine> </Undefine>
  851. <IncludePath> </IncludePath>
  852. </VariousControls>
  853. </Cads>
  854. </FileArmAds>
  855. </FileOption>
  856. </File>
  857. </Files>
  858. <Files>
  859. <File>
  860. <FileName>kservice.c</FileName>
  861. <FileType>1</FileType>
  862. <FilePath>..\..\..\src\kservice.c</FilePath>
  863. <FileOption>
  864. <FileArmAds>
  865. <Cads>
  866. <VariousControls>
  867. <MiscControls> </MiscControls>
  868. <Define>__RT_KERNEL_SOURCE__</Define>
  869. <Undefine> </Undefine>
  870. <IncludePath> </IncludePath>
  871. </VariousControls>
  872. </Cads>
  873. </FileArmAds>
  874. </FileOption>
  875. </File>
  876. </Files>
  877. <Files>
  878. <File>
  879. <FileName>memheap.c</FileName>
  880. <FileType>1</FileType>
  881. <FilePath>..\..\..\src\memheap.c</FilePath>
  882. <FileOption>
  883. <FileArmAds>
  884. <Cads>
  885. <VariousControls>
  886. <MiscControls> </MiscControls>
  887. <Define>__RT_KERNEL_SOURCE__</Define>
  888. <Undefine> </Undefine>
  889. <IncludePath> </IncludePath>
  890. </VariousControls>
  891. </Cads>
  892. </FileArmAds>
  893. </FileOption>
  894. </File>
  895. </Files>
  896. <Files>
  897. <File>
  898. <FileName>mempool.c</FileName>
  899. <FileType>1</FileType>
  900. <FilePath>..\..\..\src\mempool.c</FilePath>
  901. <FileOption>
  902. <FileArmAds>
  903. <Cads>
  904. <VariousControls>
  905. <MiscControls> </MiscControls>
  906. <Define>__RT_KERNEL_SOURCE__</Define>
  907. <Undefine> </Undefine>
  908. <IncludePath> </IncludePath>
  909. </VariousControls>
  910. </Cads>
  911. </FileArmAds>
  912. </FileOption>
  913. </File>
  914. </Files>
  915. <Files>
  916. <File>
  917. <FileName>object.c</FileName>
  918. <FileType>1</FileType>
  919. <FilePath>..\..\..\src\object.c</FilePath>
  920. <FileOption>
  921. <FileArmAds>
  922. <Cads>
  923. <VariousControls>
  924. <MiscControls> </MiscControls>
  925. <Define>__RT_KERNEL_SOURCE__</Define>
  926. <Undefine> </Undefine>
  927. <IncludePath> </IncludePath>
  928. </VariousControls>
  929. </Cads>
  930. </FileArmAds>
  931. </FileOption>
  932. </File>
  933. </Files>
  934. <Files>
  935. <File>
  936. <FileName>scheduler_comm.c</FileName>
  937. <FileType>1</FileType>
  938. <FilePath>..\..\..\src\scheduler_comm.c</FilePath>
  939. <FileOption>
  940. <FileArmAds>
  941. <Cads>
  942. <VariousControls>
  943. <MiscControls> </MiscControls>
  944. <Define>__RT_KERNEL_SOURCE__</Define>
  945. <Undefine> </Undefine>
  946. <IncludePath> </IncludePath>
  947. </VariousControls>
  948. </Cads>
  949. </FileArmAds>
  950. </FileOption>
  951. </File>
  952. </Files>
  953. <Files>
  954. <File>
  955. <FileName>scheduler_up.c</FileName>
  956. <FileType>1</FileType>
  957. <FilePath>..\..\..\src\scheduler_up.c</FilePath>
  958. <FileOption>
  959. <FileArmAds>
  960. <Cads>
  961. <VariousControls>
  962. <MiscControls> </MiscControls>
  963. <Define>__RT_KERNEL_SOURCE__</Define>
  964. <Undefine> </Undefine>
  965. <IncludePath> </IncludePath>
  966. </VariousControls>
  967. </Cads>
  968. </FileArmAds>
  969. </FileOption>
  970. </File>
  971. </Files>
  972. <Files>
  973. <File>
  974. <FileName>thread.c</FileName>
  975. <FileType>1</FileType>
  976. <FilePath>..\..\..\src\thread.c</FilePath>
  977. <FileOption>
  978. <FileArmAds>
  979. <Cads>
  980. <VariousControls>
  981. <MiscControls> </MiscControls>
  982. <Define>__RT_KERNEL_SOURCE__</Define>
  983. <Undefine> </Undefine>
  984. <IncludePath> </IncludePath>
  985. </VariousControls>
  986. </Cads>
  987. </FileArmAds>
  988. </FileOption>
  989. </File>
  990. </Files>
  991. <Files>
  992. <File>
  993. <FileName>timer.c</FileName>
  994. <FileType>1</FileType>
  995. <FilePath>..\..\..\src\timer.c</FilePath>
  996. <FileOption>
  997. <FileArmAds>
  998. <Cads>
  999. <VariousControls>
  1000. <MiscControls> </MiscControls>
  1001. <Define>__RT_KERNEL_SOURCE__</Define>
  1002. <Undefine> </Undefine>
  1003. <IncludePath> </IncludePath>
  1004. </VariousControls>
  1005. </Cads>
  1006. </FileArmAds>
  1007. </FileOption>
  1008. </File>
  1009. </Files>
  1010. </Group>
  1011. <Group>
  1012. <GroupName>libcpu</GroupName>
  1013. <Files>
  1014. <File>
  1015. <FileName>atomic_arm.c</FileName>
  1016. <FileType>1</FileType>
  1017. <FilePath>..\..\..\libcpu\arm\common\atomic_arm.c</FilePath>
  1018. </File>
  1019. </Files>
  1020. <Files>
  1021. <File>
  1022. <FileName>div0.c</FileName>
  1023. <FileType>1</FileType>
  1024. <FilePath>..\..\..\libcpu\arm\common\div0.c</FilePath>
  1025. </File>
  1026. </Files>
  1027. <Files>
  1028. <File>
  1029. <FileName>showmem.c</FileName>
  1030. <FileType>1</FileType>
  1031. <FilePath>..\..\..\libcpu\arm\common\showmem.c</FilePath>
  1032. </File>
  1033. </Files>
  1034. <Files>
  1035. <File>
  1036. <FileName>context_rvds.S</FileName>
  1037. <FileType>2</FileType>
  1038. <FilePath>..\..\..\libcpu\arm\cortex-m4\context_rvds.S</FilePath>
  1039. </File>
  1040. </Files>
  1041. <Files>
  1042. <File>
  1043. <FileName>cpuport.c</FileName>
  1044. <FileType>1</FileType>
  1045. <FilePath>..\..\..\libcpu\arm\cortex-m4\cpuport.c</FilePath>
  1046. </File>
  1047. </Files>
  1048. </Group>
  1049. <Group>
  1050. <GroupName>Libraries</GroupName>
  1051. <Files>
  1052. <File>
  1053. <FileName>stm32f4xx_hal_uart.c</FileName>
  1054. <FileType>1</FileType>
  1055. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c</FilePath>
  1056. </File>
  1057. </Files>
  1058. <Files>
  1059. <File>
  1060. <FileName>stm32f4xx_hal_cryp_ex.c</FileName>
  1061. <FileType>1</FileType>
  1062. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp_ex.c</FilePath>
  1063. </File>
  1064. </Files>
  1065. <Files>
  1066. <File>
  1067. <FileName>stm32f4xx_hal_pwr_ex.c</FileName>
  1068. <FileType>1</FileType>
  1069. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c</FilePath>
  1070. </File>
  1071. </Files>
  1072. <Files>
  1073. <File>
  1074. <FileName>stm32f4xx_hal_rng.c</FileName>
  1075. <FileType>1</FileType>
  1076. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c</FilePath>
  1077. </File>
  1078. </Files>
  1079. <Files>
  1080. <File>
  1081. <FileName>stm32f4xx_hal_dma.c</FileName>
  1082. <FileType>1</FileType>
  1083. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c</FilePath>
  1084. </File>
  1085. </Files>
  1086. <Files>
  1087. <File>
  1088. <FileName>stm32f4xx_hal.c</FileName>
  1089. <FileType>1</FileType>
  1090. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c</FilePath>
  1091. </File>
  1092. </Files>
  1093. <Files>
  1094. <File>
  1095. <FileName>stm32f4xx_hal_rcc_ex.c</FileName>
  1096. <FileType>1</FileType>
  1097. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c</FilePath>
  1098. </File>
  1099. </Files>
  1100. <Files>
  1101. <File>
  1102. <FileName>stm32f4xx_hal_sram.c</FileName>
  1103. <FileType>1</FileType>
  1104. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c</FilePath>
  1105. </File>
  1106. </Files>
  1107. <Files>
  1108. <File>
  1109. <FileName>stm32f4xx_hal_usart.c</FileName>
  1110. <FileType>1</FileType>
  1111. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c</FilePath>
  1112. </File>
  1113. </Files>
  1114. <Files>
  1115. <File>
  1116. <FileName>stm32f4xx_hal_cec.c</FileName>
  1117. <FileType>1</FileType>
  1118. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c</FilePath>
  1119. </File>
  1120. </Files>
  1121. <Files>
  1122. <File>
  1123. <FileName>stm32f4xx_hal_rcc.c</FileName>
  1124. <FileType>1</FileType>
  1125. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c</FilePath>
  1126. </File>
  1127. </Files>
  1128. <Files>
  1129. <File>
  1130. <FileName>stm32f4xx_hal_dma_ex.c</FileName>
  1131. <FileType>1</FileType>
  1132. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c</FilePath>
  1133. </File>
  1134. </Files>
  1135. <Files>
  1136. <File>
  1137. <FileName>stm32f4xx_hal_pwr.c</FileName>
  1138. <FileType>1</FileType>
  1139. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c</FilePath>
  1140. </File>
  1141. </Files>
  1142. <Files>
  1143. <File>
  1144. <FileName>system_stm32f4xx.c</FileName>
  1145. <FileType>1</FileType>
  1146. <FilePath>..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c</FilePath>
  1147. </File>
  1148. </Files>
  1149. <Files>
  1150. <File>
  1151. <FileName>stm32f4xx_hal_crc.c</FileName>
  1152. <FileType>1</FileType>
  1153. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c</FilePath>
  1154. </File>
  1155. </Files>
  1156. <Files>
  1157. <File>
  1158. <FileName>stm32f4xx_hal_cortex.c</FileName>
  1159. <FileType>1</FileType>
  1160. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c</FilePath>
  1161. </File>
  1162. </Files>
  1163. <Files>
  1164. <File>
  1165. <FileName>stm32f4xx_ll_fmc.c</FileName>
  1166. <FileType>1</FileType>
  1167. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fmc.c</FilePath>
  1168. </File>
  1169. </Files>
  1170. <Files>
  1171. <File>
  1172. <FileName>stm32f4xx_hal_cryp.c</FileName>
  1173. <FileType>1</FileType>
  1174. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp.c</FilePath>
  1175. </File>
  1176. </Files>
  1177. <Files>
  1178. <File>
  1179. <FileName>stm32f4xx_ll_fsmc.c</FileName>
  1180. <FileType>1</FileType>
  1181. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fsmc.c</FilePath>
  1182. </File>
  1183. </Files>
  1184. <Files>
  1185. <File>
  1186. <FileName>stm32f4xx_hal_gpio.c</FileName>
  1187. <FileType>1</FileType>
  1188. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c</FilePath>
  1189. </File>
  1190. </Files>
  1191. </Group>
  1192. </Groups>
  1193. </Target>
  1194. </Targets>
  1195. <RTE>
  1196. <apis />
  1197. <components />
  1198. <files />
  1199. </RTE>
  1200. </Project>