project.uvprojx 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826
  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>rtthread-stm32</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <TargetOption>
  11. <TargetCommonOption>
  12. <Device>STM32F103ZE</Device>
  13. <Vendor>STMicroelectronics</Vendor>
  14. <PackID>Keil.STM32F1xx_DFP.1.1.0</PackID>
  15. <PackURL>http://www.keil.com/pack/</PackURL>
  16. <Cpu>IROM(0x08000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
  17. <FlashUtilSpec></FlashUtilSpec>
  18. <StartupFile></StartupFile>
  19. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F10x_512 -FS08000000 -FL080000 -FP0($$Device:STM32F103ZE$Flash\STM32F10x_512.FLM))</FlashDriverDll>
  20. <DeviceId>0</DeviceId>
  21. <RegisterFile>$$Device:STM32F103ZE$Device\Include\stm32f10x.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>$$Device:STM32F103ZE$SVD\STM32F103xx.svd</SFDFile>
  32. <bCustSvd>0</bCustSvd>
  33. <UseEnv>0</UseEnv>
  34. <BinPath></BinPath>
  35. <IncludePath></IncludePath>
  36. <LibPath></LibPath>
  37. <RegisterFilePath></RegisterFilePath>
  38. <DBRegisterFilePath></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> -REMAP</SimDllArguments>
  109. <SimDlgDll>DCM.DLL</SimDlgDll>
  110. <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
  111. <TargetDllName>SARMCM3.DLL</TargetDllName>
  112. <TargetDllArguments></TargetDllArguments>
  113. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  114. <TargetDlgDllArguments>-pCM3</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>BIN\UL2CM3.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>4096</DriverSelection>
  174. </Flash1>
  175. <bUseTDR>1</bUseTDR>
  176. <Flash2>BIN\UL2CM3.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>1</useUlib>
  227. <EndSel>0</EndSel>
  228. <uLtcg>0</uLtcg>
  229. <RoSelD>3</RoSelD>
  230. <RwSelD>3</RwSelD>
  231. <CodeSel>0</CodeSel>
  232. <OptFeed>0</OptFeed>
  233. <NoZi1>0</NoZi1>
  234. <NoZi2>0</NoZi2>
  235. <NoZi3>0</NoZi3>
  236. <NoZi4>0</NoZi4>
  237. <NoZi5>0</NoZi5>
  238. <Ro1Chk>0</Ro1Chk>
  239. <Ro2Chk>0</Ro2Chk>
  240. <Ro3Chk>0</Ro3Chk>
  241. <Ir1Chk>1</Ir1Chk>
  242. <Ir2Chk>0</Ir2Chk>
  243. <Ra1Chk>0</Ra1Chk>
  244. <Ra2Chk>0</Ra2Chk>
  245. <Ra3Chk>0</Ra3Chk>
  246. <Im1Chk>1</Im1Chk>
  247. <Im2Chk>0</Im2Chk>
  248. <OnChipMemories>
  249. <Ocm1>
  250. <Type>0</Type>
  251. <StartAddress>0x0</StartAddress>
  252. <Size>0x0</Size>
  253. </Ocm1>
  254. <Ocm2>
  255. <Type>0</Type>
  256. <StartAddress>0x0</StartAddress>
  257. <Size>0x0</Size>
  258. </Ocm2>
  259. <Ocm3>
  260. <Type>0</Type>
  261. <StartAddress>0x0</StartAddress>
  262. <Size>0x0</Size>
  263. </Ocm3>
  264. <Ocm4>
  265. <Type>0</Type>
  266. <StartAddress>0x0</StartAddress>
  267. <Size>0x0</Size>
  268. </Ocm4>
  269. <Ocm5>
  270. <Type>0</Type>
  271. <StartAddress>0x0</StartAddress>
  272. <Size>0x0</Size>
  273. </Ocm5>
  274. <Ocm6>
  275. <Type>0</Type>
  276. <StartAddress>0x0</StartAddress>
  277. <Size>0x0</Size>
  278. </Ocm6>
  279. <IRAM>
  280. <Type>0</Type>
  281. <StartAddress>0x20000000</StartAddress>
  282. <Size>0x10000</Size>
  283. </IRAM>
  284. <IROM>
  285. <Type>1</Type>
  286. <StartAddress>0x8000000</StartAddress>
  287. <Size>0x80000</Size>
  288. </IROM>
  289. <XRAM>
  290. <Type>0</Type>
  291. <StartAddress>0x0</StartAddress>
  292. <Size>0x0</Size>
  293. </XRAM>
  294. <OCR_RVCT1>
  295. <Type>1</Type>
  296. <StartAddress>0x0</StartAddress>
  297. <Size>0x0</Size>
  298. </OCR_RVCT1>
  299. <OCR_RVCT2>
  300. <Type>1</Type>
  301. <StartAddress>0x0</StartAddress>
  302. <Size>0x0</Size>
  303. </OCR_RVCT2>
  304. <OCR_RVCT3>
  305. <Type>1</Type>
  306. <StartAddress>0x0</StartAddress>
  307. <Size>0x0</Size>
  308. </OCR_RVCT3>
  309. <OCR_RVCT4>
  310. <Type>1</Type>
  311. <StartAddress>0x8000000</StartAddress>
  312. <Size>0x80000</Size>
  313. </OCR_RVCT4>
  314. <OCR_RVCT5>
  315. <Type>1</Type>
  316. <StartAddress>0x0</StartAddress>
  317. <Size>0x0</Size>
  318. </OCR_RVCT5>
  319. <OCR_RVCT6>
  320. <Type>0</Type>
  321. <StartAddress>0x0</StartAddress>
  322. <Size>0x0</Size>
  323. </OCR_RVCT6>
  324. <OCR_RVCT7>
  325. <Type>0</Type>
  326. <StartAddress>0x0</StartAddress>
  327. <Size>0x0</Size>
  328. </OCR_RVCT7>
  329. <OCR_RVCT8>
  330. <Type>0</Type>
  331. <StartAddress>0x0</StartAddress>
  332. <Size>0x0</Size>
  333. </OCR_RVCT8>
  334. <OCR_RVCT9>
  335. <Type>0</Type>
  336. <StartAddress>0x20000000</StartAddress>
  337. <Size>0x10000</Size>
  338. </OCR_RVCT9>
  339. <OCR_RVCT10>
  340. <Type>0</Type>
  341. <StartAddress>0x0</StartAddress>
  342. <Size>0x0</Size>
  343. </OCR_RVCT10>
  344. </OnChipMemories>
  345. <RvctStartVector></RvctStartVector>
  346. </ArmAdsMisc>
  347. <Cads>
  348. <interw>1</interw>
  349. <Optim>1</Optim>
  350. <oTime>0</oTime>
  351. <SplitLS>0</SplitLS>
  352. <OneElfS>0</OneElfS>
  353. <Strict>0</Strict>
  354. <EnumInt>0</EnumInt>
  355. <PlainCh>0</PlainCh>
  356. <Ropi>0</Ropi>
  357. <Rwpi>0</Rwpi>
  358. <wLevel>0</wLevel>
  359. <uThumb>0</uThumb>
  360. <uSurpInc>0</uSurpInc>
  361. <uC99>0</uC99>
  362. <useXO>0</useXO>
  363. <v6Lang>0</v6Lang>
  364. <v6LangP>0</v6LangP>
  365. <VariousControls>
  366. <MiscControls></MiscControls>
  367. <Define>USE_STDPERIPH_DRIVER</Define>
  368. <Undefine></Undefine>
  369. <IncludePath>.;..\..\components\CMSIS\Include;..\..\components\drivers\include;..\..\components\finsh;..\..\components\init;..\..\include;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m3;Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x;Libraries\STM32F10x_StdPeriph_Driver\inc;applications;drivers</IncludePath>
  370. </VariousControls>
  371. </Cads>
  372. <Aads>
  373. <interw>1</interw>
  374. <Ropi>0</Ropi>
  375. <Rwpi>0</Rwpi>
  376. <thumb>0</thumb>
  377. <SplitLS>0</SplitLS>
  378. <SwStkChk>0</SwStkChk>
  379. <NoWarn>0</NoWarn>
  380. <uSurpInc>0</uSurpInc>
  381. <useXO>0</useXO>
  382. <VariousControls>
  383. <MiscControls></MiscControls>
  384. <Define></Define>
  385. <Undefine></Undefine>
  386. <IncludePath></IncludePath>
  387. </VariousControls>
  388. </Aads>
  389. <LDads>
  390. <umfTarg>1</umfTarg>
  391. <Ropi>0</Ropi>
  392. <Rwpi>0</Rwpi>
  393. <noStLib>0</noStLib>
  394. <RepFail>1</RepFail>
  395. <useFile>0</useFile>
  396. <TextAddressRange>0x08000000</TextAddressRange>
  397. <DataAddressRange>0x20000000</DataAddressRange>
  398. <pXoBase></pXoBase>
  399. <ScatterFile></ScatterFile>
  400. <IncludeLibs></IncludeLibs>
  401. <IncludeLibsPath></IncludeLibsPath>
  402. <Misc>--keep __fsym_* --keep __vsym_* --keep __rt_init*</Misc>
  403. <LinkerInputFile></LinkerInputFile>
  404. <DisabledWarnings></DisabledWarnings>
  405. </LDads>
  406. </TargetArmAds>
  407. </TargetOption>
  408. <Groups>
  409. <Group>
  410. <GroupName>Applications</GroupName>
  411. <Files>
  412. <File>
  413. <FileName>application.c</FileName>
  414. <FileType>1</FileType>
  415. <FilePath>applications\application.c</FilePath>
  416. </File>
  417. <File>
  418. <FileName>startup.c</FileName>
  419. <FileType>1</FileType>
  420. <FilePath>applications\startup.c</FilePath>
  421. </File>
  422. <File>
  423. <FileName>canapp.c</FileName>
  424. <FileType>1</FileType>
  425. <FilePath>.\applications\canapp.c</FilePath>
  426. </File>
  427. </Files>
  428. </Group>
  429. <Group>
  430. <GroupName>Drivers</GroupName>
  431. <Files>
  432. <File>
  433. <FileName>board.c</FileName>
  434. <FileType>1</FileType>
  435. <FilePath>drivers\board.c</FilePath>
  436. </File>
  437. <File>
  438. <FileName>stm32f10x_it.c</FileName>
  439. <FileType>1</FileType>
  440. <FilePath>drivers\stm32f10x_it.c</FilePath>
  441. </File>
  442. <File>
  443. <FileName>led.c</FileName>
  444. <FileType>1</FileType>
  445. <FilePath>drivers\led.c</FilePath>
  446. </File>
  447. <File>
  448. <FileName>usart.c</FileName>
  449. <FileType>1</FileType>
  450. <FilePath>drivers\usart.c</FilePath>
  451. </File>
  452. <File>
  453. <FileName>bxcan.c</FileName>
  454. <FileType>1</FileType>
  455. <FilePath>.\drivers\bxcan.c</FilePath>
  456. </File>
  457. <File>
  458. <FileName>gpio.c</FileName>
  459. <FileType>1</FileType>
  460. <FilePath>.\drivers\gpio.c</FilePath>
  461. </File>
  462. </Files>
  463. </Group>
  464. <Group>
  465. <GroupName>STM32_StdPeriph</GroupName>
  466. <Files>
  467. <File>
  468. <FileName>system_stm32f10x.c</FileName>
  469. <FileType>1</FileType>
  470. <FilePath>Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c</FilePath>
  471. </File>
  472. <File>
  473. <FileName>stm32f10x_crc.c</FileName>
  474. <FileType>1</FileType>
  475. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c</FilePath>
  476. </File>
  477. <File>
  478. <FileName>stm32f10x_rcc.c</FileName>
  479. <FileType>1</FileType>
  480. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c</FilePath>
  481. </File>
  482. <File>
  483. <FileName>stm32f10x_wwdg.c</FileName>
  484. <FileType>1</FileType>
  485. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c</FilePath>
  486. </File>
  487. <File>
  488. <FileName>stm32f10x_pwr.c</FileName>
  489. <FileType>1</FileType>
  490. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c</FilePath>
  491. </File>
  492. <File>
  493. <FileName>stm32f10x_exti.c</FileName>
  494. <FileType>1</FileType>
  495. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c</FilePath>
  496. </File>
  497. <File>
  498. <FileName>stm32f10x_bkp.c</FileName>
  499. <FileType>1</FileType>
  500. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c</FilePath>
  501. </File>
  502. <File>
  503. <FileName>stm32f10x_i2c.c</FileName>
  504. <FileType>1</FileType>
  505. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c</FilePath>
  506. </File>
  507. <File>
  508. <FileName>stm32f10x_adc.c</FileName>
  509. <FileType>1</FileType>
  510. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c</FilePath>
  511. </File>
  512. <File>
  513. <FileName>stm32f10x_dac.c</FileName>
  514. <FileType>1</FileType>
  515. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c</FilePath>
  516. </File>
  517. <File>
  518. <FileName>stm32f10x_rtc.c</FileName>
  519. <FileType>1</FileType>
  520. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rtc.c</FilePath>
  521. </File>
  522. <File>
  523. <FileName>stm32f10x_fsmc.c</FileName>
  524. <FileType>1</FileType>
  525. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c</FilePath>
  526. </File>
  527. <File>
  528. <FileName>stm32f10x_tim.c</FileName>
  529. <FileType>1</FileType>
  530. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c</FilePath>
  531. </File>
  532. <File>
  533. <FileName>stm32f10x_iwdg.c</FileName>
  534. <FileType>1</FileType>
  535. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_iwdg.c</FilePath>
  536. </File>
  537. <File>
  538. <FileName>stm32f10x_spi.c</FileName>
  539. <FileType>1</FileType>
  540. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c</FilePath>
  541. </File>
  542. <File>
  543. <FileName>stm32f10x_flash.c</FileName>
  544. <FileType>1</FileType>
  545. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_flash.c</FilePath>
  546. </File>
  547. <File>
  548. <FileName>stm32f10x_sdio.c</FileName>
  549. <FileType>1</FileType>
  550. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c</FilePath>
  551. </File>
  552. <File>
  553. <FileName>stm32f10x_gpio.c</FileName>
  554. <FileType>1</FileType>
  555. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c</FilePath>
  556. </File>
  557. <File>
  558. <FileName>stm32f10x_usart.c</FileName>
  559. <FileType>1</FileType>
  560. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c</FilePath>
  561. </File>
  562. <File>
  563. <FileName>stm32f10x_dbgmcu.c</FileName>
  564. <FileType>1</FileType>
  565. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c</FilePath>
  566. </File>
  567. <File>
  568. <FileName>stm32f10x_dma.c</FileName>
  569. <FileType>1</FileType>
  570. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c</FilePath>
  571. </File>
  572. <File>
  573. <FileName>stm32f10x_can.c</FileName>
  574. <FileType>1</FileType>
  575. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c</FilePath>
  576. </File>
  577. <File>
  578. <FileName>stm32f10x_cec.c</FileName>
  579. <FileType>1</FileType>
  580. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c</FilePath>
  581. </File>
  582. <File>
  583. <FileName>misc.c</FileName>
  584. <FileType>1</FileType>
  585. <FilePath>Libraries\STM32F10x_StdPeriph_Driver\src\misc.c</FilePath>
  586. </File>
  587. <File>
  588. <FileName>startup_stm32f10x_hd.s</FileName>
  589. <FileType>2</FileType>
  590. <FilePath>Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_hd.s</FilePath>
  591. </File>
  592. </Files>
  593. </Group>
  594. <Group>
  595. <GroupName>Kernel</GroupName>
  596. <Files>
  597. <File>
  598. <FileName>clock.c</FileName>
  599. <FileType>1</FileType>
  600. <FilePath>..\..\src\clock.c</FilePath>
  601. </File>
  602. <File>
  603. <FileName>device.c</FileName>
  604. <FileType>1</FileType>
  605. <FilePath>..\..\src\device.c</FilePath>
  606. </File>
  607. <File>
  608. <FileName>idle.c</FileName>
  609. <FileType>1</FileType>
  610. <FilePath>..\..\src\idle.c</FilePath>
  611. </File>
  612. <File>
  613. <FileName>ipc.c</FileName>
  614. <FileType>1</FileType>
  615. <FilePath>..\..\src\ipc.c</FilePath>
  616. </File>
  617. <File>
  618. <FileName>irq.c</FileName>
  619. <FileType>1</FileType>
  620. <FilePath>..\..\src\irq.c</FilePath>
  621. </File>
  622. <File>
  623. <FileName>kservice.c</FileName>
  624. <FileType>1</FileType>
  625. <FilePath>..\..\src\kservice.c</FilePath>
  626. </File>
  627. <File>
  628. <FileName>mem.c</FileName>
  629. <FileType>1</FileType>
  630. <FilePath>..\..\src\mem.c</FilePath>
  631. </File>
  632. <File>
  633. <FileName>mempool.c</FileName>
  634. <FileType>1</FileType>
  635. <FilePath>..\..\src\mempool.c</FilePath>
  636. </File>
  637. <File>
  638. <FileName>object.c</FileName>
  639. <FileType>1</FileType>
  640. <FilePath>..\..\src\object.c</FilePath>
  641. </File>
  642. <File>
  643. <FileName>scheduler.c</FileName>
  644. <FileType>1</FileType>
  645. <FilePath>..\..\src\scheduler.c</FilePath>
  646. </File>
  647. <File>
  648. <FileName>thread.c</FileName>
  649. <FileType>1</FileType>
  650. <FilePath>..\..\src\thread.c</FilePath>
  651. </File>
  652. <File>
  653. <FileName>timer.c</FileName>
  654. <FileType>1</FileType>
  655. <FilePath>..\..\src\timer.c</FilePath>
  656. </File>
  657. </Files>
  658. </Group>
  659. <Group>
  660. <GroupName>CORTEX-M3</GroupName>
  661. <Files>
  662. <File>
  663. <FileName>cpuport.c</FileName>
  664. <FileType>1</FileType>
  665. <FilePath>..\..\libcpu\arm\cortex-m3\cpuport.c</FilePath>
  666. </File>
  667. <File>
  668. <FileName>context_rvds.S</FileName>
  669. <FileType>2</FileType>
  670. <FilePath>..\..\libcpu\arm\cortex-m3\context_rvds.S</FilePath>
  671. </File>
  672. <File>
  673. <FileName>backtrace.c</FileName>
  674. <FileType>1</FileType>
  675. <FilePath>..\..\libcpu\arm\common\backtrace.c</FilePath>
  676. </File>
  677. <File>
  678. <FileName>div0.c</FileName>
  679. <FileType>1</FileType>
  680. <FilePath>..\..\libcpu\arm\common\div0.c</FilePath>
  681. </File>
  682. <File>
  683. <FileName>showmem.c</FileName>
  684. <FileType>1</FileType>
  685. <FilePath>..\..\libcpu\arm\common\showmem.c</FilePath>
  686. </File>
  687. </Files>
  688. </Group>
  689. <Group>
  690. <GroupName>DeviceDrivers</GroupName>
  691. <Files>
  692. <File>
  693. <FileName>serial.c</FileName>
  694. <FileType>1</FileType>
  695. <FilePath>..\..\components\drivers\serial\serial.c</FilePath>
  696. </File>
  697. <File>
  698. <FileName>completion.c</FileName>
  699. <FileType>1</FileType>
  700. <FilePath>..\..\components\drivers\src\completion.c</FilePath>
  701. </File>
  702. <File>
  703. <FileName>dataqueue.c</FileName>
  704. <FileType>1</FileType>
  705. <FilePath>..\..\components\drivers\src\dataqueue.c</FilePath>
  706. </File>
  707. <File>
  708. <FileName>pipe.c</FileName>
  709. <FileType>1</FileType>
  710. <FilePath>..\..\components\drivers\src\pipe.c</FilePath>
  711. </File>
  712. <File>
  713. <FileName>portal.c</FileName>
  714. <FileType>1</FileType>
  715. <FilePath>..\..\components\drivers\src\portal.c</FilePath>
  716. </File>
  717. <File>
  718. <FileName>ringbuffer.c</FileName>
  719. <FileType>1</FileType>
  720. <FilePath>..\..\components\drivers\src\ringbuffer.c</FilePath>
  721. </File>
  722. <File>
  723. <FileName>workqueue.c</FileName>
  724. <FileType>1</FileType>
  725. <FilePath>..\..\components\drivers\src\workqueue.c</FilePath>
  726. </File>
  727. <File>
  728. <FileName>pin.c</FileName>
  729. <FileType>1</FileType>
  730. <FilePath>..\..\components\drivers\misc\pin.c</FilePath>
  731. </File>
  732. <File>
  733. <FileName>can.c</FileName>
  734. <FileType>1</FileType>
  735. <FilePath>..\..\components\drivers\can\can.c</FilePath>
  736. </File>
  737. </Files>
  738. </Group>
  739. <Group>
  740. <GroupName>finsh</GroupName>
  741. <Files>
  742. <File>
  743. <FileName>shell.c</FileName>
  744. <FileType>1</FileType>
  745. <FilePath>..\..\components\finsh\shell.c</FilePath>
  746. </File>
  747. <File>
  748. <FileName>symbol.c</FileName>
  749. <FileType>1</FileType>
  750. <FilePath>..\..\components\finsh\symbol.c</FilePath>
  751. </File>
  752. <File>
  753. <FileName>cmd.c</FileName>
  754. <FileType>1</FileType>
  755. <FilePath>..\..\components\finsh\cmd.c</FilePath>
  756. </File>
  757. <File>
  758. <FileName>finsh_compiler.c</FileName>
  759. <FileType>1</FileType>
  760. <FilePath>..\..\components\finsh\finsh_compiler.c</FilePath>
  761. </File>
  762. <File>
  763. <FileName>finsh_error.c</FileName>
  764. <FileType>1</FileType>
  765. <FilePath>..\..\components\finsh\finsh_error.c</FilePath>
  766. </File>
  767. <File>
  768. <FileName>finsh_heap.c</FileName>
  769. <FileType>1</FileType>
  770. <FilePath>..\..\components\finsh\finsh_heap.c</FilePath>
  771. </File>
  772. <File>
  773. <FileName>finsh_init.c</FileName>
  774. <FileType>1</FileType>
  775. <FilePath>..\..\components\finsh\finsh_init.c</FilePath>
  776. </File>
  777. <File>
  778. <FileName>finsh_node.c</FileName>
  779. <FileType>1</FileType>
  780. <FilePath>..\..\components\finsh\finsh_node.c</FilePath>
  781. </File>
  782. <File>
  783. <FileName>finsh_ops.c</FileName>
  784. <FileType>1</FileType>
  785. <FilePath>..\..\components\finsh\finsh_ops.c</FilePath>
  786. </File>
  787. <File>
  788. <FileName>finsh_parser.c</FileName>
  789. <FileType>1</FileType>
  790. <FilePath>..\..\components\finsh\finsh_parser.c</FilePath>
  791. </File>
  792. <File>
  793. <FileName>finsh_var.c</FileName>
  794. <FileType>1</FileType>
  795. <FilePath>..\..\components\finsh\finsh_var.c</FilePath>
  796. </File>
  797. <File>
  798. <FileName>finsh_vm.c</FileName>
  799. <FileType>1</FileType>
  800. <FilePath>..\..\components\finsh\finsh_vm.c</FilePath>
  801. </File>
  802. <File>
  803. <FileName>finsh_token.c</FileName>
  804. <FileType>1</FileType>
  805. <FilePath>..\..\components\finsh\finsh_token.c</FilePath>
  806. </File>
  807. </Files>
  808. </Group>
  809. <Group>
  810. <GroupName>Components</GroupName>
  811. <Files>
  812. <File>
  813. <FileName>components.c</FileName>
  814. <FileType>1</FileType>
  815. <FilePath>..\..\src\components.c</FilePath>
  816. </File>
  817. </Files>
  818. </Group>
  819. </Groups>
  820. </Target>
  821. </Targets>
  822. </Project>