project.uvproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973
  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 STM32</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <pCCUsed>5060528::V5.06 update 5 (build 528)::ARMCC</pCCUsed>
  11. <uAC6>0</uAC6>
  12. <TargetOption>
  13. <TargetCommonOption>
  14. <Device>STM32F207VG</Device>
  15. <Vendor>STMicroelectronics</Vendor>
  16. <Cpu>IRAM(0x20000000-0x2001FFFF) IROM(0x8000000-0x80FFFFF) CLOCK(25000000) CPUTYPE("Cortex-M3")</Cpu>
  17. <FlashUtilSpec></FlashUtilSpec>
  18. <StartupFile>"STARTUP\ST\STM32F2xx\startup_stm32f2xx.s" ("STM32F2xx Startup Code")</StartupFile>
  19. <FlashDriverDll>UL2CM3(-O207 -S0 -C0 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000)</FlashDriverDll>
  20. <DeviceId>5118</DeviceId>
  21. <RegisterFile>stm32f2xx.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\STM32F2xx\STM32F2xx.sfr</SFDFile>
  32. <bCustSvd>0</bCustSvd>
  33. <UseEnv>0</UseEnv>
  34. <BinPath></BinPath>
  35. <IncludePath></IncludePath>
  36. <LibPath></LibPath>
  37. <RegisterFilePath>ST\STM32F2xx\</RegisterFilePath>
  38. <DBRegisterFilePath>ST\STM32F2xx\</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-stm32</OutputName>
  48. <CreateExecutable>1</CreateExecutable>
  49. <CreateLib>0</CreateLib>
  50. <CreateHexFile>0</CreateHexFile>
  51. <DebugInformation>1</DebugInformation>
  52. <BrowseInformation>0</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>DARMSTM.DLL</SimDlgDll>
  110. <SimDlgDllArguments>-pSTM32F207VG</SimDlgDllArguments>
  111. <TargetDllName>SARMCM3.DLL</TargetDllName>
  112. <TargetDllArguments>-MPU</TargetDllArguments>
  113. <TargetDlgDll>TARMSTM.DLL</TargetDlgDll>
  114. <TargetDlgDllArguments>-pSTM32F207VG</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>0</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>3</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>Segger\JL2CM3.dll</Driver>
  164. </TargetDlls>
  165. </DebugOption>
  166. <Utilities>
  167. <Flash1>
  168. <UseTargetDll>1</UseTargetDll>
  169. <UseExternalTool>0</UseExternalTool>
  170. <RunIndependent>0</RunIndependent>
  171. <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
  172. <Capability>1</Capability>
  173. <DriverSelection>4099</DriverSelection>
  174. </Flash1>
  175. <bUseTDR>0</bUseTDR>
  176. <Flash2>Segger\JL2CM3.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-M3"</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>0</RvdsVP>
  223. <hadIRAM2>0</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>0x0</StartAddress>
  343. <Size>0x0</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. <useXO>0</useXO>
  364. <v6Lang>1</v6Lang>
  365. <v6LangP>1</v6LangP>
  366. <vShortEn>1</vShortEn>
  367. <vShortWch>1</vShortWch>
  368. <v6Lto>0</v6Lto>
  369. <v6WtE>0</v6WtE>
  370. <v6Rtti>0</v6Rtti>
  371. <VariousControls>
  372. <MiscControls></MiscControls>
  373. <Define>RT_USING_ARM_LIBC, USE_STDPERIPH_DRIVER</Define>
  374. <Undefine></Undefine>
  375. <IncludePath>applications;.;Drivers;Libraries\STM32F2xx_StdPeriph_Driver\inc;Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F2xx;..\..\components\CMSIS\Include;..\..\include;..\..\libcpu\arm\cortex-m3;..\..\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</IncludePath>
  376. </VariousControls>
  377. </Cads>
  378. <Aads>
  379. <interw>1</interw>
  380. <Ropi>0</Ropi>
  381. <Rwpi>0</Rwpi>
  382. <thumb>0</thumb>
  383. <SplitLS>0</SplitLS>
  384. <SwStkChk>0</SwStkChk>
  385. <NoWarn>0</NoWarn>
  386. <uSurpInc>0</uSurpInc>
  387. <useXO>0</useXO>
  388. <uClangAs>0</uClangAs>
  389. <VariousControls>
  390. <MiscControls></MiscControls>
  391. <Define></Define>
  392. <Undefine></Undefine>
  393. <IncludePath></IncludePath>
  394. </VariousControls>
  395. </Aads>
  396. <LDads>
  397. <umfTarg>1</umfTarg>
  398. <Ropi>0</Ropi>
  399. <Rwpi>0</Rwpi>
  400. <noStLib>0</noStLib>
  401. <RepFail>1</RepFail>
  402. <useFile>0</useFile>
  403. <TextAddressRange>0x08000000</TextAddressRange>
  404. <DataAddressRange>0x20000000</DataAddressRange>
  405. <pXoBase></pXoBase>
  406. <ScatterFile></ScatterFile>
  407. <IncludeLibs></IncludeLibs>
  408. <IncludeLibsPath></IncludeLibsPath>
  409. <Misc> --keep *.o(FSymTab) --keep *.o(VSymTab) </Misc>
  410. <LinkerInputFile></LinkerInputFile>
  411. <DisabledWarnings></DisabledWarnings>
  412. </LDads>
  413. </TargetArmAds>
  414. </TargetOption>
  415. <Groups>
  416. <Group>
  417. <GroupName>Applications</GroupName>
  418. <Files>
  419. <File>
  420. <FileName>application.c</FileName>
  421. <FileType>1</FileType>
  422. <FilePath>applications\application.c</FilePath>
  423. </File>
  424. <File>
  425. <FileName>startup.c</FileName>
  426. <FileType>1</FileType>
  427. <FilePath>applications\startup.c</FilePath>
  428. </File>
  429. </Files>
  430. </Group>
  431. <Group>
  432. <GroupName>Drivers</GroupName>
  433. <Files>
  434. <File>
  435. <FileName>24LCxx.c</FileName>
  436. <FileType>1</FileType>
  437. <FilePath>Drivers\24LCxx.c</FilePath>
  438. </File>
  439. <File>
  440. <FileName>FM25Lx.c</FileName>
  441. <FileType>1</FileType>
  442. <FilePath>Drivers\FM25Lx.c</FilePath>
  443. </File>
  444. <File>
  445. <FileName>board.c</FileName>
  446. <FileType>1</FileType>
  447. <FilePath>Drivers\board.c</FilePath>
  448. </File>
  449. <File>
  450. <FileName>drv_rtc.c</FileName>
  451. <FileType>1</FileType>
  452. <FilePath>Drivers\drv_rtc.c</FilePath>
  453. </File>
  454. <File>
  455. <FileName>i2c.c</FileName>
  456. <FileType>1</FileType>
  457. <FilePath>Drivers\i2c.c</FilePath>
  458. </File>
  459. <File>
  460. <FileName>sdio_sd.c</FileName>
  461. <FileType>1</FileType>
  462. <FilePath>Drivers\sdio_sd.c</FilePath>
  463. </File>
  464. <File>
  465. <FileName>serial.c</FileName>
  466. <FileType>1</FileType>
  467. <FilePath>Drivers\serial.c</FilePath>
  468. </File>
  469. <File>
  470. <FileName>stm32f2xx_it.c</FileName>
  471. <FileType>1</FileType>
  472. <FilePath>Drivers\stm32f2xx_it.c</FilePath>
  473. </File>
  474. <File>
  475. <FileName>usart.c</FileName>
  476. <FileType>1</FileType>
  477. <FilePath>Drivers\usart.c</FilePath>
  478. </File>
  479. </Files>
  480. </Group>
  481. <Group>
  482. <GroupName>STM32_StdPeriph</GroupName>
  483. <Files>
  484. <File>
  485. <FileName>system_stm32f2xx.c</FileName>
  486. <FileType>1</FileType>
  487. <FilePath>Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F2xx\system_stm32f2xx.c</FilePath>
  488. </File>
  489. <File>
  490. <FileName>misc.c</FileName>
  491. <FileType>1</FileType>
  492. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\misc.c</FilePath>
  493. </File>
  494. <File>
  495. <FileName>stm32f2xx_adc.c</FileName>
  496. <FileType>1</FileType>
  497. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_adc.c</FilePath>
  498. </File>
  499. <File>
  500. <FileName>stm32f2xx_can.c</FileName>
  501. <FileType>1</FileType>
  502. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_can.c</FilePath>
  503. </File>
  504. <File>
  505. <FileName>stm32f2xx_crc.c</FileName>
  506. <FileType>1</FileType>
  507. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_crc.c</FilePath>
  508. </File>
  509. <File>
  510. <FileName>stm32f2xx_cryp.c</FileName>
  511. <FileType>1</FileType>
  512. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_cryp.c</FilePath>
  513. </File>
  514. <File>
  515. <FileName>stm32f2xx_cryp_aes.c</FileName>
  516. <FileType>1</FileType>
  517. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_cryp_aes.c</FilePath>
  518. </File>
  519. <File>
  520. <FileName>stm32f2xx_cryp_des.c</FileName>
  521. <FileType>1</FileType>
  522. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_cryp_des.c</FilePath>
  523. </File>
  524. <File>
  525. <FileName>stm32f2xx_cryp_tdes.c</FileName>
  526. <FileType>1</FileType>
  527. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_cryp_tdes.c</FilePath>
  528. </File>
  529. <File>
  530. <FileName>stm32f2xx_dac.c</FileName>
  531. <FileType>1</FileType>
  532. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_dac.c</FilePath>
  533. </File>
  534. <File>
  535. <FileName>stm32f2xx_dbgmcu.c</FileName>
  536. <FileType>1</FileType>
  537. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_dbgmcu.c</FilePath>
  538. </File>
  539. <File>
  540. <FileName>stm32f2xx_dcmi.c</FileName>
  541. <FileType>1</FileType>
  542. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_dcmi.c</FilePath>
  543. </File>
  544. <File>
  545. <FileName>stm32f2xx_dma.c</FileName>
  546. <FileType>1</FileType>
  547. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_dma.c</FilePath>
  548. </File>
  549. <File>
  550. <FileName>stm32f2xx_exti.c</FileName>
  551. <FileType>1</FileType>
  552. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_exti.c</FilePath>
  553. </File>
  554. <File>
  555. <FileName>stm32f2xx_flash.c</FileName>
  556. <FileType>1</FileType>
  557. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_flash.c</FilePath>
  558. </File>
  559. <File>
  560. <FileName>stm32f2xx_fsmc.c</FileName>
  561. <FileType>1</FileType>
  562. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_fsmc.c</FilePath>
  563. </File>
  564. <File>
  565. <FileName>stm32f2xx_gpio.c</FileName>
  566. <FileType>1</FileType>
  567. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_gpio.c</FilePath>
  568. </File>
  569. <File>
  570. <FileName>stm32f2xx_hash.c</FileName>
  571. <FileType>1</FileType>
  572. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_hash.c</FilePath>
  573. </File>
  574. <File>
  575. <FileName>stm32f2xx_hash_md5.c</FileName>
  576. <FileType>1</FileType>
  577. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_hash_md5.c</FilePath>
  578. </File>
  579. <File>
  580. <FileName>stm32f2xx_hash_sha1.c</FileName>
  581. <FileType>1</FileType>
  582. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_hash_sha1.c</FilePath>
  583. </File>
  584. <File>
  585. <FileName>stm32f2xx_i2c.c</FileName>
  586. <FileType>1</FileType>
  587. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_i2c.c</FilePath>
  588. </File>
  589. <File>
  590. <FileName>stm32f2xx_iwdg.c</FileName>
  591. <FileType>1</FileType>
  592. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_iwdg.c</FilePath>
  593. </File>
  594. <File>
  595. <FileName>stm32f2xx_pwr.c</FileName>
  596. <FileType>1</FileType>
  597. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_pwr.c</FilePath>
  598. </File>
  599. <File>
  600. <FileName>stm32f2xx_rcc.c</FileName>
  601. <FileType>1</FileType>
  602. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_rcc.c</FilePath>
  603. </File>
  604. <File>
  605. <FileName>stm32f2xx_rng.c</FileName>
  606. <FileType>1</FileType>
  607. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_rng.c</FilePath>
  608. </File>
  609. <File>
  610. <FileName>stm32f2xx_rtc.c</FileName>
  611. <FileType>1</FileType>
  612. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_rtc.c</FilePath>
  613. </File>
  614. <File>
  615. <FileName>stm32f2xx_sdio.c</FileName>
  616. <FileType>1</FileType>
  617. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_sdio.c</FilePath>
  618. </File>
  619. <File>
  620. <FileName>stm32f2xx_spi.c</FileName>
  621. <FileType>1</FileType>
  622. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_spi.c</FilePath>
  623. </File>
  624. <File>
  625. <FileName>stm32f2xx_syscfg.c</FileName>
  626. <FileType>1</FileType>
  627. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_syscfg.c</FilePath>
  628. </File>
  629. <File>
  630. <FileName>stm32f2xx_tim.c</FileName>
  631. <FileType>1</FileType>
  632. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_tim.c</FilePath>
  633. </File>
  634. <File>
  635. <FileName>stm32f2xx_usart.c</FileName>
  636. <FileType>1</FileType>
  637. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_usart.c</FilePath>
  638. </File>
  639. <File>
  640. <FileName>stm32f2xx_wwdg.c</FileName>
  641. <FileType>1</FileType>
  642. <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_wwdg.c</FilePath>
  643. </File>
  644. <File>
  645. <FileName>startup_stm32f2xx.s</FileName>
  646. <FileType>2</FileType>
  647. <FilePath>Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F2xx\startup\arm\startup_stm32f2xx.s</FilePath>
  648. </File>
  649. </Files>
  650. </Group>
  651. <Group>
  652. <GroupName>Kernel</GroupName>
  653. <Files>
  654. <File>
  655. <FileName>clock.c</FileName>
  656. <FileType>1</FileType>
  657. <FilePath>..\..\src\clock.c</FilePath>
  658. </File>
  659. <File>
  660. <FileName>device.c</FileName>
  661. <FileType>1</FileType>
  662. <FilePath>..\..\src\device.c</FilePath>
  663. </File>
  664. <File>
  665. <FileName>idle.c</FileName>
  666. <FileType>1</FileType>
  667. <FilePath>..\..\src\idle.c</FilePath>
  668. </File>
  669. <File>
  670. <FileName>ipc.c</FileName>
  671. <FileType>1</FileType>
  672. <FilePath>..\..\src\ipc.c</FilePath>
  673. </File>
  674. <File>
  675. <FileName>irq.c</FileName>
  676. <FileType>1</FileType>
  677. <FilePath>..\..\src\irq.c</FilePath>
  678. </File>
  679. <File>
  680. <FileName>kservice.c</FileName>
  681. <FileType>1</FileType>
  682. <FilePath>..\..\src\kservice.c</FilePath>
  683. </File>
  684. <File>
  685. <FileName>mem.c</FileName>
  686. <FileType>1</FileType>
  687. <FilePath>..\..\src\mem.c</FilePath>
  688. </File>
  689. <File>
  690. <FileName>mempool.c</FileName>
  691. <FileType>1</FileType>
  692. <FilePath>..\..\src\mempool.c</FilePath>
  693. </File>
  694. <File>
  695. <FileName>object.c</FileName>
  696. <FileType>1</FileType>
  697. <FilePath>..\..\src\object.c</FilePath>
  698. </File>
  699. <File>
  700. <FileName>scheduler.c</FileName>
  701. <FileType>1</FileType>
  702. <FilePath>..\..\src\scheduler.c</FilePath>
  703. </File>
  704. <File>
  705. <FileName>signal.c</FileName>
  706. <FileType>1</FileType>
  707. <FilePath>..\..\src\signal.c</FilePath>
  708. </File>
  709. <File>
  710. <FileName>thread.c</FileName>
  711. <FileType>1</FileType>
  712. <FilePath>..\..\src\thread.c</FilePath>
  713. </File>
  714. <File>
  715. <FileName>timer.c</FileName>
  716. <FileType>1</FileType>
  717. <FilePath>..\..\src\timer.c</FilePath>
  718. </File>
  719. </Files>
  720. </Group>
  721. <Group>
  722. <GroupName>CORTEX-M3</GroupName>
  723. <Files>
  724. <File>
  725. <FileName>cpuport.c</FileName>
  726. <FileType>1</FileType>
  727. <FilePath>..\..\libcpu\arm\cortex-m3\cpuport.c</FilePath>
  728. </File>
  729. <File>
  730. <FileName>context_rvds.S</FileName>
  731. <FileType>2</FileType>
  732. <FilePath>..\..\libcpu\arm\cortex-m3\context_rvds.S</FilePath>
  733. </File>
  734. <File>
  735. <FileName>backtrace.c</FileName>
  736. <FileType>1</FileType>
  737. <FilePath>..\..\libcpu\arm\common\backtrace.c</FilePath>
  738. </File>
  739. <File>
  740. <FileName>div0.c</FileName>
  741. <FileType>1</FileType>
  742. <FilePath>..\..\libcpu\arm\common\div0.c</FilePath>
  743. </File>
  744. <File>
  745. <FileName>showmem.c</FileName>
  746. <FileType>1</FileType>
  747. <FilePath>..\..\libcpu\arm\common\showmem.c</FilePath>
  748. </File>
  749. </Files>
  750. </Group>
  751. <Group>
  752. <GroupName>Filesystem</GroupName>
  753. <Files>
  754. <File>
  755. <FileName>dfs.c</FileName>
  756. <FileType>1</FileType>
  757. <FilePath>..\..\components\dfs\src\dfs.c</FilePath>
  758. </File>
  759. <File>
  760. <FileName>dfs_file.c</FileName>
  761. <FileType>1</FileType>
  762. <FilePath>..\..\components\dfs\src\dfs_file.c</FilePath>
  763. </File>
  764. <File>
  765. <FileName>dfs_fs.c</FileName>
  766. <FileType>1</FileType>
  767. <FilePath>..\..\components\dfs\src\dfs_fs.c</FilePath>
  768. </File>
  769. <File>
  770. <FileName>dfs_posix.c</FileName>
  771. <FileType>1</FileType>
  772. <FilePath>..\..\components\dfs\src\dfs_posix.c</FilePath>
  773. </File>
  774. <File>
  775. <FileName>poll.c</FileName>
  776. <FileType>1</FileType>
  777. <FilePath>..\..\components\dfs\src\poll.c</FilePath>
  778. </File>
  779. <File>
  780. <FileName>select.c</FileName>
  781. <FileType>1</FileType>
  782. <FilePath>..\..\components\dfs\src\select.c</FilePath>
  783. </File>
  784. <File>
  785. <FileName>devfs.c</FileName>
  786. <FileType>1</FileType>
  787. <FilePath>..\..\components\dfs\filesystems\devfs\devfs.c</FilePath>
  788. </File>
  789. <File>
  790. <FileName>dfs_elm.c</FileName>
  791. <FileType>1</FileType>
  792. <FilePath>..\..\components\dfs\filesystems\elmfat\dfs_elm.c</FilePath>
  793. </File>
  794. <File>
  795. <FileName>ff.c</FileName>
  796. <FileType>1</FileType>
  797. <FilePath>..\..\components\dfs\filesystems\elmfat\ff.c</FilePath>
  798. </File>
  799. </Files>
  800. </Group>
  801. <Group>
  802. <GroupName>DeviceDrivers</GroupName>
  803. <Files>
  804. <File>
  805. <FileName>pin.c</FileName>
  806. <FileType>1</FileType>
  807. <FilePath>..\..\components\drivers\misc\pin.c</FilePath>
  808. </File>
  809. <File>
  810. <FileName>rtc.c</FileName>
  811. <FileType>1</FileType>
  812. <FilePath>..\..\components\drivers\rtc\rtc.c</FilePath>
  813. </File>
  814. <File>
  815. <FileName>completion.c</FileName>
  816. <FileType>1</FileType>
  817. <FilePath>..\..\components\drivers\src\completion.c</FilePath>
  818. </File>
  819. <File>
  820. <FileName>dataqueue.c</FileName>
  821. <FileType>1</FileType>
  822. <FilePath>..\..\components\drivers\src\dataqueue.c</FilePath>
  823. </File>
  824. <File>
  825. <FileName>pipe.c</FileName>
  826. <FileType>1</FileType>
  827. <FilePath>..\..\components\drivers\src\pipe.c</FilePath>
  828. </File>
  829. <File>
  830. <FileName>ringbuffer.c</FileName>
  831. <FileType>1</FileType>
  832. <FilePath>..\..\components\drivers\src\ringbuffer.c</FilePath>
  833. </File>
  834. <File>
  835. <FileName>waitqueue.c</FileName>
  836. <FileType>1</FileType>
  837. <FilePath>..\..\components\drivers\src\waitqueue.c</FilePath>
  838. </File>
  839. <File>
  840. <FileName>workqueue.c</FileName>
  841. <FileType>1</FileType>
  842. <FilePath>..\..\components\drivers\src\workqueue.c</FilePath>
  843. </File>
  844. </Files>
  845. </Group>
  846. <Group>
  847. <GroupName>finsh</GroupName>
  848. <Files>
  849. <File>
  850. <FileName>shell.c</FileName>
  851. <FileType>1</FileType>
  852. <FilePath>..\..\components\finsh\shell.c</FilePath>
  853. </File>
  854. <File>
  855. <FileName>symbol.c</FileName>
  856. <FileType>1</FileType>
  857. <FilePath>..\..\components\finsh\symbol.c</FilePath>
  858. </File>
  859. <File>
  860. <FileName>cmd.c</FileName>
  861. <FileType>1</FileType>
  862. <FilePath>..\..\components\finsh\cmd.c</FilePath>
  863. </File>
  864. <File>
  865. <FileName>msh.c</FileName>
  866. <FileType>1</FileType>
  867. <FilePath>..\..\components\finsh\msh.c</FilePath>
  868. </File>
  869. <File>
  870. <FileName>msh_cmd.c</FileName>
  871. <FileType>1</FileType>
  872. <FilePath>..\..\components\finsh\msh_cmd.c</FilePath>
  873. </File>
  874. <File>
  875. <FileName>msh_file.c</FileName>
  876. <FileType>1</FileType>
  877. <FilePath>..\..\components\finsh\msh_file.c</FilePath>
  878. </File>
  879. <File>
  880. <FileName>finsh_compiler.c</FileName>
  881. <FileType>1</FileType>
  882. <FilePath>..\..\components\finsh\finsh_compiler.c</FilePath>
  883. </File>
  884. <File>
  885. <FileName>finsh_error.c</FileName>
  886. <FileType>1</FileType>
  887. <FilePath>..\..\components\finsh\finsh_error.c</FilePath>
  888. </File>
  889. <File>
  890. <FileName>finsh_heap.c</FileName>
  891. <FileType>1</FileType>
  892. <FilePath>..\..\components\finsh\finsh_heap.c</FilePath>
  893. </File>
  894. <File>
  895. <FileName>finsh_init.c</FileName>
  896. <FileType>1</FileType>
  897. <FilePath>..\..\components\finsh\finsh_init.c</FilePath>
  898. </File>
  899. <File>
  900. <FileName>finsh_node.c</FileName>
  901. <FileType>1</FileType>
  902. <FilePath>..\..\components\finsh\finsh_node.c</FilePath>
  903. </File>
  904. <File>
  905. <FileName>finsh_ops.c</FileName>
  906. <FileType>1</FileType>
  907. <FilePath>..\..\components\finsh\finsh_ops.c</FilePath>
  908. </File>
  909. <File>
  910. <FileName>finsh_parser.c</FileName>
  911. <FileType>1</FileType>
  912. <FilePath>..\..\components\finsh\finsh_parser.c</FilePath>
  913. </File>
  914. <File>
  915. <FileName>finsh_var.c</FileName>
  916. <FileType>1</FileType>
  917. <FilePath>..\..\components\finsh\finsh_var.c</FilePath>
  918. </File>
  919. <File>
  920. <FileName>finsh_vm.c</FileName>
  921. <FileType>1</FileType>
  922. <FilePath>..\..\components\finsh\finsh_vm.c</FilePath>
  923. </File>
  924. <File>
  925. <FileName>finsh_token.c</FileName>
  926. <FileType>1</FileType>
  927. <FilePath>..\..\components\finsh\finsh_token.c</FilePath>
  928. </File>
  929. </Files>
  930. </Group>
  931. <Group>
  932. <GroupName>libc</GroupName>
  933. <Files>
  934. <File>
  935. <FileName>libc.c</FileName>
  936. <FileType>1</FileType>
  937. <FilePath>..\..\components\libc\compilers\armlibc\libc.c</FilePath>
  938. </File>
  939. <File>
  940. <FileName>libc_syms.c</FileName>
  941. <FileType>1</FileType>
  942. <FilePath>..\..\components\libc\compilers\armlibc\libc_syms.c</FilePath>
  943. </File>
  944. <File>
  945. <FileName>mem_std.c</FileName>
  946. <FileType>1</FileType>
  947. <FilePath>..\..\components\libc\compilers\armlibc\mem_std.c</FilePath>
  948. </File>
  949. <File>
  950. <FileName>stdio.c</FileName>
  951. <FileType>1</FileType>
  952. <FilePath>..\..\components\libc\compilers\armlibc\stdio.c</FilePath>
  953. </File>
  954. <File>
  955. <FileName>stubs.c</FileName>
  956. <FileType>1</FileType>
  957. <FilePath>..\..\components\libc\compilers\armlibc\stubs.c</FilePath>
  958. </File>
  959. <File>
  960. <FileName>time.c</FileName>
  961. <FileType>1</FileType>
  962. <FilePath>..\..\components\libc\compilers\armlibc\time.c</FilePath>
  963. </File>
  964. </Files>
  965. </Group>
  966. </Groups>
  967. </Target>
  968. </Targets>
  969. </Project>