project.uvprojx 41 KB

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