project.uvproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_proj.xsd">
  3. <SchemaVersion>1.1</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Targets>
  6. <Target>
  7. <TargetName>rt-thread_stm32f4xx</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>STM32F407VG</Device>
  15. <Vendor>STMicroelectronics</Vendor>
  16. <Cpu>IRAM(0x20000000-0x2001FFFF) IRAM2(0x10000000-0x1000FFFF) IROM(0x8000000-0x80FFFFF) CLOCK(25000000) CPUTYPE("Cortex-M4") FPU2</Cpu>
  17. <FlashUtilSpec></FlashUtilSpec>
  18. <StartupFile>"Startup\ST\STM32F4xx\startup_stm32f4xx.s" ("STM32F4xx Startup Code")</StartupFile>
  19. <FlashDriverDll>UL2CM3(-O207 -S0 -C0 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F4xx_1024 -FS08000000 -FL0100000)</FlashDriverDll>
  20. <DeviceId>6103</DeviceId>
  21. <RegisterFile>stm32f4xx.h</RegisterFile>
  22. <MemoryEnv></MemoryEnv>
  23. <Cmp></Cmp>
  24. <Asm></Asm>
  25. <Linker></Linker>
  26. <OHString></OHString>
  27. <InfinionOptionDll></InfinionOptionDll>
  28. <SLE66CMisc></SLE66CMisc>
  29. <SLE66AMisc></SLE66AMisc>
  30. <SLE66LinkerMisc></SLE66LinkerMisc>
  31. <SFDFile>SFD\ST\STM32F4xx\STM32F4xx.sfr</SFDFile>
  32. <bCustSvd>0</bCustSvd>
  33. <UseEnv>0</UseEnv>
  34. <BinPath></BinPath>
  35. <IncludePath></IncludePath>
  36. <LibPath></LibPath>
  37. <RegisterFilePath>ST\STM32F4xx\</RegisterFilePath>
  38. <DBRegisterFilePath>ST\STM32F4xx\</DBRegisterFilePath>
  39. <TargetStatus>
  40. <Error>0</Error>
  41. <ExitCodeStop>0</ExitCodeStop>
  42. <ButtonStop>0</ButtonStop>
  43. <NotGenerated>0</NotGenerated>
  44. <InvalidFlash>1</InvalidFlash>
  45. </TargetStatus>
  46. <OutputDirectory>.\build\</OutputDirectory>
  47. <OutputName>rtthread-stm32f4xx</OutputName>
  48. <CreateExecutable>1</CreateExecutable>
  49. <CreateLib>0</CreateLib>
  50. <CreateHexFile>0</CreateHexFile>
  51. <DebugInformation>1</DebugInformation>
  52. <BrowseInformation>1</BrowseInformation>
  53. <ListingPath>.\build\</ListingPath>
  54. <HexFormatSelection>1</HexFormatSelection>
  55. <Merge32K>0</Merge32K>
  56. <CreateBatchFile>0</CreateBatchFile>
  57. <BeforeCompile>
  58. <RunUserProg1>0</RunUserProg1>
  59. <RunUserProg2>0</RunUserProg2>
  60. <UserProg1Name></UserProg1Name>
  61. <UserProg2Name></UserProg2Name>
  62. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  63. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  64. <nStopU1X>0</nStopU1X>
  65. <nStopU2X>0</nStopU2X>
  66. </BeforeCompile>
  67. <BeforeMake>
  68. <RunUserProg1>0</RunUserProg1>
  69. <RunUserProg2>0</RunUserProg2>
  70. <UserProg1Name></UserProg1Name>
  71. <UserProg2Name></UserProg2Name>
  72. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  73. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  74. <nStopB1X>0</nStopB1X>
  75. <nStopB2X>0</nStopB2X>
  76. </BeforeMake>
  77. <AfterMake>
  78. <RunUserProg1>1</RunUserProg1>
  79. <RunUserProg2>0</RunUserProg2>
  80. <UserProg1Name>fromelf --bin !L --output rtthread.bin</UserProg1Name>
  81. <UserProg2Name></UserProg2Name>
  82. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  83. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  84. <nStopA1X>0</nStopA1X>
  85. <nStopA2X>0</nStopA2X>
  86. </AfterMake>
  87. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  88. <SVCSIdString></SVCSIdString>
  89. </TargetCommonOption>
  90. <CommonProperty>
  91. <UseCPPCompiler>0</UseCPPCompiler>
  92. <RVCTCodeConst>0</RVCTCodeConst>
  93. <RVCTZI>0</RVCTZI>
  94. <RVCTOtherData>0</RVCTOtherData>
  95. <ModuleSelection>0</ModuleSelection>
  96. <IncludeInBuild>1</IncludeInBuild>
  97. <AlwaysBuild>0</AlwaysBuild>
  98. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  99. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  100. <PublicsOnly>0</PublicsOnly>
  101. <StopOnExitCode>3</StopOnExitCode>
  102. <CustomArgument></CustomArgument>
  103. <IncludeLibraryModules></IncludeLibraryModules>
  104. <ComprImg>1</ComprImg>
  105. </CommonProperty>
  106. <DllOption>
  107. <SimDllName>SARMCM3.DLL</SimDllName>
  108. <SimDllArguments>-MPU</SimDllArguments>
  109. <SimDlgDll>DCM.DLL</SimDlgDll>
  110. <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
  111. <TargetDllName>SARMCM3.DLL</TargetDllName>
  112. <TargetDllArguments>-MPU</TargetDllArguments>
  113. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  114. <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
  115. </DllOption>
  116. <DebugOption>
  117. <OPTHX>
  118. <HexSelection>1</HexSelection>
  119. <HexRangeLowAddress>0</HexRangeLowAddress>
  120. <HexRangeHighAddress>0</HexRangeHighAddress>
  121. <HexOffset>0</HexOffset>
  122. <Oh166RecLen>16</Oh166RecLen>
  123. </OPTHX>
  124. <Simulator>
  125. <UseSimulator>0</UseSimulator>
  126. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  127. <RunToMain>1</RunToMain>
  128. <RestoreBreakpoints>1</RestoreBreakpoints>
  129. <RestoreWatchpoints>1</RestoreWatchpoints>
  130. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  131. <RestoreFunctions>1</RestoreFunctions>
  132. <RestoreToolbox>1</RestoreToolbox>
  133. <LimitSpeedToRealTime>0</LimitSpeedToRealTime>
  134. <RestoreSysVw>1</RestoreSysVw>
  135. </Simulator>
  136. <Target>
  137. <UseTarget>1</UseTarget>
  138. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  139. <RunToMain>1</RunToMain>
  140. <RestoreBreakpoints>1</RestoreBreakpoints>
  141. <RestoreWatchpoints>1</RestoreWatchpoints>
  142. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  143. <RestoreFunctions>0</RestoreFunctions>
  144. <RestoreToolbox>1</RestoreToolbox>
  145. <RestoreTracepoints>0</RestoreTracepoints>
  146. <RestoreSysVw>1</RestoreSysVw>
  147. </Target>
  148. <RunDebugAfterBuild>0</RunDebugAfterBuild>
  149. <TargetSelection>-1</TargetSelection>
  150. <SimDlls>
  151. <CpuDll></CpuDll>
  152. <CpuDllArguments></CpuDllArguments>
  153. <PeripheralDll></PeripheralDll>
  154. <PeripheralDllArguments></PeripheralDllArguments>
  155. <InitializationFile></InitializationFile>
  156. </SimDlls>
  157. <TargetDlls>
  158. <CpuDll></CpuDll>
  159. <CpuDllArguments></CpuDllArguments>
  160. <PeripheralDll></PeripheralDll>
  161. <PeripheralDllArguments></PeripheralDllArguments>
  162. <InitializationFile></InitializationFile>
  163. <Driver>STLink\ST-LINKIII-KEIL.dll</Driver>
  164. </TargetDlls>
  165. </DebugOption>
  166. <Utilities>
  167. <Flash1>
  168. <UseTargetDll>1</UseTargetDll>
  169. <UseExternalTool>0</UseExternalTool>
  170. <RunIndependent>0</RunIndependent>
  171. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  172. <Capability>1</Capability>
  173. <DriverSelection>4100</DriverSelection>
  174. </Flash1>
  175. <bUseTDR>0</bUseTDR>
  176. <Flash2>STLink\ST-LINKIII-KEIL.dll</Flash2>
  177. <Flash3>"" ()</Flash3>
  178. <Flash4></Flash4>
  179. <pFcarmOut></pFcarmOut>
  180. <pFcarmGrp></pFcarmGrp>
  181. <pFcArmRoot></pFcArmRoot>
  182. <FcArmLst>0</FcArmLst>
  183. </Utilities>
  184. <TargetArmAds>
  185. <ArmAdsMisc>
  186. <GenerateListings>0</GenerateListings>
  187. <asHll>1</asHll>
  188. <asAsm>1</asAsm>
  189. <asMacX>1</asMacX>
  190. <asSyms>1</asSyms>
  191. <asFals>1</asFals>
  192. <asDbgD>1</asDbgD>
  193. <asForm>1</asForm>
  194. <ldLst>0</ldLst>
  195. <ldmm>1</ldmm>
  196. <ldXref>1</ldXref>
  197. <BigEnd>0</BigEnd>
  198. <AdsALst>1</AdsALst>
  199. <AdsACrf>1</AdsACrf>
  200. <AdsANop>0</AdsANop>
  201. <AdsANot>0</AdsANot>
  202. <AdsLLst>1</AdsLLst>
  203. <AdsLmap>1</AdsLmap>
  204. <AdsLcgr>1</AdsLcgr>
  205. <AdsLsym>1</AdsLsym>
  206. <AdsLszi>1</AdsLszi>
  207. <AdsLtoi>1</AdsLtoi>
  208. <AdsLsun>1</AdsLsun>
  209. <AdsLven>1</AdsLven>
  210. <AdsLsxf>1</AdsLsxf>
  211. <RvctClst>0</RvctClst>
  212. <GenPPlst>0</GenPPlst>
  213. <AdsCpuType>"Cortex-M4"</AdsCpuType>
  214. <RvctDeviceName></RvctDeviceName>
  215. <mOS>0</mOS>
  216. <uocRom>0</uocRom>
  217. <uocRam>0</uocRam>
  218. <hadIROM>1</hadIROM>
  219. <hadIRAM>1</hadIRAM>
  220. <hadXRAM>0</hadXRAM>
  221. <uocXRam>0</uocXRam>
  222. <RvdsVP>2</RvdsVP>
  223. <hadIRAM2>1</hadIRAM2>
  224. <hadIROM2>0</hadIROM2>
  225. <StupSel>8</StupSel>
  226. <useUlib>0</useUlib>
  227. <EndSel>0</EndSel>
  228. <uLtcg>0</uLtcg>
  229. <nSecure>0</nSecure>
  230. <RoSelD>3</RoSelD>
  231. <RwSelD>3</RwSelD>
  232. <CodeSel>0</CodeSel>
  233. <OptFeed>0</OptFeed>
  234. <NoZi1>0</NoZi1>
  235. <NoZi2>0</NoZi2>
  236. <NoZi3>0</NoZi3>
  237. <NoZi4>0</NoZi4>
  238. <NoZi5>0</NoZi5>
  239. <Ro1Chk>0</Ro1Chk>
  240. <Ro2Chk>0</Ro2Chk>
  241. <Ro3Chk>0</Ro3Chk>
  242. <Ir1Chk>1</Ir1Chk>
  243. <Ir2Chk>0</Ir2Chk>
  244. <Ra1Chk>0</Ra1Chk>
  245. <Ra2Chk>0</Ra2Chk>
  246. <Ra3Chk>0</Ra3Chk>
  247. <Im1Chk>1</Im1Chk>
  248. <Im2Chk>0</Im2Chk>
  249. <OnChipMemories>
  250. <Ocm1>
  251. <Type>0</Type>
  252. <StartAddress>0x0</StartAddress>
  253. <Size>0x0</Size>
  254. </Ocm1>
  255. <Ocm2>
  256. <Type>0</Type>
  257. <StartAddress>0x0</StartAddress>
  258. <Size>0x0</Size>
  259. </Ocm2>
  260. <Ocm3>
  261. <Type>0</Type>
  262. <StartAddress>0x0</StartAddress>
  263. <Size>0x0</Size>
  264. </Ocm3>
  265. <Ocm4>
  266. <Type>0</Type>
  267. <StartAddress>0x0</StartAddress>
  268. <Size>0x0</Size>
  269. </Ocm4>
  270. <Ocm5>
  271. <Type>0</Type>
  272. <StartAddress>0x0</StartAddress>
  273. <Size>0x0</Size>
  274. </Ocm5>
  275. <Ocm6>
  276. <Type>0</Type>
  277. <StartAddress>0x0</StartAddress>
  278. <Size>0x0</Size>
  279. </Ocm6>
  280. <IRAM>
  281. <Type>0</Type>
  282. <StartAddress>0x20000000</StartAddress>
  283. <Size>0x20000</Size>
  284. </IRAM>
  285. <IROM>
  286. <Type>1</Type>
  287. <StartAddress>0x8000000</StartAddress>
  288. <Size>0x100000</Size>
  289. </IROM>
  290. <XRAM>
  291. <Type>0</Type>
  292. <StartAddress>0x0</StartAddress>
  293. <Size>0x0</Size>
  294. </XRAM>
  295. <OCR_RVCT1>
  296. <Type>1</Type>
  297. <StartAddress>0x0</StartAddress>
  298. <Size>0x0</Size>
  299. </OCR_RVCT1>
  300. <OCR_RVCT2>
  301. <Type>1</Type>
  302. <StartAddress>0x0</StartAddress>
  303. <Size>0x0</Size>
  304. </OCR_RVCT2>
  305. <OCR_RVCT3>
  306. <Type>1</Type>
  307. <StartAddress>0x0</StartAddress>
  308. <Size>0x0</Size>
  309. </OCR_RVCT3>
  310. <OCR_RVCT4>
  311. <Type>1</Type>
  312. <StartAddress>0x8000000</StartAddress>
  313. <Size>0x100000</Size>
  314. </OCR_RVCT4>
  315. <OCR_RVCT5>
  316. <Type>1</Type>
  317. <StartAddress>0x0</StartAddress>
  318. <Size>0x0</Size>
  319. </OCR_RVCT5>
  320. <OCR_RVCT6>
  321. <Type>0</Type>
  322. <StartAddress>0x0</StartAddress>
  323. <Size>0x0</Size>
  324. </OCR_RVCT6>
  325. <OCR_RVCT7>
  326. <Type>0</Type>
  327. <StartAddress>0x0</StartAddress>
  328. <Size>0x0</Size>
  329. </OCR_RVCT7>
  330. <OCR_RVCT8>
  331. <Type>0</Type>
  332. <StartAddress>0x0</StartAddress>
  333. <Size>0x0</Size>
  334. </OCR_RVCT8>
  335. <OCR_RVCT9>
  336. <Type>0</Type>
  337. <StartAddress>0x20000000</StartAddress>
  338. <Size>0x20000</Size>
  339. </OCR_RVCT9>
  340. <OCR_RVCT10>
  341. <Type>0</Type>
  342. <StartAddress>0x10000000</StartAddress>
  343. <Size>0x10000</Size>
  344. </OCR_RVCT10>
  345. </OnChipMemories>
  346. <RvctStartVector></RvctStartVector>
  347. </ArmAdsMisc>
  348. <Cads>
  349. <interw>1</interw>
  350. <Optim>1</Optim>
  351. <oTime>0</oTime>
  352. <SplitLS>0</SplitLS>
  353. <OneElfS>0</OneElfS>
  354. <Strict>0</Strict>
  355. <EnumInt>0</EnumInt>
  356. <PlainCh>0</PlainCh>
  357. <Ropi>0</Ropi>
  358. <Rwpi>0</Rwpi>
  359. <wLevel>0</wLevel>
  360. <uThumb>0</uThumb>
  361. <uSurpInc>0</uSurpInc>
  362. <uC99>0</uC99>
  363. <uGnu>0</uGnu>
  364. <useXO>0</useXO>
  365. <v6Lang>1</v6Lang>
  366. <v6LangP>1</v6LangP>
  367. <vShortEn>1</vShortEn>
  368. <vShortWch>1</vShortWch>
  369. <v6Lto>0</v6Lto>
  370. <v6WtE>0</v6WtE>
  371. <v6Rtti>0</v6Rtti>
  372. <VariousControls>
  373. <MiscControls></MiscControls>
  374. <Define>RT_USING_ARM_LIBC, USE_STDPERIPH_DRIVER</Define>
  375. <Undefine></Undefine>
  376. <IncludePath>applications;.;drivers;Libraries\STM32F4xx_StdPeriph_Driver\inc;Libraries\CMSIS\ST\STM32F4xx\Include;Libraries\CMSIS\Include;..\..\include;..\..\libcpu\arm\cortex-m4;..\..\libcpu\arm\common;..\..\components\dfs\include;..\..\components\dfs\filesystems\devfs;..\..\components\dfs\filesystems\elmfat;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\finsh;..\..\components\libc\compilers\armlibc;..\..\components\libc\compilers\common;..\..\components\libc\pthreads;..\..\components\libc\time</IncludePath>
  377. </VariousControls>
  378. </Cads>
  379. <Aads>
  380. <interw>1</interw>
  381. <Ropi>0</Ropi>
  382. <Rwpi>0</Rwpi>
  383. <thumb>0</thumb>
  384. <SplitLS>0</SplitLS>
  385. <SwStkChk>0</SwStkChk>
  386. <NoWarn>0</NoWarn>
  387. <uSurpInc>0</uSurpInc>
  388. <useXO>0</useXO>
  389. <uClangAs>0</uClangAs>
  390. <VariousControls>
  391. <MiscControls></MiscControls>
  392. <Define></Define>
  393. <Undefine></Undefine>
  394. <IncludePath></IncludePath>
  395. </VariousControls>
  396. </Aads>
  397. <LDads>
  398. <umfTarg>1</umfTarg>
  399. <Ropi>0</Ropi>
  400. <Rwpi>0</Rwpi>
  401. <noStLib>0</noStLib>
  402. <RepFail>1</RepFail>
  403. <useFile>0</useFile>
  404. <TextAddressRange>0x08000000</TextAddressRange>
  405. <DataAddressRange>0x20000000</DataAddressRange>
  406. <pXoBase></pXoBase>
  407. <ScatterFile></ScatterFile>
  408. <IncludeLibs></IncludeLibs>
  409. <IncludeLibsPath></IncludeLibsPath>
  410. <Misc> --keep *.o(.rti_fn.*) --keep *.o(FSymTab) --keep *.o(VSymTab) </Misc>
  411. <LinkerInputFile></LinkerInputFile>
  412. <DisabledWarnings></DisabledWarnings>
  413. </LDads>
  414. </TargetArmAds>
  415. </TargetOption>
  416. <Groups>
  417. <Group>
  418. <GroupName>Applications</GroupName>
  419. <Files>
  420. <File>
  421. <FileName>main.c</FileName>
  422. <FileType>1</FileType>
  423. <FilePath>applications\main.c</FilePath>
  424. </File>
  425. </Files>
  426. </Group>
  427. <Group>
  428. <GroupName>Drivers</GroupName>
  429. <Files>
  430. <File>
  431. <FileName>board.c</FileName>
  432. <FileType>1</FileType>
  433. <FilePath>drivers\board.c</FilePath>
  434. </File>
  435. <File>
  436. <FileName>stm32f4xx_it.c</FileName>
  437. <FileType>1</FileType>
  438. <FilePath>drivers\stm32f4xx_it.c</FilePath>
  439. </File>
  440. <File>
  441. <FileName>usart.c</FileName>
  442. <FileType>1</FileType>
  443. <FilePath>drivers\usart.c</FilePath>
  444. </File>
  445. <File>
  446. <FileName>gpio.c</FileName>
  447. <FileType>1</FileType>
  448. <FilePath>drivers\gpio.c</FilePath>
  449. </File>
  450. </Files>
  451. </Group>
  452. <Group>
  453. <GroupName>STM32_StdPeriph</GroupName>
  454. <Files>
  455. <File>
  456. <FileName>system_stm32f4xx.c</FileName>
  457. <FileType>1</FileType>
  458. <FilePath>Libraries\CMSIS\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c</FilePath>
  459. </File>
  460. <File>
  461. <FileName>misc.c</FileName>
  462. <FileType>1</FileType>
  463. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\misc.c</FilePath>
  464. </File>
  465. <File>
  466. <FileName>stm32f4xx_adc.c</FileName>
  467. <FileType>1</FileType>
  468. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_adc.c</FilePath>
  469. </File>
  470. <File>
  471. <FileName>stm32f4xx_can.c</FileName>
  472. <FileType>1</FileType>
  473. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_can.c</FilePath>
  474. </File>
  475. <File>
  476. <FileName>stm32f4xx_crc.c</FileName>
  477. <FileType>1</FileType>
  478. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_crc.c</FilePath>
  479. </File>
  480. <File>
  481. <FileName>stm32f4xx_cryp.c</FileName>
  482. <FileType>1</FileType>
  483. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp.c</FilePath>
  484. </File>
  485. <File>
  486. <FileName>stm32f4xx_cryp_aes.c</FileName>
  487. <FileType>1</FileType>
  488. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_aes.c</FilePath>
  489. </File>
  490. <File>
  491. <FileName>stm32f4xx_cryp_des.c</FileName>
  492. <FileType>1</FileType>
  493. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_des.c</FilePath>
  494. </File>
  495. <File>
  496. <FileName>stm32f4xx_cryp_tdes.c</FileName>
  497. <FileType>1</FileType>
  498. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_cryp_tdes.c</FilePath>
  499. </File>
  500. <File>
  501. <FileName>stm32f4xx_dac.c</FileName>
  502. <FileType>1</FileType>
  503. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dac.c</FilePath>
  504. </File>
  505. <File>
  506. <FileName>stm32f4xx_dbgmcu.c</FileName>
  507. <FileType>1</FileType>
  508. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dbgmcu.c</FilePath>
  509. </File>
  510. <File>
  511. <FileName>stm32f4xx_dcmi.c</FileName>
  512. <FileType>1</FileType>
  513. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dcmi.c</FilePath>
  514. </File>
  515. <File>
  516. <FileName>stm32f4xx_dma.c</FileName>
  517. <FileType>1</FileType>
  518. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_dma.c</FilePath>
  519. </File>
  520. <File>
  521. <FileName>stm32f4xx_exti.c</FileName>
  522. <FileType>1</FileType>
  523. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_exti.c</FilePath>
  524. </File>
  525. <File>
  526. <FileName>stm32f4xx_flash.c</FileName>
  527. <FileType>1</FileType>
  528. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_flash.c</FilePath>
  529. </File>
  530. <File>
  531. <FileName>stm32f4xx_fsmc.c</FileName>
  532. <FileType>1</FileType>
  533. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_fsmc.c</FilePath>
  534. </File>
  535. <File>
  536. <FileName>stm32f4xx_gpio.c</FileName>
  537. <FileType>1</FileType>
  538. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_gpio.c</FilePath>
  539. </File>
  540. <File>
  541. <FileName>stm32f4xx_hash.c</FileName>
  542. <FileType>1</FileType>
  543. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash.c</FilePath>
  544. </File>
  545. <File>
  546. <FileName>stm32f4xx_hash_md5.c</FileName>
  547. <FileType>1</FileType>
  548. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash_md5.c</FilePath>
  549. </File>
  550. <File>
  551. <FileName>stm32f4xx_hash_sha1.c</FileName>
  552. <FileType>1</FileType>
  553. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_hash_sha1.c</FilePath>
  554. </File>
  555. <File>
  556. <FileName>stm32f4xx_i2c.c</FileName>
  557. <FileType>1</FileType>
  558. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_i2c.c</FilePath>
  559. </File>
  560. <File>
  561. <FileName>stm32f4xx_iwdg.c</FileName>
  562. <FileType>1</FileType>
  563. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_iwdg.c</FilePath>
  564. </File>
  565. <File>
  566. <FileName>stm32f4xx_pwr.c</FileName>
  567. <FileType>1</FileType>
  568. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_pwr.c</FilePath>
  569. </File>
  570. <File>
  571. <FileName>stm32f4xx_rcc.c</FileName>
  572. <FileType>1</FileType>
  573. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rcc.c</FilePath>
  574. </File>
  575. <File>
  576. <FileName>stm32f4xx_rng.c</FileName>
  577. <FileType>1</FileType>
  578. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rng.c</FilePath>
  579. </File>
  580. <File>
  581. <FileName>stm32f4xx_rtc.c</FileName>
  582. <FileType>1</FileType>
  583. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_rtc.c</FilePath>
  584. </File>
  585. <File>
  586. <FileName>stm32f4xx_sdio.c</FileName>
  587. <FileType>1</FileType>
  588. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_sdio.c</FilePath>
  589. </File>
  590. <File>
  591. <FileName>stm32f4xx_spi.c</FileName>
  592. <FileType>1</FileType>
  593. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_spi.c</FilePath>
  594. </File>
  595. <File>
  596. <FileName>stm32f4xx_syscfg.c</FileName>
  597. <FileType>1</FileType>
  598. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_syscfg.c</FilePath>
  599. </File>
  600. <File>
  601. <FileName>stm32f4xx_tim.c</FileName>
  602. <FileType>1</FileType>
  603. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_tim.c</FilePath>
  604. </File>
  605. <File>
  606. <FileName>stm32f4xx_usart.c</FileName>
  607. <FileType>1</FileType>
  608. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_usart.c</FilePath>
  609. </File>
  610. <File>
  611. <FileName>stm32f4xx_wwdg.c</FileName>
  612. <FileType>1</FileType>
  613. <FilePath>Libraries\STM32F4xx_StdPeriph_Driver\src\stm32f4xx_wwdg.c</FilePath>
  614. </File>
  615. <File>
  616. <FileName>startup_stm32f4xx.s</FileName>
  617. <FileType>2</FileType>
  618. <FilePath>Libraries\CMSIS\ST\STM32F4xx\Source\Templates\arm\startup_stm32f4xx.s</FilePath>
  619. </File>
  620. </Files>
  621. </Group>
  622. <Group>
  623. <GroupName>Kernel</GroupName>
  624. <Files>
  625. <File>
  626. <FileName>clock.c</FileName>
  627. <FileType>1</FileType>
  628. <FilePath>..\..\src\clock.c</FilePath>
  629. </File>
  630. <File>
  631. <FileName>components.c</FileName>
  632. <FileType>1</FileType>
  633. <FilePath>..\..\src\components.c</FilePath>
  634. </File>
  635. <File>
  636. <FileName>device.c</FileName>
  637. <FileType>1</FileType>
  638. <FilePath>..\..\src\device.c</FilePath>
  639. </File>
  640. <File>
  641. <FileName>idle.c</FileName>
  642. <FileType>1</FileType>
  643. <FilePath>..\..\src\idle.c</FilePath>
  644. </File>
  645. <File>
  646. <FileName>ipc.c</FileName>
  647. <FileType>1</FileType>
  648. <FilePath>..\..\src\ipc.c</FilePath>
  649. </File>
  650. <File>
  651. <FileName>irq.c</FileName>
  652. <FileType>1</FileType>
  653. <FilePath>..\..\src\irq.c</FilePath>
  654. </File>
  655. <File>
  656. <FileName>kservice.c</FileName>
  657. <FileType>1</FileType>
  658. <FilePath>..\..\src\kservice.c</FilePath>
  659. </File>
  660. <File>
  661. <FileName>mem.c</FileName>
  662. <FileType>1</FileType>
  663. <FilePath>..\..\src\mem.c</FilePath>
  664. </File>
  665. <File>
  666. <FileName>memheap.c</FileName>
  667. <FileType>1</FileType>
  668. <FilePath>..\..\src\memheap.c</FilePath>
  669. </File>
  670. <File>
  671. <FileName>mempool.c</FileName>
  672. <FileType>1</FileType>
  673. <FilePath>..\..\src\mempool.c</FilePath>
  674. </File>
  675. <File>
  676. <FileName>object.c</FileName>
  677. <FileType>1</FileType>
  678. <FilePath>..\..\src\object.c</FilePath>
  679. </File>
  680. <File>
  681. <FileName>scheduler.c</FileName>
  682. <FileType>1</FileType>
  683. <FilePath>..\..\src\scheduler.c</FilePath>
  684. </File>
  685. <File>
  686. <FileName>signal.c</FileName>
  687. <FileType>1</FileType>
  688. <FilePath>..\..\src\signal.c</FilePath>
  689. </File>
  690. <File>
  691. <FileName>thread.c</FileName>
  692. <FileType>1</FileType>
  693. <FilePath>..\..\src\thread.c</FilePath>
  694. </File>
  695. <File>
  696. <FileName>timer.c</FileName>
  697. <FileType>1</FileType>
  698. <FilePath>..\..\src\timer.c</FilePath>
  699. </File>
  700. </Files>
  701. </Group>
  702. <Group>
  703. <GroupName>CORTEX-M4</GroupName>
  704. <Files>
  705. <File>
  706. <FileName>cpuport.c</FileName>
  707. <FileType>1</FileType>
  708. <FilePath>..\..\libcpu\arm\cortex-m4\cpuport.c</FilePath>
  709. </File>
  710. <File>
  711. <FileName>context_rvds.S</FileName>
  712. <FileType>2</FileType>
  713. <FilePath>..\..\libcpu\arm\cortex-m4\context_rvds.S</FilePath>
  714. </File>
  715. <File>
  716. <FileName>backtrace.c</FileName>
  717. <FileType>1</FileType>
  718. <FilePath>..\..\libcpu\arm\common\backtrace.c</FilePath>
  719. </File>
  720. <File>
  721. <FileName>div0.c</FileName>
  722. <FileType>1</FileType>
  723. <FilePath>..\..\libcpu\arm\common\div0.c</FilePath>
  724. </File>
  725. <File>
  726. <FileName>showmem.c</FileName>
  727. <FileType>1</FileType>
  728. <FilePath>..\..\libcpu\arm\common\showmem.c</FilePath>
  729. </File>
  730. </Files>
  731. </Group>
  732. <Group>
  733. <GroupName>Filesystem</GroupName>
  734. <Files>
  735. <File>
  736. <FileName>dfs.c</FileName>
  737. <FileType>1</FileType>
  738. <FilePath>..\..\components\dfs\src\dfs.c</FilePath>
  739. </File>
  740. <File>
  741. <FileName>dfs_file.c</FileName>
  742. <FileType>1</FileType>
  743. <FilePath>..\..\components\dfs\src\dfs_file.c</FilePath>
  744. </File>
  745. <File>
  746. <FileName>dfs_fs.c</FileName>
  747. <FileType>1</FileType>
  748. <FilePath>..\..\components\dfs\src\dfs_fs.c</FilePath>
  749. </File>
  750. <File>
  751. <FileName>dfs_posix.c</FileName>
  752. <FileType>1</FileType>
  753. <FilePath>..\..\components\dfs\src\dfs_posix.c</FilePath>
  754. </File>
  755. <File>
  756. <FileName>poll.c</FileName>
  757. <FileType>1</FileType>
  758. <FilePath>..\..\components\dfs\src\poll.c</FilePath>
  759. </File>
  760. <File>
  761. <FileName>select.c</FileName>
  762. <FileType>1</FileType>
  763. <FilePath>..\..\components\dfs\src\select.c</FilePath>
  764. </File>
  765. <File>
  766. <FileName>devfs.c</FileName>
  767. <FileType>1</FileType>
  768. <FilePath>..\..\components\dfs\filesystems\devfs\devfs.c</FilePath>
  769. </File>
  770. <File>
  771. <FileName>dfs_elm.c</FileName>
  772. <FileType>1</FileType>
  773. <FilePath>..\..\components\dfs\filesystems\elmfat\dfs_elm.c</FilePath>
  774. </File>
  775. <File>
  776. <FileName>ff.c</FileName>
  777. <FileType>1</FileType>
  778. <FilePath>..\..\components\dfs\filesystems\elmfat\ff.c</FilePath>
  779. </File>
  780. </Files>
  781. </Group>
  782. <Group>
  783. <GroupName>DeviceDrivers</GroupName>
  784. <Files>
  785. <File>
  786. <FileName>pin.c</FileName>
  787. <FileType>1</FileType>
  788. <FilePath>..\..\components\drivers\misc\pin.c</FilePath>
  789. </File>
  790. <File>
  791. <FileName>serial.c</FileName>
  792. <FileType>1</FileType>
  793. <FilePath>..\..\components\drivers\serial\serial.c</FilePath>
  794. </File>
  795. <File>
  796. <FileName>completion.c</FileName>
  797. <FileType>1</FileType>
  798. <FilePath>..\..\components\drivers\src\completion.c</FilePath>
  799. </File>
  800. <File>
  801. <FileName>dataqueue.c</FileName>
  802. <FileType>1</FileType>
  803. <FilePath>..\..\components\drivers\src\dataqueue.c</FilePath>
  804. </File>
  805. <File>
  806. <FileName>pipe.c</FileName>
  807. <FileType>1</FileType>
  808. <FilePath>..\..\components\drivers\src\pipe.c</FilePath>
  809. </File>
  810. <File>
  811. <FileName>ringblk_buf.c</FileName>
  812. <FileType>1</FileType>
  813. <FilePath>..\..\components\drivers\src\ringblk_buf.c</FilePath>
  814. </File>
  815. <File>
  816. <FileName>ringbuffer.c</FileName>
  817. <FileType>1</FileType>
  818. <FilePath>..\..\components\drivers\src\ringbuffer.c</FilePath>
  819. </File>
  820. <File>
  821. <FileName>waitqueue.c</FileName>
  822. <FileType>1</FileType>
  823. <FilePath>..\..\components\drivers\src\waitqueue.c</FilePath>
  824. </File>
  825. <File>
  826. <FileName>workqueue.c</FileName>
  827. <FileType>1</FileType>
  828. <FilePath>..\..\components\drivers\src\workqueue.c</FilePath>
  829. </File>
  830. </Files>
  831. </Group>
  832. <Group>
  833. <GroupName>finsh</GroupName>
  834. <Files>
  835. <File>
  836. <FileName>shell.c</FileName>
  837. <FileType>1</FileType>
  838. <FilePath>..\..\components\finsh\shell.c</FilePath>
  839. </File>
  840. <File>
  841. <FileName>symbol.c</FileName>
  842. <FileType>1</FileType>
  843. <FilePath>..\..\components\finsh\symbol.c</FilePath>
  844. </File>
  845. <File>
  846. <FileName>cmd.c</FileName>
  847. <FileType>1</FileType>
  848. <FilePath>..\..\components\finsh\cmd.c</FilePath>
  849. </File>
  850. <File>
  851. <FileName>msh.c</FileName>
  852. <FileType>1</FileType>
  853. <FilePath>..\..\components\finsh\msh.c</FilePath>
  854. </File>
  855. <File>
  856. <FileName>msh_cmd.c</FileName>
  857. <FileType>1</FileType>
  858. <FilePath>..\..\components\finsh\msh_cmd.c</FilePath>
  859. </File>
  860. <File>
  861. <FileName>msh_file.c</FileName>
  862. <FileType>1</FileType>
  863. <FilePath>..\..\components\finsh\msh_file.c</FilePath>
  864. </File>
  865. <File>
  866. <FileName>finsh_compiler.c</FileName>
  867. <FileType>1</FileType>
  868. <FilePath>..\..\components\finsh\finsh_compiler.c</FilePath>
  869. </File>
  870. <File>
  871. <FileName>finsh_error.c</FileName>
  872. <FileType>1</FileType>
  873. <FilePath>..\..\components\finsh\finsh_error.c</FilePath>
  874. </File>
  875. <File>
  876. <FileName>finsh_heap.c</FileName>
  877. <FileType>1</FileType>
  878. <FilePath>..\..\components\finsh\finsh_heap.c</FilePath>
  879. </File>
  880. <File>
  881. <FileName>finsh_init.c</FileName>
  882. <FileType>1</FileType>
  883. <FilePath>..\..\components\finsh\finsh_init.c</FilePath>
  884. </File>
  885. <File>
  886. <FileName>finsh_node.c</FileName>
  887. <FileType>1</FileType>
  888. <FilePath>..\..\components\finsh\finsh_node.c</FilePath>
  889. </File>
  890. <File>
  891. <FileName>finsh_ops.c</FileName>
  892. <FileType>1</FileType>
  893. <FilePath>..\..\components\finsh\finsh_ops.c</FilePath>
  894. </File>
  895. <File>
  896. <FileName>finsh_parser.c</FileName>
  897. <FileType>1</FileType>
  898. <FilePath>..\..\components\finsh\finsh_parser.c</FilePath>
  899. </File>
  900. <File>
  901. <FileName>finsh_var.c</FileName>
  902. <FileType>1</FileType>
  903. <FilePath>..\..\components\finsh\finsh_var.c</FilePath>
  904. </File>
  905. <File>
  906. <FileName>finsh_vm.c</FileName>
  907. <FileType>1</FileType>
  908. <FilePath>..\..\components\finsh\finsh_vm.c</FilePath>
  909. </File>
  910. <File>
  911. <FileName>finsh_token.c</FileName>
  912. <FileType>1</FileType>
  913. <FilePath>..\..\components\finsh\finsh_token.c</FilePath>
  914. </File>
  915. </Files>
  916. </Group>
  917. <Group>
  918. <GroupName>libc</GroupName>
  919. <Files>
  920. <File>
  921. <FileName>libc.c</FileName>
  922. <FileType>1</FileType>
  923. <FilePath>..\..\components\libc\compilers\armlibc\libc.c</FilePath>
  924. </File>
  925. <File>
  926. <FileName>mem_std.c</FileName>
  927. <FileType>1</FileType>
  928. <FilePath>..\..\components\libc\compilers\armlibc\mem_std.c</FilePath>
  929. </File>
  930. <File>
  931. <FileName>stdio.c</FileName>
  932. <FileType>1</FileType>
  933. <FilePath>..\..\components\libc\compilers\armlibc\stdio.c</FilePath>
  934. </File>
  935. <File>
  936. <FileName>stubs.c</FileName>
  937. <FileType>1</FileType>
  938. <FilePath>..\..\components\libc\compilers\armlibc\stubs.c</FilePath>
  939. </File>
  940. <File>
  941. <FileName>time.c</FileName>
  942. <FileType>1</FileType>
  943. <FilePath>..\..\components\libc\compilers\armlibc\time.c</FilePath>
  944. </File>
  945. <File>
  946. <FileName>gmtime_r.c</FileName>
  947. <FileType>1</FileType>
  948. <FilePath>..\..\components\libc\compilers\common\gmtime_r.c</FilePath>
  949. </File>
  950. </Files>
  951. </Group>
  952. <Group>
  953. <GroupName>pthreads</GroupName>
  954. <Files>
  955. <File>
  956. <FileName>mqueue.c</FileName>
  957. <FileType>1</FileType>
  958. <FilePath>..\..\components\libc\pthreads\mqueue.c</FilePath>
  959. </File>
  960. <File>
  961. <FileName>pthread.c</FileName>
  962. <FileType>1</FileType>
  963. <FilePath>..\..\components\libc\pthreads\pthread.c</FilePath>
  964. </File>
  965. <File>
  966. <FileName>pthread_attr.c</FileName>
  967. <FileType>1</FileType>
  968. <FilePath>..\..\components\libc\pthreads\pthread_attr.c</FilePath>
  969. </File>
  970. <File>
  971. <FileName>pthread_barrier.c</FileName>
  972. <FileType>1</FileType>
  973. <FilePath>..\..\components\libc\pthreads\pthread_barrier.c</FilePath>
  974. </File>
  975. <File>
  976. <FileName>pthread_cond.c</FileName>
  977. <FileType>1</FileType>
  978. <FilePath>..\..\components\libc\pthreads\pthread_cond.c</FilePath>
  979. </File>
  980. <File>
  981. <FileName>pthread_mutex.c</FileName>
  982. <FileType>1</FileType>
  983. <FilePath>..\..\components\libc\pthreads\pthread_mutex.c</FilePath>
  984. </File>
  985. <File>
  986. <FileName>pthread_rwlock.c</FileName>
  987. <FileType>1</FileType>
  988. <FilePath>..\..\components\libc\pthreads\pthread_rwlock.c</FilePath>
  989. </File>
  990. <File>
  991. <FileName>pthread_spin.c</FileName>
  992. <FileType>1</FileType>
  993. <FilePath>..\..\components\libc\pthreads\pthread_spin.c</FilePath>
  994. </File>
  995. <File>
  996. <FileName>pthread_tls.c</FileName>
  997. <FileType>1</FileType>
  998. <FilePath>..\..\components\libc\pthreads\pthread_tls.c</FilePath>
  999. </File>
  1000. <File>
  1001. <FileName>sched.c</FileName>
  1002. <FileType>1</FileType>
  1003. <FilePath>..\..\components\libc\pthreads\sched.c</FilePath>
  1004. </File>
  1005. <File>
  1006. <FileName>semaphore.c</FileName>
  1007. <FileType>1</FileType>
  1008. <FilePath>..\..\components\libc\pthreads\semaphore.c</FilePath>
  1009. </File>
  1010. <File>
  1011. <FileName>clock_time.c</FileName>
  1012. <FileType>1</FileType>
  1013. <FilePath>..\..\components\libc\time\clock_time.c</FilePath>
  1014. </File>
  1015. <File>
  1016. <FileName>posix_sleep.c</FileName>
  1017. <FileType>1</FileType>
  1018. <FilePath>..\..\components\libc\time\posix_sleep.c</FilePath>
  1019. </File>
  1020. </Files>
  1021. </Group>
  1022. </Groups>
  1023. </Target>
  1024. </Targets>
  1025. </Project>