project.uvproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  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 LPC17xx</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <TargetOption>
  11. <TargetCommonOption>
  12. <Device>LPC1788</Device>
  13. <Vendor>NXP (founded by Philips)</Vendor>
  14. <Cpu>IRAM(0x10000000-0x1000FFFF) IRAM2(0x20000000-0x20007FFF) IROM(0-0x7FFFF) CLOCK(12000000) CPUTYPE("Cortex-M3")</Cpu>
  15. <FlashUtilSpec></FlashUtilSpec>
  16. <StartupFile>"STARTUP\NXP\LPC177x_8x\startup_LPC177x_8x.s" ("NXP LPC177x_8x Startup Code")</StartupFile>
  17. <FlashDriverDll>UL2CM3(-O463 -S0 -C0 -FO7 -FD10000000 -FC800 -FN1 -FF0LPC_IAP_512 -FS00 -FL080000)</FlashDriverDll>
  18. <DeviceId>5325</DeviceId>
  19. <RegisterFile>LPC177x_8x.H</RegisterFile>
  20. <MemoryEnv></MemoryEnv>
  21. <Cmp></Cmp>
  22. <Asm></Asm>
  23. <Linker></Linker>
  24. <OHString></OHString>
  25. <InfinionOptionDll></InfinionOptionDll>
  26. <SLE66CMisc></SLE66CMisc>
  27. <SLE66AMisc></SLE66AMisc>
  28. <SLE66LinkerMisc></SLE66LinkerMisc>
  29. <SFDFile></SFDFile>
  30. <UseEnv>0</UseEnv>
  31. <BinPath></BinPath>
  32. <IncludePath></IncludePath>
  33. <LibPath></LibPath>
  34. <RegisterFilePath>NXP\LPC177x_8x\</RegisterFilePath>
  35. <DBRegisterFilePath>NXP\LPC177x_8x\</DBRegisterFilePath>
  36. <TargetStatus>
  37. <Error>0</Error>
  38. <ExitCodeStop>0</ExitCodeStop>
  39. <ButtonStop>0</ButtonStop>
  40. <NotGenerated>0</NotGenerated>
  41. <InvalidFlash>1</InvalidFlash>
  42. </TargetStatus>
  43. <OutputDirectory>.\obj\</OutputDirectory>
  44. <OutputName>rtthread-lpc</OutputName>
  45. <CreateExecutable>1</CreateExecutable>
  46. <CreateLib>0</CreateLib>
  47. <CreateHexFile>0</CreateHexFile>
  48. <DebugInformation>1</DebugInformation>
  49. <BrowseInformation>1</BrowseInformation>
  50. <ListingPath>.\obj\</ListingPath>
  51. <HexFormatSelection>1</HexFormatSelection>
  52. <Merge32K>0</Merge32K>
  53. <CreateBatchFile>0</CreateBatchFile>
  54. <BeforeCompile>
  55. <RunUserProg1>0</RunUserProg1>
  56. <RunUserProg2>0</RunUserProg2>
  57. <UserProg1Name></UserProg1Name>
  58. <UserProg2Name></UserProg2Name>
  59. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  60. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  61. <nStopU1X>0</nStopU1X>
  62. <nStopU2X>0</nStopU2X>
  63. </BeforeCompile>
  64. <BeforeMake>
  65. <RunUserProg1>0</RunUserProg1>
  66. <RunUserProg2>0</RunUserProg2>
  67. <UserProg1Name></UserProg1Name>
  68. <UserProg2Name></UserProg2Name>
  69. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  70. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  71. </BeforeMake>
  72. <AfterMake>
  73. <RunUserProg1>0</RunUserProg1>
  74. <RunUserProg2>0</RunUserProg2>
  75. <UserProg1Name></UserProg1Name>
  76. <UserProg2Name></UserProg2Name>
  77. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  78. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  79. </AfterMake>
  80. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  81. <SVCSIdString></SVCSIdString>
  82. </TargetCommonOption>
  83. <CommonProperty>
  84. <UseCPPCompiler>0</UseCPPCompiler>
  85. <RVCTCodeConst>0</RVCTCodeConst>
  86. <RVCTZI>0</RVCTZI>
  87. <RVCTOtherData>0</RVCTOtherData>
  88. <ModuleSelection>0</ModuleSelection>
  89. <IncludeInBuild>1</IncludeInBuild>
  90. <AlwaysBuild>0</AlwaysBuild>
  91. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  92. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  93. <PublicsOnly>0</PublicsOnly>
  94. <StopOnExitCode>3</StopOnExitCode>
  95. <CustomArgument></CustomArgument>
  96. <IncludeLibraryModules></IncludeLibraryModules>
  97. </CommonProperty>
  98. <DllOption>
  99. <SimDllName>SARMCM3.DLL</SimDllName>
  100. <SimDllArguments>-MPU</SimDllArguments>
  101. <SimDlgDll>DARMP1.DLL</SimDlgDll>
  102. <SimDlgDllArguments>-pLPC1788</SimDlgDllArguments>
  103. <TargetDllName>SARMCM3.DLL</TargetDllName>
  104. <TargetDllArguments>-MPU</TargetDllArguments>
  105. <TargetDlgDll>TARMP1.DLL</TargetDlgDll>
  106. <TargetDlgDllArguments>-pLPC1788</TargetDlgDllArguments>
  107. </DllOption>
  108. <DebugOption>
  109. <OPTHX>
  110. <HexSelection>1</HexSelection>
  111. <HexRangeLowAddress>0</HexRangeLowAddress>
  112. <HexRangeHighAddress>0</HexRangeHighAddress>
  113. <HexOffset>0</HexOffset>
  114. <Oh166RecLen>16</Oh166RecLen>
  115. </OPTHX>
  116. <Simulator>
  117. <UseSimulator>0</UseSimulator>
  118. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  119. <RunToMain>1</RunToMain>
  120. <RestoreBreakpoints>1</RestoreBreakpoints>
  121. <RestoreWatchpoints>1</RestoreWatchpoints>
  122. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  123. <RestoreFunctions>1</RestoreFunctions>
  124. <RestoreToolbox>1</RestoreToolbox>
  125. <LimitSpeedToRealTime>0</LimitSpeedToRealTime>
  126. </Simulator>
  127. <Target>
  128. <UseTarget>1</UseTarget>
  129. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  130. <RunToMain>0</RunToMain>
  131. <RestoreBreakpoints>1</RestoreBreakpoints>
  132. <RestoreWatchpoints>1</RestoreWatchpoints>
  133. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  134. <RestoreFunctions>0</RestoreFunctions>
  135. <RestoreToolbox>1</RestoreToolbox>
  136. <RestoreTracepoints>0</RestoreTracepoints>
  137. </Target>
  138. <RunDebugAfterBuild>0</RunDebugAfterBuild>
  139. <TargetSelection>7</TargetSelection>
  140. <SimDlls>
  141. <CpuDll></CpuDll>
  142. <CpuDllArguments></CpuDllArguments>
  143. <PeripheralDll></PeripheralDll>
  144. <PeripheralDllArguments></PeripheralDllArguments>
  145. <InitializationFile></InitializationFile>
  146. </SimDlls>
  147. <TargetDlls>
  148. <CpuDll></CpuDll>
  149. <CpuDllArguments></CpuDllArguments>
  150. <PeripheralDll></PeripheralDll>
  151. <PeripheralDllArguments></PeripheralDllArguments>
  152. <InitializationFile></InitializationFile>
  153. <Driver>Segger\JL2CM3.dll</Driver>
  154. </TargetDlls>
  155. </DebugOption>
  156. <Utilities>
  157. <Flash1>
  158. <UseTargetDll>1</UseTargetDll>
  159. <UseExternalTool>0</UseExternalTool>
  160. <RunIndependent>0</RunIndependent>
  161. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  162. <Capability>1</Capability>
  163. <DriverSelection>4099</DriverSelection>
  164. </Flash1>
  165. <Flash2>Segger\JL2CM3.dll</Flash2>
  166. <Flash3>"" ()</Flash3>
  167. <Flash4></Flash4>
  168. </Utilities>
  169. <TargetArmAds>
  170. <ArmAdsMisc>
  171. <GenerateListings>0</GenerateListings>
  172. <asHll>1</asHll>
  173. <asAsm>1</asAsm>
  174. <asMacX>1</asMacX>
  175. <asSyms>1</asSyms>
  176. <asFals>1</asFals>
  177. <asDbgD>1</asDbgD>
  178. <asForm>1</asForm>
  179. <ldLst>0</ldLst>
  180. <ldmm>1</ldmm>
  181. <ldXref>1</ldXref>
  182. <BigEnd>0</BigEnd>
  183. <AdsALst>1</AdsALst>
  184. <AdsACrf>1</AdsACrf>
  185. <AdsANop>0</AdsANop>
  186. <AdsANot>0</AdsANot>
  187. <AdsLLst>1</AdsLLst>
  188. <AdsLmap>1</AdsLmap>
  189. <AdsLcgr>1</AdsLcgr>
  190. <AdsLsym>1</AdsLsym>
  191. <AdsLszi>1</AdsLszi>
  192. <AdsLtoi>1</AdsLtoi>
  193. <AdsLsun>1</AdsLsun>
  194. <AdsLven>1</AdsLven>
  195. <AdsLsxf>1</AdsLsxf>
  196. <RvctClst>0</RvctClst>
  197. <GenPPlst>0</GenPPlst>
  198. <AdsCpuType>"Cortex-M3"</AdsCpuType>
  199. <RvctDeviceName></RvctDeviceName>
  200. <mOS>0</mOS>
  201. <uocRom>0</uocRom>
  202. <uocRam>0</uocRam>
  203. <hadIROM>1</hadIROM>
  204. <hadIRAM>1</hadIRAM>
  205. <hadXRAM>0</hadXRAM>
  206. <uocXRam>0</uocXRam>
  207. <RvdsVP>0</RvdsVP>
  208. <hadIRAM2>1</hadIRAM2>
  209. <hadIROM2>0</hadIROM2>
  210. <StupSel>8</StupSel>
  211. <useUlib>0</useUlib>
  212. <EndSel>0</EndSel>
  213. <uLtcg>0</uLtcg>
  214. <RoSelD>3</RoSelD>
  215. <RwSelD>3</RwSelD>
  216. <CodeSel>0</CodeSel>
  217. <OptFeed>0</OptFeed>
  218. <NoZi1>0</NoZi1>
  219. <NoZi2>0</NoZi2>
  220. <NoZi3>0</NoZi3>
  221. <NoZi4>0</NoZi4>
  222. <NoZi5>0</NoZi5>
  223. <Ro1Chk>0</Ro1Chk>
  224. <Ro2Chk>0</Ro2Chk>
  225. <Ro3Chk>0</Ro3Chk>
  226. <Ir1Chk>1</Ir1Chk>
  227. <Ir2Chk>0</Ir2Chk>
  228. <Ra1Chk>0</Ra1Chk>
  229. <Ra2Chk>0</Ra2Chk>
  230. <Ra3Chk>0</Ra3Chk>
  231. <Im1Chk>1</Im1Chk>
  232. <Im2Chk>0</Im2Chk>
  233. <OnChipMemories>
  234. <Ocm1>
  235. <Type>0</Type>
  236. <StartAddress>0x0</StartAddress>
  237. <Size>0x0</Size>
  238. </Ocm1>
  239. <Ocm2>
  240. <Type>0</Type>
  241. <StartAddress>0x0</StartAddress>
  242. <Size>0x0</Size>
  243. </Ocm2>
  244. <Ocm3>
  245. <Type>0</Type>
  246. <StartAddress>0x0</StartAddress>
  247. <Size>0x0</Size>
  248. </Ocm3>
  249. <Ocm4>
  250. <Type>0</Type>
  251. <StartAddress>0x0</StartAddress>
  252. <Size>0x0</Size>
  253. </Ocm4>
  254. <Ocm5>
  255. <Type>0</Type>
  256. <StartAddress>0x0</StartAddress>
  257. <Size>0x0</Size>
  258. </Ocm5>
  259. <Ocm6>
  260. <Type>0</Type>
  261. <StartAddress>0x0</StartAddress>
  262. <Size>0x0</Size>
  263. </Ocm6>
  264. <IRAM>
  265. <Type>0</Type>
  266. <StartAddress>0x10000000</StartAddress>
  267. <Size>0x10000</Size>
  268. </IRAM>
  269. <IROM>
  270. <Type>1</Type>
  271. <StartAddress>0x0</StartAddress>
  272. <Size>0x80000</Size>
  273. </IROM>
  274. <XRAM>
  275. <Type>0</Type>
  276. <StartAddress>0x0</StartAddress>
  277. <Size>0x0</Size>
  278. </XRAM>
  279. <OCR_RVCT1>
  280. <Type>1</Type>
  281. <StartAddress>0x0</StartAddress>
  282. <Size>0x0</Size>
  283. </OCR_RVCT1>
  284. <OCR_RVCT2>
  285. <Type>1</Type>
  286. <StartAddress>0x0</StartAddress>
  287. <Size>0x0</Size>
  288. </OCR_RVCT2>
  289. <OCR_RVCT3>
  290. <Type>1</Type>
  291. <StartAddress>0x0</StartAddress>
  292. <Size>0x0</Size>
  293. </OCR_RVCT3>
  294. <OCR_RVCT4>
  295. <Type>1</Type>
  296. <StartAddress>0x0</StartAddress>
  297. <Size>0x80000</Size>
  298. </OCR_RVCT4>
  299. <OCR_RVCT5>
  300. <Type>1</Type>
  301. <StartAddress>0x0</StartAddress>
  302. <Size>0x0</Size>
  303. </OCR_RVCT5>
  304. <OCR_RVCT6>
  305. <Type>0</Type>
  306. <StartAddress>0x0</StartAddress>
  307. <Size>0x0</Size>
  308. </OCR_RVCT6>
  309. <OCR_RVCT7>
  310. <Type>0</Type>
  311. <StartAddress>0x0</StartAddress>
  312. <Size>0x0</Size>
  313. </OCR_RVCT7>
  314. <OCR_RVCT8>
  315. <Type>0</Type>
  316. <StartAddress>0x0</StartAddress>
  317. <Size>0x0</Size>
  318. </OCR_RVCT8>
  319. <OCR_RVCT9>
  320. <Type>0</Type>
  321. <StartAddress>0x10000000</StartAddress>
  322. <Size>0x10000</Size>
  323. </OCR_RVCT9>
  324. <OCR_RVCT10>
  325. <Type>0</Type>
  326. <StartAddress>0x20000000</StartAddress>
  327. <Size>0x8000</Size>
  328. </OCR_RVCT10>
  329. </OnChipMemories>
  330. <RvctStartVector></RvctStartVector>
  331. </ArmAdsMisc>
  332. <Cads>
  333. <interw>1</interw>
  334. <Optim>1</Optim>
  335. <oTime>0</oTime>
  336. <SplitLS>0</SplitLS>
  337. <OneElfS>0</OneElfS>
  338. <Strict>0</Strict>
  339. <EnumInt>0</EnumInt>
  340. <PlainCh>0</PlainCh>
  341. <Ropi>0</Ropi>
  342. <Rwpi>0</Rwpi>
  343. <wLevel>0</wLevel>
  344. <uThumb>0</uThumb>
  345. <uSurpInc>0</uSurpInc>
  346. <VariousControls>
  347. <MiscControls></MiscControls>
  348. <Define></Define>
  349. <Undefine></Undefine>
  350. <IncludePath>.;..\..\components\finsh;..\..\include;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m3;CMSIS\CM3\CoreSupport;CMSIS\CM3\DeviceSupport\NXP\LPC177x_8x;applications;drivers</IncludePath>
  351. </VariousControls>
  352. </Cads>
  353. <Aads>
  354. <interw>1</interw>
  355. <Ropi>0</Ropi>
  356. <Rwpi>0</Rwpi>
  357. <thumb>0</thumb>
  358. <SplitLS>0</SplitLS>
  359. <SwStkChk>0</SwStkChk>
  360. <NoWarn>0</NoWarn>
  361. <uSurpInc>0</uSurpInc>
  362. <VariousControls>
  363. <MiscControls></MiscControls>
  364. <Define></Define>
  365. <Undefine></Undefine>
  366. <IncludePath></IncludePath>
  367. </VariousControls>
  368. </Aads>
  369. <LDads>
  370. <umfTarg>1</umfTarg>
  371. <Ropi>0</Ropi>
  372. <Rwpi>0</Rwpi>
  373. <noStLib>0</noStLib>
  374. <RepFail>1</RepFail>
  375. <useFile>0</useFile>
  376. <TextAddressRange>0x00000000</TextAddressRange>
  377. <DataAddressRange>0x10000000</DataAddressRange>
  378. <ScatterFile></ScatterFile>
  379. <IncludeLibs></IncludeLibs>
  380. <IncludeLibsPath></IncludeLibsPath>
  381. <Misc> --keep __fsym_* --keep __vsym_* </Misc>
  382. <LinkerInputFile></LinkerInputFile>
  383. <DisabledWarnings></DisabledWarnings>
  384. </LDads>
  385. </TargetArmAds>
  386. </TargetOption>
  387. <Groups>
  388. <Group>
  389. <GroupName>Applications</GroupName>
  390. <Files>
  391. <File>
  392. <FileName>application.c</FileName>
  393. <FileType>1</FileType>
  394. <FilePath>applications\application.c</FilePath>
  395. </File>
  396. <File>
  397. <FileName>startup.c</FileName>
  398. <FileType>1</FileType>
  399. <FilePath>applications\startup.c</FilePath>
  400. </File>
  401. </Files>
  402. </Group>
  403. <Group>
  404. <GroupName>CMSIS</GroupName>
  405. <Files>
  406. <File>
  407. <FileName>core_cm3.c</FileName>
  408. <FileType>1</FileType>
  409. <FilePath>CMSIS\CM3\CoreSupport\core_cm3.c</FilePath>
  410. </File>
  411. <File>
  412. <FileName>system_LPC177x_8x.c</FileName>
  413. <FileType>1</FileType>
  414. <FilePath>CMSIS\CM3\DeviceSupport\NXP\LPC177x_8x\system_LPC177x_8x.c</FilePath>
  415. </File>
  416. <File>
  417. <FileName>startup_LPC177x_8x.s</FileName>
  418. <FileType>2</FileType>
  419. <FilePath>CMSIS\CM3\DeviceSupport\NXP\LPC177x_8x\startup\arm\startup_LPC177x_8x.s</FilePath>
  420. </File>
  421. </Files>
  422. </Group>
  423. <Group>
  424. <GroupName>Drivers</GroupName>
  425. <Files>
  426. <File>
  427. <FileName>board.c</FileName>
  428. <FileType>1</FileType>
  429. <FilePath>drivers\board.c</FilePath>
  430. </File>
  431. <File>
  432. <FileName>drv_glcd.c</FileName>
  433. <FileType>1</FileType>
  434. <FilePath>drivers\drv_glcd.c</FilePath>
  435. </File>
  436. <File>
  437. <FileName>lpc177x_8x_clkpwr.c</FileName>
  438. <FileType>1</FileType>
  439. <FilePath>drivers\lpc177x_8x_clkpwr.c</FilePath>
  440. </File>
  441. <File>
  442. <FileName>lpc177x_8x_emc.c</FileName>
  443. <FileType>1</FileType>
  444. <FilePath>drivers\lpc177x_8x_emc.c</FilePath>
  445. </File>
  446. <File>
  447. <FileName>lpc177x_8x_pinsel.c</FileName>
  448. <FileType>1</FileType>
  449. <FilePath>drivers\lpc177x_8x_pinsel.c</FilePath>
  450. </File>
  451. <File>
  452. <FileName>lpc177x_8x_uart.c</FileName>
  453. <FileType>1</FileType>
  454. <FilePath>drivers\lpc177x_8x_uart.c</FilePath>
  455. </File>
  456. <File>
  457. <FileName>lpc17xx_lcd.c</FileName>
  458. <FileType>1</FileType>
  459. <FilePath>drivers\lpc17xx_lcd.c</FilePath>
  460. </File>
  461. <File>
  462. <FileName>sdram.c</FileName>
  463. <FileType>1</FileType>
  464. <FilePath>drivers\sdram.c</FilePath>
  465. </File>
  466. <File>
  467. <FileName>uart.c</FileName>
  468. <FileType>1</FileType>
  469. <FilePath>drivers\uart.c</FilePath>
  470. </File>
  471. </Files>
  472. </Group>
  473. <Group>
  474. <GroupName>Kernel</GroupName>
  475. <Files>
  476. <File>
  477. <FileName>clock.c</FileName>
  478. <FileType>1</FileType>
  479. <FilePath>..\..\src\clock.c</FilePath>
  480. </File>
  481. <File>
  482. <FileName>device.c</FileName>
  483. <FileType>1</FileType>
  484. <FilePath>..\..\src\device.c</FilePath>
  485. </File>
  486. <File>
  487. <FileName>idle.c</FileName>
  488. <FileType>1</FileType>
  489. <FilePath>..\..\src\idle.c</FilePath>
  490. </File>
  491. <File>
  492. <FileName>ipc.c</FileName>
  493. <FileType>1</FileType>
  494. <FilePath>..\..\src\ipc.c</FilePath>
  495. </File>
  496. <File>
  497. <FileName>irq.c</FileName>
  498. <FileType>1</FileType>
  499. <FilePath>..\..\src\irq.c</FilePath>
  500. </File>
  501. <File>
  502. <FileName>kservice.c</FileName>
  503. <FileType>1</FileType>
  504. <FilePath>..\..\src\kservice.c</FilePath>
  505. </File>
  506. <File>
  507. <FileName>mem.c</FileName>
  508. <FileType>1</FileType>
  509. <FilePath>..\..\src\mem.c</FilePath>
  510. </File>
  511. <File>
  512. <FileName>memheap.c</FileName>
  513. <FileType>1</FileType>
  514. <FilePath>..\..\src\memheap.c</FilePath>
  515. </File>
  516. <File>
  517. <FileName>mempool.c</FileName>
  518. <FileType>1</FileType>
  519. <FilePath>..\..\src\mempool.c</FilePath>
  520. </File>
  521. <File>
  522. <FileName>object.c</FileName>
  523. <FileType>1</FileType>
  524. <FilePath>..\..\src\object.c</FilePath>
  525. </File>
  526. <File>
  527. <FileName>scheduler.c</FileName>
  528. <FileType>1</FileType>
  529. <FilePath>..\..\src\scheduler.c</FilePath>
  530. </File>
  531. <File>
  532. <FileName>thread.c</FileName>
  533. <FileType>1</FileType>
  534. <FilePath>..\..\src\thread.c</FilePath>
  535. </File>
  536. <File>
  537. <FileName>timer.c</FileName>
  538. <FileType>1</FileType>
  539. <FilePath>..\..\src\timer.c</FilePath>
  540. </File>
  541. </Files>
  542. </Group>
  543. <Group>
  544. <GroupName>CORTEX-M3</GroupName>
  545. <Files>
  546. <File>
  547. <FileName>cpuport.c</FileName>
  548. <FileType>1</FileType>
  549. <FilePath>..\..\libcpu\arm\cortex-m3\cpuport.c</FilePath>
  550. </File>
  551. <File>
  552. <FileName>context_rvds.S</FileName>
  553. <FileType>2</FileType>
  554. <FilePath>..\..\libcpu\arm\cortex-m3\context_rvds.S</FilePath>
  555. </File>
  556. <File>
  557. <FileName>backtrace.c</FileName>
  558. <FileType>1</FileType>
  559. <FilePath>..\..\libcpu\arm\common\backtrace.c</FilePath>
  560. </File>
  561. <File>
  562. <FileName>div0.c</FileName>
  563. <FileType>1</FileType>
  564. <FilePath>..\..\libcpu\arm\common\div0.c</FilePath>
  565. </File>
  566. <File>
  567. <FileName>showmem.c</FileName>
  568. <FileType>1</FileType>
  569. <FilePath>..\..\libcpu\arm\common\showmem.c</FilePath>
  570. </File>
  571. </Files>
  572. </Group>
  573. <Group>
  574. <GroupName>finsh</GroupName>
  575. <Files>
  576. <File>
  577. <FileName>cmd.c</FileName>
  578. <FileType>1</FileType>
  579. <FilePath>..\..\components\finsh\cmd.c</FilePath>
  580. </File>
  581. <File>
  582. <FileName>finsh_compiler.c</FileName>
  583. <FileType>1</FileType>
  584. <FilePath>..\..\components\finsh\finsh_compiler.c</FilePath>
  585. </File>
  586. <File>
  587. <FileName>finsh_error.c</FileName>
  588. <FileType>1</FileType>
  589. <FilePath>..\..\components\finsh\finsh_error.c</FilePath>
  590. </File>
  591. <File>
  592. <FileName>finsh_heap.c</FileName>
  593. <FileType>1</FileType>
  594. <FilePath>..\..\components\finsh\finsh_heap.c</FilePath>
  595. </File>
  596. <File>
  597. <FileName>finsh_init.c</FileName>
  598. <FileType>1</FileType>
  599. <FilePath>..\..\components\finsh\finsh_init.c</FilePath>
  600. </File>
  601. <File>
  602. <FileName>finsh_node.c</FileName>
  603. <FileType>1</FileType>
  604. <FilePath>..\..\components\finsh\finsh_node.c</FilePath>
  605. </File>
  606. <File>
  607. <FileName>finsh_ops.c</FileName>
  608. <FileType>1</FileType>
  609. <FilePath>..\..\components\finsh\finsh_ops.c</FilePath>
  610. </File>
  611. <File>
  612. <FileName>finsh_parser.c</FileName>
  613. <FileType>1</FileType>
  614. <FilePath>..\..\components\finsh\finsh_parser.c</FilePath>
  615. </File>
  616. <File>
  617. <FileName>finsh_token.c</FileName>
  618. <FileType>1</FileType>
  619. <FilePath>..\..\components\finsh\finsh_token.c</FilePath>
  620. </File>
  621. <File>
  622. <FileName>finsh_var.c</FileName>
  623. <FileType>1</FileType>
  624. <FilePath>..\..\components\finsh\finsh_var.c</FilePath>
  625. </File>
  626. <File>
  627. <FileName>finsh_vm.c</FileName>
  628. <FileType>1</FileType>
  629. <FilePath>..\..\components\finsh\finsh_vm.c</FilePath>
  630. </File>
  631. <File>
  632. <FileName>msh.c</FileName>
  633. <FileType>1</FileType>
  634. <FilePath>..\..\components\finsh\msh.c</FilePath>
  635. </File>
  636. <File>
  637. <FileName>msh_cmd.c</FileName>
  638. <FileType>1</FileType>
  639. <FilePath>..\..\components\finsh\msh_cmd.c</FilePath>
  640. </File>
  641. <File>
  642. <FileName>shell.c</FileName>
  643. <FileType>1</FileType>
  644. <FilePath>..\..\components\finsh\shell.c</FilePath>
  645. </File>
  646. <File>
  647. <FileName>symbol.c</FileName>
  648. <FileType>1</FileType>
  649. <FilePath>..\..\components\finsh\symbol.c</FilePath>
  650. </File>
  651. </Files>
  652. </Group>
  653. </Groups>
  654. </Target>
  655. </Targets>
  656. </Project>