project.uvprojx 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285
  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>1</uAC6>
  12. <TargetOption>
  13. <TargetCommonOption>
  14. <Device>STM32F407ZGTx</Device>
  15. <Vendor>STMicroelectronics</Vendor>
  16. <PackID>Keil.STM32F4xx_DFP.2.16.0</PackID>
  17. <PackURL>http://www.keil.com/pack/</PackURL>
  18. <Cpu>IRAM(0x20000000,0x20000) IRAM2(0x10000000,0x10000) IROM(0x08000000,0x100000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ELITTLE</Cpu>
  19. <FlashUtilSpec />
  20. <StartupFile />
  21. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32F407ZGTx$CMSIS\Flash\STM32F4xx_1024.FLM))</FlashDriverDll>
  22. <DeviceId>0</DeviceId>
  23. <RegisterFile>$$Device:STM32F407ZGTx$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:STM32F407ZGTx$CMSIS\SVD\STM32F40x.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>1</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>"" ()</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. <RvdsMve>0</RvdsMve>
  185. <RvdsCdeCp>0</RvdsCdeCp>
  186. <hadIRAM2>1</hadIRAM2>
  187. <hadIROM2>0</hadIROM2>
  188. <StupSel>8</StupSel>
  189. <useUlib>0</useUlib>
  190. <EndSel>0</EndSel>
  191. <uLtcg>0</uLtcg>
  192. <nSecure>0</nSecure>
  193. <RoSelD>3</RoSelD>
  194. <RwSelD>4</RwSelD>
  195. <CodeSel>0</CodeSel>
  196. <OptFeed>0</OptFeed>
  197. <NoZi1>0</NoZi1>
  198. <NoZi2>0</NoZi2>
  199. <NoZi3>0</NoZi3>
  200. <NoZi4>0</NoZi4>
  201. <NoZi5>0</NoZi5>
  202. <Ro1Chk>0</Ro1Chk>
  203. <Ro2Chk>0</Ro2Chk>
  204. <Ro3Chk>0</Ro3Chk>
  205. <Ir1Chk>1</Ir1Chk>
  206. <Ir2Chk>0</Ir2Chk>
  207. <Ra1Chk>0</Ra1Chk>
  208. <Ra2Chk>0</Ra2Chk>
  209. <Ra3Chk>0</Ra3Chk>
  210. <Im1Chk>0</Im1Chk>
  211. <Im2Chk>1</Im2Chk>
  212. <OnChipMemories>
  213. <Ocm1>
  214. <Type>0</Type>
  215. <StartAddress>0x0</StartAddress>
  216. <Size>0x0</Size>
  217. </Ocm1>
  218. <Ocm2>
  219. <Type>0</Type>
  220. <StartAddress>0x0</StartAddress>
  221. <Size>0x0</Size>
  222. </Ocm2>
  223. <Ocm3>
  224. <Type>0</Type>
  225. <StartAddress>0x0</StartAddress>
  226. <Size>0x0</Size>
  227. </Ocm3>
  228. <Ocm4>
  229. <Type>0</Type>
  230. <StartAddress>0x0</StartAddress>
  231. <Size>0x0</Size>
  232. </Ocm4>
  233. <Ocm5>
  234. <Type>0</Type>
  235. <StartAddress>0x0</StartAddress>
  236. <Size>0x0</Size>
  237. </Ocm5>
  238. <Ocm6>
  239. <Type>0</Type>
  240. <StartAddress>0x0</StartAddress>
  241. <Size>0x0</Size>
  242. </Ocm6>
  243. <IRAM>
  244. <Type>0</Type>
  245. <StartAddress>0x20000000</StartAddress>
  246. <Size>0x20000</Size>
  247. </IRAM>
  248. <IROM>
  249. <Type>1</Type>
  250. <StartAddress>0x8000000</StartAddress>
  251. <Size>0x100000</Size>
  252. </IROM>
  253. <XRAM>
  254. <Type>0</Type>
  255. <StartAddress>0x0</StartAddress>
  256. <Size>0x0</Size>
  257. </XRAM>
  258. <OCR_RVCT1>
  259. <Type>1</Type>
  260. <StartAddress>0x0</StartAddress>
  261. <Size>0x0</Size>
  262. </OCR_RVCT1>
  263. <OCR_RVCT2>
  264. <Type>1</Type>
  265. <StartAddress>0x0</StartAddress>
  266. <Size>0x0</Size>
  267. </OCR_RVCT2>
  268. <OCR_RVCT3>
  269. <Type>1</Type>
  270. <StartAddress>0x0</StartAddress>
  271. <Size>0x0</Size>
  272. </OCR_RVCT3>
  273. <OCR_RVCT4>
  274. <Type>1</Type>
  275. <StartAddress>0x8000000</StartAddress>
  276. <Size>0x100000</Size>
  277. </OCR_RVCT4>
  278. <OCR_RVCT5>
  279. <Type>1</Type>
  280. <StartAddress>0x0</StartAddress>
  281. <Size>0x0</Size>
  282. </OCR_RVCT5>
  283. <OCR_RVCT6>
  284. <Type>0</Type>
  285. <StartAddress>0x0</StartAddress>
  286. <Size>0x0</Size>
  287. </OCR_RVCT6>
  288. <OCR_RVCT7>
  289. <Type>0</Type>
  290. <StartAddress>0x0</StartAddress>
  291. <Size>0x0</Size>
  292. </OCR_RVCT7>
  293. <OCR_RVCT8>
  294. <Type>0</Type>
  295. <StartAddress>0x0</StartAddress>
  296. <Size>0x0</Size>
  297. </OCR_RVCT8>
  298. <OCR_RVCT9>
  299. <Type>0</Type>
  300. <StartAddress>0x20000000</StartAddress>
  301. <Size>0x20000</Size>
  302. </OCR_RVCT9>
  303. <OCR_RVCT10>
  304. <Type>0</Type>
  305. <StartAddress>0x10000000</StartAddress>
  306. <Size>0x10000</Size>
  307. </OCR_RVCT10>
  308. </OnChipMemories>
  309. <RvctStartVector />
  310. </ArmAdsMisc>
  311. <Cads>
  312. <interw>1</interw>
  313. <Optim>2</Optim>
  314. <oTime>0</oTime>
  315. <SplitLS>0</SplitLS>
  316. <OneElfS>1</OneElfS>
  317. <Strict>0</Strict>
  318. <EnumInt>0</EnumInt>
  319. <PlainCh>0</PlainCh>
  320. <Ropi>0</Ropi>
  321. <Rwpi>0</Rwpi>
  322. <wLevel>3</wLevel>
  323. <uThumb>0</uThumb>
  324. <uSurpInc>0</uSurpInc>
  325. <uC99>1</uC99>
  326. <uGnu>0</uGnu>
  327. <useXO>0</useXO>
  328. <v6Lang>3</v6Lang>
  329. <v6LangP>3</v6LangP>
  330. <vShortEn>1</vShortEn>
  331. <vShortWch>1</vShortWch>
  332. <v6Lto>0</v6Lto>
  333. <v6WtE>0</v6WtE>
  334. <v6Rtti>0</v6Rtti>
  335. <VariousControls>
  336. <MiscControls />
  337. <Define>RT_USING_LIBC, RT_USING_ARMLIBC, USE_HAL_DRIVER, STM32F407xx, __CLK_TCK=RT_TICK_PER_SECOND, __STDC_LIMIT_MACROS, __RTTHREAD__</Define>
  338. <Undefine />
  339. <IncludePath>..\..\..\components\drivers\include;..\..\..\libcpu\arm\cortex-m4;..\..\..\components\libc\compilers\common\extension\fcntl\octal;..\libraries\HAL_Drivers\CMSIS\Include;.;..\..\..\components\libc\posix\io\poll;..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Include;..\..\..\components\libc\compilers\common\include;..\libraries\HAL_Drivers\drivers;board\ports;..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Inc;..\libraries\HAL_Drivers\drivers\config;..\..\..\components\finsh;..\..\..\components\libc\posix\io\epoll;..\..\..\libcpu\arm\common;board\CubeMX_Config\Inc;..\..\..\components\drivers\include;..\..\..\include;applications;board;..\libraries\HAL_Drivers;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\libc\posix\io\eventfd;..\..\..\components\libc\compilers\common\extension;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\libc\posix\ipc</IncludePath>
  340. </VariousControls>
  341. </Cads>
  342. <Aads>
  343. <interw>1</interw>
  344. <Ropi>0</Ropi>
  345. <Rwpi>0</Rwpi>
  346. <thumb>0</thumb>
  347. <SplitLS>0</SplitLS>
  348. <SwStkChk>0</SwStkChk>
  349. <NoWarn>0</NoWarn>
  350. <uSurpInc>0</uSurpInc>
  351. <useXO>0</useXO>
  352. <ClangAsOpt>4</ClangAsOpt>
  353. <VariousControls>
  354. <MiscControls />
  355. <Define />
  356. <Undefine />
  357. <IncludePath />
  358. </VariousControls>
  359. </Aads>
  360. <LDads>
  361. <umfTarg>0</umfTarg>
  362. <Ropi>0</Ropi>
  363. <Rwpi>0</Rwpi>
  364. <noStLib>0</noStLib>
  365. <RepFail>1</RepFail>
  366. <useFile>0</useFile>
  367. <TextAddressRange>0x08000000</TextAddressRange>
  368. <DataAddressRange>0x20000000</DataAddressRange>
  369. <pXoBase />
  370. <ScatterFile>.\board\linker_scripts\link.sct</ScatterFile>
  371. <IncludeLibs />
  372. <IncludeLibsPath />
  373. <Misc />
  374. <LinkerInputFile />
  375. <DisabledWarnings />
  376. </LDads>
  377. </TargetArmAds>
  378. </TargetOption>
  379. <Groups>
  380. <Group>
  381. <GroupName>Applications</GroupName>
  382. <Files>
  383. <File>
  384. <FileName>main.c</FileName>
  385. <FileType>1</FileType>
  386. <FilePath>applications\main.c</FilePath>
  387. </File>
  388. </Files>
  389. </Group>
  390. <Group>
  391. <GroupName>Compiler</GroupName>
  392. <Files>
  393. <File>
  394. <FileName>syscall_mem.c</FileName>
  395. <FileType>1</FileType>
  396. <FilePath>..\..\..\components\libc\compilers\armlibc\syscall_mem.c</FilePath>
  397. </File>
  398. </Files>
  399. <Files>
  400. <File>
  401. <FileName>syscalls.c</FileName>
  402. <FileType>1</FileType>
  403. <FilePath>..\..\..\components\libc\compilers\armlibc\syscalls.c</FilePath>
  404. </File>
  405. </Files>
  406. <Files>
  407. <File>
  408. <FileName>cctype.c</FileName>
  409. <FileType>1</FileType>
  410. <FilePath>..\..\..\components\libc\compilers\common\cctype.c</FilePath>
  411. </File>
  412. </Files>
  413. <Files>
  414. <File>
  415. <FileName>cstdlib.c</FileName>
  416. <FileType>1</FileType>
  417. <FilePath>..\..\..\components\libc\compilers\common\cstdlib.c</FilePath>
  418. </File>
  419. </Files>
  420. <Files>
  421. <File>
  422. <FileName>cstring.c</FileName>
  423. <FileType>1</FileType>
  424. <FilePath>..\..\..\components\libc\compilers\common\cstring.c</FilePath>
  425. </File>
  426. </Files>
  427. <Files>
  428. <File>
  429. <FileName>ctime.c</FileName>
  430. <FileType>1</FileType>
  431. <FilePath>..\..\..\components\libc\compilers\common\ctime.c</FilePath>
  432. </File>
  433. </Files>
  434. <Files>
  435. <File>
  436. <FileName>cunistd.c</FileName>
  437. <FileType>1</FileType>
  438. <FilePath>..\..\..\components\libc\compilers\common\cunistd.c</FilePath>
  439. </File>
  440. </Files>
  441. <Files>
  442. <File>
  443. <FileName>cwchar.c</FileName>
  444. <FileType>1</FileType>
  445. <FilePath>..\..\..\components\libc\compilers\common\cwchar.c</FilePath>
  446. </File>
  447. </Files>
  448. </Group>
  449. <Group>
  450. <GroupName>DeviceDrivers</GroupName>
  451. <Files>
  452. <File>
  453. <FileName>device.c</FileName>
  454. <FileType>1</FileType>
  455. <FilePath>..\..\..\components\drivers\core\device.c</FilePath>
  456. <FileOption>
  457. <FileArmAds>
  458. <Cads>
  459. <VariousControls>
  460. <MiscControls> </MiscControls>
  461. <Define>__RT_IPC_SOURCE__</Define>
  462. <Undefine> </Undefine>
  463. <IncludePath> </IncludePath>
  464. </VariousControls>
  465. </Cads>
  466. </FileArmAds>
  467. </FileOption>
  468. </File>
  469. </Files>
  470. <Files>
  471. <File>
  472. <FileName>i2c-bit-ops.c</FileName>
  473. <FileType>1</FileType>
  474. <FilePath>..\..\..\components\drivers\i2c\i2c-bit-ops.c</FilePath>
  475. <FileOption>
  476. <FileArmAds>
  477. <Cads>
  478. <VariousControls>
  479. <MiscControls> </MiscControls>
  480. <Define>__RT_IPC_SOURCE__</Define>
  481. <Undefine> </Undefine>
  482. <IncludePath> </IncludePath>
  483. </VariousControls>
  484. </Cads>
  485. </FileArmAds>
  486. </FileOption>
  487. </File>
  488. </Files>
  489. <Files>
  490. <File>
  491. <FileName>i2c_core.c</FileName>
  492. <FileType>1</FileType>
  493. <FilePath>..\..\..\components\drivers\i2c\i2c_core.c</FilePath>
  494. <FileOption>
  495. <FileArmAds>
  496. <Cads>
  497. <VariousControls>
  498. <MiscControls> </MiscControls>
  499. <Define>__RT_IPC_SOURCE__</Define>
  500. <Undefine> </Undefine>
  501. <IncludePath> </IncludePath>
  502. </VariousControls>
  503. </Cads>
  504. </FileArmAds>
  505. </FileOption>
  506. </File>
  507. </Files>
  508. <Files>
  509. <File>
  510. <FileName>i2c_dev.c</FileName>
  511. <FileType>1</FileType>
  512. <FilePath>..\..\..\components\drivers\i2c\i2c_dev.c</FilePath>
  513. <FileOption>
  514. <FileArmAds>
  515. <Cads>
  516. <VariousControls>
  517. <MiscControls> </MiscControls>
  518. <Define>__RT_IPC_SOURCE__</Define>
  519. <Undefine> </Undefine>
  520. <IncludePath> </IncludePath>
  521. </VariousControls>
  522. </Cads>
  523. </FileArmAds>
  524. </FileOption>
  525. </File>
  526. </Files>
  527. <Files>
  528. <File>
  529. <FileName>completion.c</FileName>
  530. <FileType>1</FileType>
  531. <FilePath>..\..\..\components\drivers\ipc\completion.c</FilePath>
  532. <FileOption>
  533. <FileArmAds>
  534. <Cads>
  535. <VariousControls>
  536. <MiscControls> </MiscControls>
  537. <Define>__RT_IPC_SOURCE__</Define>
  538. <Undefine> </Undefine>
  539. <IncludePath> </IncludePath>
  540. </VariousControls>
  541. </Cads>
  542. </FileArmAds>
  543. </FileOption>
  544. </File>
  545. </Files>
  546. <Files>
  547. <File>
  548. <FileName>dataqueue.c</FileName>
  549. <FileType>1</FileType>
  550. <FilePath>..\..\..\components\drivers\ipc\dataqueue.c</FilePath>
  551. <FileOption>
  552. <FileArmAds>
  553. <Cads>
  554. <VariousControls>
  555. <MiscControls> </MiscControls>
  556. <Define>__RT_IPC_SOURCE__</Define>
  557. <Undefine> </Undefine>
  558. <IncludePath> </IncludePath>
  559. </VariousControls>
  560. </Cads>
  561. </FileArmAds>
  562. </FileOption>
  563. </File>
  564. </Files>
  565. <Files>
  566. <File>
  567. <FileName>pipe.c</FileName>
  568. <FileType>1</FileType>
  569. <FilePath>..\..\..\components\drivers\ipc\pipe.c</FilePath>
  570. <FileOption>
  571. <FileArmAds>
  572. <Cads>
  573. <VariousControls>
  574. <MiscControls> </MiscControls>
  575. <Define>__RT_IPC_SOURCE__</Define>
  576. <Undefine> </Undefine>
  577. <IncludePath> </IncludePath>
  578. </VariousControls>
  579. </Cads>
  580. </FileArmAds>
  581. </FileOption>
  582. </File>
  583. </Files>
  584. <Files>
  585. <File>
  586. <FileName>ringblk_buf.c</FileName>
  587. <FileType>1</FileType>
  588. <FilePath>..\..\..\components\drivers\ipc\ringblk_buf.c</FilePath>
  589. <FileOption>
  590. <FileArmAds>
  591. <Cads>
  592. <VariousControls>
  593. <MiscControls> </MiscControls>
  594. <Define>__RT_IPC_SOURCE__</Define>
  595. <Undefine> </Undefine>
  596. <IncludePath> </IncludePath>
  597. </VariousControls>
  598. </Cads>
  599. </FileArmAds>
  600. </FileOption>
  601. </File>
  602. </Files>
  603. <Files>
  604. <File>
  605. <FileName>ringbuffer.c</FileName>
  606. <FileType>1</FileType>
  607. <FilePath>..\..\..\components\drivers\ipc\ringbuffer.c</FilePath>
  608. <FileOption>
  609. <FileArmAds>
  610. <Cads>
  611. <VariousControls>
  612. <MiscControls> </MiscControls>
  613. <Define>__RT_IPC_SOURCE__</Define>
  614. <Undefine> </Undefine>
  615. <IncludePath> </IncludePath>
  616. </VariousControls>
  617. </Cads>
  618. </FileArmAds>
  619. </FileOption>
  620. </File>
  621. </Files>
  622. <Files>
  623. <File>
  624. <FileName>waitqueue.c</FileName>
  625. <FileType>1</FileType>
  626. <FilePath>..\..\..\components\drivers\ipc\waitqueue.c</FilePath>
  627. <FileOption>
  628. <FileArmAds>
  629. <Cads>
  630. <VariousControls>
  631. <MiscControls> </MiscControls>
  632. <Define>__RT_IPC_SOURCE__</Define>
  633. <Undefine> </Undefine>
  634. <IncludePath> </IncludePath>
  635. </VariousControls>
  636. </Cads>
  637. </FileArmAds>
  638. </FileOption>
  639. </File>
  640. </Files>
  641. <Files>
  642. <File>
  643. <FileName>workqueue.c</FileName>
  644. <FileType>1</FileType>
  645. <FilePath>..\..\..\components\drivers\ipc\workqueue.c</FilePath>
  646. <FileOption>
  647. <FileArmAds>
  648. <Cads>
  649. <VariousControls>
  650. <MiscControls> </MiscControls>
  651. <Define>__RT_IPC_SOURCE__</Define>
  652. <Undefine> </Undefine>
  653. <IncludePath> </IncludePath>
  654. </VariousControls>
  655. </Cads>
  656. </FileArmAds>
  657. </FileOption>
  658. </File>
  659. </Files>
  660. <Files>
  661. <File>
  662. <FileName>rt_drv_pwm.c</FileName>
  663. <FileType>1</FileType>
  664. <FilePath>..\..\..\components\drivers\misc\rt_drv_pwm.c</FilePath>
  665. <FileOption>
  666. <FileArmAds>
  667. <Cads>
  668. <VariousControls>
  669. <MiscControls> </MiscControls>
  670. <Define>__RT_IPC_SOURCE__</Define>
  671. <Undefine> </Undefine>
  672. <IncludePath> </IncludePath>
  673. </VariousControls>
  674. </Cads>
  675. </FileArmAds>
  676. </FileOption>
  677. </File>
  678. </Files>
  679. <Files>
  680. <File>
  681. <FileName>pin.c</FileName>
  682. <FileType>1</FileType>
  683. <FilePath>..\..\..\components\drivers\pin\pin.c</FilePath>
  684. <FileOption>
  685. <FileArmAds>
  686. <Cads>
  687. <VariousControls>
  688. <MiscControls> </MiscControls>
  689. <Define>__RT_IPC_SOURCE__</Define>
  690. <Undefine> </Undefine>
  691. <IncludePath> </IncludePath>
  692. </VariousControls>
  693. </Cads>
  694. </FileArmAds>
  695. </FileOption>
  696. </File>
  697. </Files>
  698. <Files>
  699. <File>
  700. <FileName>serial.c</FileName>
  701. <FileType>1</FileType>
  702. <FilePath>..\..\..\components\drivers\serial\serial.c</FilePath>
  703. <FileOption>
  704. <FileArmAds>
  705. <Cads>
  706. <VariousControls>
  707. <MiscControls> </MiscControls>
  708. <Define>__RT_IPC_SOURCE__</Define>
  709. <Undefine> </Undefine>
  710. <IncludePath> </IncludePath>
  711. </VariousControls>
  712. </Cads>
  713. </FileArmAds>
  714. </FileOption>
  715. </File>
  716. </Files>
  717. </Group>
  718. <Group>
  719. <GroupName>Drivers</GroupName>
  720. <Files>
  721. <File>
  722. <FileName>drv_gpio.c</FileName>
  723. <FileType>1</FileType>
  724. <FilePath>..\libraries\HAL_Drivers\drivers\drv_gpio.c</FilePath>
  725. </File>
  726. </Files>
  727. <Files>
  728. <File>
  729. <FileName>drv_usart.c</FileName>
  730. <FileType>1</FileType>
  731. <FilePath>..\libraries\HAL_Drivers\drivers\drv_usart.c</FilePath>
  732. </File>
  733. </Files>
  734. <Files>
  735. <File>
  736. <FileName>drv_common.c</FileName>
  737. <FileType>1</FileType>
  738. <FilePath>..\libraries\HAL_Drivers\drv_common.c</FilePath>
  739. </File>
  740. </Files>
  741. <Files>
  742. <File>
  743. <FileName>startup_stm32f407xx.s</FileName>
  744. <FileType>2</FileType>
  745. <FilePath>..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f407xx.s</FilePath>
  746. </File>
  747. </Files>
  748. <Files>
  749. <File>
  750. <FileName>stm32f4xx_hal_msp.c</FileName>
  751. <FileType>1</FileType>
  752. <FilePath>board\CubeMX_Config\Src\stm32f4xx_hal_msp.c</FilePath>
  753. </File>
  754. </Files>
  755. <Files>
  756. <File>
  757. <FileName>board.c</FileName>
  758. <FileType>1</FileType>
  759. <FilePath>board\board.c</FilePath>
  760. </File>
  761. </Files>
  762. </Group>
  763. <Group>
  764. <GroupName>Finsh</GroupName>
  765. <Files>
  766. <File>
  767. <FileName>shell.c</FileName>
  768. <FileType>1</FileType>
  769. <FilePath>..\..\..\components\finsh\shell.c</FilePath>
  770. </File>
  771. </Files>
  772. <Files>
  773. <File>
  774. <FileName>msh.c</FileName>
  775. <FileType>1</FileType>
  776. <FilePath>..\..\..\components\finsh\msh.c</FilePath>
  777. </File>
  778. </Files>
  779. <Files>
  780. <File>
  781. <FileName>msh_parse.c</FileName>
  782. <FileType>1</FileType>
  783. <FilePath>..\..\..\components\finsh\msh_parse.c</FilePath>
  784. </File>
  785. </Files>
  786. <Files>
  787. <File>
  788. <FileName>cmd.c</FileName>
  789. <FileType>1</FileType>
  790. <FilePath>..\..\..\components\finsh\cmd.c</FilePath>
  791. </File>
  792. </Files>
  793. </Group>
  794. <Group>
  795. <GroupName>Kernel</GroupName>
  796. <Files>
  797. <File>
  798. <FileName>clock.c</FileName>
  799. <FileType>1</FileType>
  800. <FilePath>..\..\..\src\clock.c</FilePath>
  801. <FileOption>
  802. <FileArmAds>
  803. <Cads>
  804. <VariousControls>
  805. <MiscControls> </MiscControls>
  806. <Define>__RT_KERNEL_SOURCE__</Define>
  807. <Undefine> </Undefine>
  808. <IncludePath> </IncludePath>
  809. </VariousControls>
  810. </Cads>
  811. </FileArmAds>
  812. </FileOption>
  813. </File>
  814. </Files>
  815. <Files>
  816. <File>
  817. <FileName>components.c</FileName>
  818. <FileType>1</FileType>
  819. <FilePath>..\..\..\src\components.c</FilePath>
  820. <FileOption>
  821. <FileArmAds>
  822. <Cads>
  823. <VariousControls>
  824. <MiscControls> </MiscControls>
  825. <Define>__RT_KERNEL_SOURCE__</Define>
  826. <Undefine> </Undefine>
  827. <IncludePath> </IncludePath>
  828. </VariousControls>
  829. </Cads>
  830. </FileArmAds>
  831. </FileOption>
  832. </File>
  833. </Files>
  834. <Files>
  835. <File>
  836. <FileName>idle.c</FileName>
  837. <FileType>1</FileType>
  838. <FilePath>..\..\..\src\idle.c</FilePath>
  839. <FileOption>
  840. <FileArmAds>
  841. <Cads>
  842. <VariousControls>
  843. <MiscControls> </MiscControls>
  844. <Define>__RT_KERNEL_SOURCE__</Define>
  845. <Undefine> </Undefine>
  846. <IncludePath> </IncludePath>
  847. </VariousControls>
  848. </Cads>
  849. </FileArmAds>
  850. </FileOption>
  851. </File>
  852. </Files>
  853. <Files>
  854. <File>
  855. <FileName>ipc.c</FileName>
  856. <FileType>1</FileType>
  857. <FilePath>..\..\..\src\ipc.c</FilePath>
  858. <FileOption>
  859. <FileArmAds>
  860. <Cads>
  861. <VariousControls>
  862. <MiscControls> </MiscControls>
  863. <Define>__RT_KERNEL_SOURCE__</Define>
  864. <Undefine> </Undefine>
  865. <IncludePath> </IncludePath>
  866. </VariousControls>
  867. </Cads>
  868. </FileArmAds>
  869. </FileOption>
  870. </File>
  871. </Files>
  872. <Files>
  873. <File>
  874. <FileName>irq.c</FileName>
  875. <FileType>1</FileType>
  876. <FilePath>..\..\..\src\irq.c</FilePath>
  877. <FileOption>
  878. <FileArmAds>
  879. <Cads>
  880. <VariousControls>
  881. <MiscControls> </MiscControls>
  882. <Define>__RT_KERNEL_SOURCE__</Define>
  883. <Undefine> </Undefine>
  884. <IncludePath> </IncludePath>
  885. </VariousControls>
  886. </Cads>
  887. </FileArmAds>
  888. </FileOption>
  889. </File>
  890. </Files>
  891. <Files>
  892. <File>
  893. <FileName>kstdio.c</FileName>
  894. <FileType>1</FileType>
  895. <FilePath>..\..\..\src\klibc\kstdio.c</FilePath>
  896. <FileOption>
  897. <FileArmAds>
  898. <Cads>
  899. <VariousControls>
  900. <MiscControls> </MiscControls>
  901. <Define>__RT_KERNEL_SOURCE__</Define>
  902. <Undefine> </Undefine>
  903. <IncludePath> </IncludePath>
  904. </VariousControls>
  905. </Cads>
  906. </FileArmAds>
  907. </FileOption>
  908. </File>
  909. </Files>
  910. <Files>
  911. <File>
  912. <FileName>kstring.c</FileName>
  913. <FileType>1</FileType>
  914. <FilePath>..\..\..\src\klibc\kstring.c</FilePath>
  915. <FileOption>
  916. <FileArmAds>
  917. <Cads>
  918. <VariousControls>
  919. <MiscControls> </MiscControls>
  920. <Define>__RT_KERNEL_SOURCE__</Define>
  921. <Undefine> </Undefine>
  922. <IncludePath> </IncludePath>
  923. </VariousControls>
  924. </Cads>
  925. </FileArmAds>
  926. </FileOption>
  927. </File>
  928. </Files>
  929. <Files>
  930. <File>
  931. <FileName>kservice.c</FileName>
  932. <FileType>1</FileType>
  933. <FilePath>..\..\..\src\kservice.c</FilePath>
  934. <FileOption>
  935. <FileArmAds>
  936. <Cads>
  937. <VariousControls>
  938. <MiscControls> </MiscControls>
  939. <Define>__RT_KERNEL_SOURCE__</Define>
  940. <Undefine> </Undefine>
  941. <IncludePath> </IncludePath>
  942. </VariousControls>
  943. </Cads>
  944. </FileArmAds>
  945. </FileOption>
  946. </File>
  947. </Files>
  948. <Files>
  949. <File>
  950. <FileName>mem.c</FileName>
  951. <FileType>1</FileType>
  952. <FilePath>..\..\..\src\mem.c</FilePath>
  953. <FileOption>
  954. <FileArmAds>
  955. <Cads>
  956. <VariousControls>
  957. <MiscControls> </MiscControls>
  958. <Define>__RT_KERNEL_SOURCE__</Define>
  959. <Undefine> </Undefine>
  960. <IncludePath> </IncludePath>
  961. </VariousControls>
  962. </Cads>
  963. </FileArmAds>
  964. </FileOption>
  965. </File>
  966. </Files>
  967. <Files>
  968. <File>
  969. <FileName>mempool.c</FileName>
  970. <FileType>1</FileType>
  971. <FilePath>..\..\..\src\mempool.c</FilePath>
  972. <FileOption>
  973. <FileArmAds>
  974. <Cads>
  975. <VariousControls>
  976. <MiscControls> </MiscControls>
  977. <Define>__RT_KERNEL_SOURCE__</Define>
  978. <Undefine> </Undefine>
  979. <IncludePath> </IncludePath>
  980. </VariousControls>
  981. </Cads>
  982. </FileArmAds>
  983. </FileOption>
  984. </File>
  985. </Files>
  986. <Files>
  987. <File>
  988. <FileName>object.c</FileName>
  989. <FileType>1</FileType>
  990. <FilePath>..\..\..\src\object.c</FilePath>
  991. <FileOption>
  992. <FileArmAds>
  993. <Cads>
  994. <VariousControls>
  995. <MiscControls> </MiscControls>
  996. <Define>__RT_KERNEL_SOURCE__</Define>
  997. <Undefine> </Undefine>
  998. <IncludePath> </IncludePath>
  999. </VariousControls>
  1000. </Cads>
  1001. </FileArmAds>
  1002. </FileOption>
  1003. </File>
  1004. </Files>
  1005. <Files>
  1006. <File>
  1007. <FileName>scheduler_comm.c</FileName>
  1008. <FileType>1</FileType>
  1009. <FilePath>..\..\..\src\scheduler_comm.c</FilePath>
  1010. <FileOption>
  1011. <FileArmAds>
  1012. <Cads>
  1013. <VariousControls>
  1014. <MiscControls> </MiscControls>
  1015. <Define>__RT_KERNEL_SOURCE__</Define>
  1016. <Undefine> </Undefine>
  1017. <IncludePath> </IncludePath>
  1018. </VariousControls>
  1019. </Cads>
  1020. </FileArmAds>
  1021. </FileOption>
  1022. </File>
  1023. </Files>
  1024. <Files>
  1025. <File>
  1026. <FileName>scheduler_up.c</FileName>
  1027. <FileType>1</FileType>
  1028. <FilePath>..\..\..\src\scheduler_up.c</FilePath>
  1029. <FileOption>
  1030. <FileArmAds>
  1031. <Cads>
  1032. <VariousControls>
  1033. <MiscControls> </MiscControls>
  1034. <Define>__RT_KERNEL_SOURCE__</Define>
  1035. <Undefine> </Undefine>
  1036. <IncludePath> </IncludePath>
  1037. </VariousControls>
  1038. </Cads>
  1039. </FileArmAds>
  1040. </FileOption>
  1041. </File>
  1042. </Files>
  1043. <Files>
  1044. <File>
  1045. <FileName>thread.c</FileName>
  1046. <FileType>1</FileType>
  1047. <FilePath>..\..\..\src\thread.c</FilePath>
  1048. <FileOption>
  1049. <FileArmAds>
  1050. <Cads>
  1051. <VariousControls>
  1052. <MiscControls> </MiscControls>
  1053. <Define>__RT_KERNEL_SOURCE__</Define>
  1054. <Undefine> </Undefine>
  1055. <IncludePath> </IncludePath>
  1056. </VariousControls>
  1057. </Cads>
  1058. </FileArmAds>
  1059. </FileOption>
  1060. </File>
  1061. </Files>
  1062. <Files>
  1063. <File>
  1064. <FileName>timer.c</FileName>
  1065. <FileType>1</FileType>
  1066. <FilePath>..\..\..\src\timer.c</FilePath>
  1067. <FileOption>
  1068. <FileArmAds>
  1069. <Cads>
  1070. <VariousControls>
  1071. <MiscControls> </MiscControls>
  1072. <Define>__RT_KERNEL_SOURCE__</Define>
  1073. <Undefine> </Undefine>
  1074. <IncludePath> </IncludePath>
  1075. </VariousControls>
  1076. </Cads>
  1077. </FileArmAds>
  1078. </FileOption>
  1079. </File>
  1080. </Files>
  1081. </Group>
  1082. <Group>
  1083. <GroupName>libcpu</GroupName>
  1084. <Files>
  1085. <File>
  1086. <FileName>atomic_arm.c</FileName>
  1087. <FileType>1</FileType>
  1088. <FilePath>..\..\..\libcpu\arm\common\atomic_arm.c</FilePath>
  1089. </File>
  1090. </Files>
  1091. <Files>
  1092. <File>
  1093. <FileName>div0.c</FileName>
  1094. <FileType>1</FileType>
  1095. <FilePath>..\..\..\libcpu\arm\common\div0.c</FilePath>
  1096. </File>
  1097. </Files>
  1098. <Files>
  1099. <File>
  1100. <FileName>showmem.c</FileName>
  1101. <FileType>1</FileType>
  1102. <FilePath>..\..\..\libcpu\arm\common\showmem.c</FilePath>
  1103. </File>
  1104. </Files>
  1105. <Files>
  1106. <File>
  1107. <FileName>context_rvds.S</FileName>
  1108. <FileType>2</FileType>
  1109. <FilePath>..\..\..\libcpu\arm\cortex-m4\context_rvds.S</FilePath>
  1110. </File>
  1111. </Files>
  1112. <Files>
  1113. <File>
  1114. <FileName>cpuport.c</FileName>
  1115. <FileType>1</FileType>
  1116. <FilePath>..\..\..\libcpu\arm\cortex-m4\cpuport.c</FilePath>
  1117. </File>
  1118. </Files>
  1119. </Group>
  1120. <Group>
  1121. <GroupName>Libraries</GroupName>
  1122. <Files>
  1123. <File>
  1124. <FileName>stm32f4xx_hal_lptim.c</FileName>
  1125. <FileType>1</FileType>
  1126. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_lptim.c</FilePath>
  1127. </File>
  1128. </Files>
  1129. <Files>
  1130. <File>
  1131. <FileName>stm32f4xx_hal_uart.c</FileName>
  1132. <FileType>1</FileType>
  1133. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c</FilePath>
  1134. </File>
  1135. </Files>
  1136. <Files>
  1137. <File>
  1138. <FileName>stm32f4xx_hal_tim_ex.c</FileName>
  1139. <FileType>1</FileType>
  1140. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c</FilePath>
  1141. </File>
  1142. </Files>
  1143. <Files>
  1144. <File>
  1145. <FileName>stm32f4xx_hal_rcc_ex.c</FileName>
  1146. <FileType>1</FileType>
  1147. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c</FilePath>
  1148. </File>
  1149. </Files>
  1150. <Files>
  1151. <File>
  1152. <FileName>stm32f4xx_hal_tim.c</FileName>
  1153. <FileType>1</FileType>
  1154. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c</FilePath>
  1155. </File>
  1156. </Files>
  1157. <Files>
  1158. <File>
  1159. <FileName>stm32f4xx_hal_cryp_ex.c</FileName>
  1160. <FileType>1</FileType>
  1161. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp_ex.c</FilePath>
  1162. </File>
  1163. </Files>
  1164. <Files>
  1165. <File>
  1166. <FileName>stm32f4xx_hal_pwr_ex.c</FileName>
  1167. <FileType>1</FileType>
  1168. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c</FilePath>
  1169. </File>
  1170. </Files>
  1171. <Files>
  1172. <File>
  1173. <FileName>stm32f4xx_hal_dma.c</FileName>
  1174. <FileType>1</FileType>
  1175. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c</FilePath>
  1176. </File>
  1177. </Files>
  1178. <Files>
  1179. <File>
  1180. <FileName>stm32f4xx_hal_usart.c</FileName>
  1181. <FileType>1</FileType>
  1182. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c</FilePath>
  1183. </File>
  1184. </Files>
  1185. <Files>
  1186. <File>
  1187. <FileName>stm32f4xx_hal_crc.c</FileName>
  1188. <FileType>1</FileType>
  1189. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c</FilePath>
  1190. </File>
  1191. </Files>
  1192. <Files>
  1193. <File>
  1194. <FileName>stm32f4xx_hal_i2c_ex.c</FileName>
  1195. <FileType>1</FileType>
  1196. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c</FilePath>
  1197. </File>
  1198. </Files>
  1199. <Files>
  1200. <File>
  1201. <FileName>stm32f4xx_hal_rcc.c</FileName>
  1202. <FileType>1</FileType>
  1203. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c</FilePath>
  1204. </File>
  1205. </Files>
  1206. <Files>
  1207. <File>
  1208. <FileName>stm32f4xx_hal_dma_ex.c</FileName>
  1209. <FileType>1</FileType>
  1210. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c</FilePath>
  1211. </File>
  1212. </Files>
  1213. <Files>
  1214. <File>
  1215. <FileName>stm32f4xx_hal_pwr.c</FileName>
  1216. <FileType>1</FileType>
  1217. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c</FilePath>
  1218. </File>
  1219. </Files>
  1220. <Files>
  1221. <File>
  1222. <FileName>stm32f4xx_hal_rng.c</FileName>
  1223. <FileType>1</FileType>
  1224. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c</FilePath>
  1225. </File>
  1226. </Files>
  1227. <Files>
  1228. <File>
  1229. <FileName>stm32f4xx_hal_cortex.c</FileName>
  1230. <FileType>1</FileType>
  1231. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c</FilePath>
  1232. </File>
  1233. </Files>
  1234. <Files>
  1235. <File>
  1236. <FileName>stm32f4xx_hal_cryp.c</FileName>
  1237. <FileType>1</FileType>
  1238. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp.c</FilePath>
  1239. </File>
  1240. </Files>
  1241. <Files>
  1242. <File>
  1243. <FileName>stm32f4xx_hal.c</FileName>
  1244. <FileType>1</FileType>
  1245. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c</FilePath>
  1246. </File>
  1247. </Files>
  1248. <Files>
  1249. <File>
  1250. <FileName>stm32f4xx_hal_i2c.c</FileName>
  1251. <FileType>1</FileType>
  1252. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c</FilePath>
  1253. </File>
  1254. </Files>
  1255. <Files>
  1256. <File>
  1257. <FileName>stm32f4xx_hal_cec.c</FileName>
  1258. <FileType>1</FileType>
  1259. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c</FilePath>
  1260. </File>
  1261. </Files>
  1262. <Files>
  1263. <File>
  1264. <FileName>system_stm32f4xx.c</FileName>
  1265. <FileType>1</FileType>
  1266. <FilePath>..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c</FilePath>
  1267. </File>
  1268. </Files>
  1269. <Files>
  1270. <File>
  1271. <FileName>stm32f4xx_hal_gpio.c</FileName>
  1272. <FileType>1</FileType>
  1273. <FilePath>..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c</FilePath>
  1274. </File>
  1275. </Files>
  1276. </Group>
  1277. </Groups>
  1278. </Target>
  1279. </Targets>
  1280. <RTE>
  1281. <apis />
  1282. <components />
  1283. <files />
  1284. </RTE>
  1285. </Project>