project.uvproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  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.0</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Targets>
  6. <Target>
  7. <TargetName>RT-Thread/AT91SAM7X</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <TargetOption>
  11. <TargetCommonOption>
  12. <Device>AT91SAM7X256</Device>
  13. <Vendor>Atmel</Vendor>
  14. <Cpu>IRAM(0x200000-0x20FFFF) IROM(0x100000-0x13FFFF) CLOCK(18432000) CPUTYPE(ARM7TDMI)</Cpu>
  15. <FlashUtilSpec></FlashUtilSpec>
  16. <StartupFile>"STARTUP\Atmel\SAM7.s" ("Atmel AT91SAM7 Startup Code")</StartupFile>
  17. <FlashDriverDll>UL2ARM(-U56240812 -O15 -S0 -C0 -FO7 -FD200000 -FC800 -FN1 -FF0AT91SAM7_256 -FS0100000 -FL040000)</FlashDriverDll>
  18. <DeviceId>4081</DeviceId>
  19. <RegisterFile>AT91SAM7X256.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. <UseEnv>0</UseEnv>
  30. <BinPath></BinPath>
  31. <IncludePath></IncludePath>
  32. <LibPath></LibPath>
  33. <RegisterFilePath>Atmel\SAM7X\</RegisterFilePath>
  34. <DBRegisterFilePath>Atmel\SAM7X\</DBRegisterFilePath>
  35. <TargetStatus>
  36. <Error>0</Error>
  37. <ExitCodeStop>0</ExitCodeStop>
  38. <ButtonStop>0</ButtonStop>
  39. <NotGenerated>0</NotGenerated>
  40. <InvalidFlash>1</InvalidFlash>
  41. </TargetStatus>
  42. <OutputDirectory>.\objs\</OutputDirectory>
  43. <OutputName>rtthread-sam7x</OutputName>
  44. <CreateExecutable>1</CreateExecutable>
  45. <CreateLib>0</CreateLib>
  46. <CreateHexFile>0</CreateHexFile>
  47. <DebugInformation>1</DebugInformation>
  48. <BrowseInformation>1</BrowseInformation>
  49. <ListingPath>.\objs\</ListingPath>
  50. <HexFormatSelection>1</HexFormatSelection>
  51. <Merge32K>0</Merge32K>
  52. <CreateBatchFile>0</CreateBatchFile>
  53. <BeforeCompile>
  54. <RunUserProg1>0</RunUserProg1>
  55. <RunUserProg2>0</RunUserProg2>
  56. <UserProg1Name></UserProg1Name>
  57. <UserProg2Name></UserProg2Name>
  58. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  59. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  60. </BeforeCompile>
  61. <BeforeMake>
  62. <RunUserProg1>0</RunUserProg1>
  63. <RunUserProg2>0</RunUserProg2>
  64. <UserProg1Name></UserProg1Name>
  65. <UserProg2Name></UserProg2Name>
  66. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  67. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  68. </BeforeMake>
  69. <AfterMake>
  70. <RunUserProg1>0</RunUserProg1>
  71. <RunUserProg2>0</RunUserProg2>
  72. <UserProg1Name></UserProg1Name>
  73. <UserProg2Name></UserProg2Name>
  74. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  75. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  76. </AfterMake>
  77. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  78. <SVCSIdString></SVCSIdString>
  79. </TargetCommonOption>
  80. <CommonProperty>
  81. <UseCPPCompiler>0</UseCPPCompiler>
  82. <RVCTCodeConst>0</RVCTCodeConst>
  83. <RVCTZI>0</RVCTZI>
  84. <RVCTOtherData>0</RVCTOtherData>
  85. <ModuleSelection>0</ModuleSelection>
  86. <IncludeInBuild>1</IncludeInBuild>
  87. <AlwaysBuild>0</AlwaysBuild>
  88. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  89. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  90. <PublicsOnly>0</PublicsOnly>
  91. <StopOnExitCode>3</StopOnExitCode>
  92. <CustomArgument></CustomArgument>
  93. <IncludeLibraryModules></IncludeLibraryModules>
  94. </CommonProperty>
  95. <DllOption>
  96. <SimDllName>SARM.DLL</SimDllName>
  97. <SimDllArguments>-cAT91SAM7X</SimDllArguments>
  98. <SimDlgDll>DARMATS.DLL</SimDlgDll>
  99. <SimDlgDllArguments>-p91SAM7X256</SimDlgDllArguments>
  100. <TargetDllName>SARM.DLL</TargetDllName>
  101. <TargetDllArguments></TargetDllArguments>
  102. <TargetDlgDll>TARMATS.DLL</TargetDlgDll>
  103. <TargetDlgDllArguments>-p91SAM7X256</TargetDlgDllArguments>
  104. </DllOption>
  105. <DebugOption>
  106. <OPTHX>
  107. <HexSelection>1</HexSelection>
  108. <HexRangeLowAddress>0</HexRangeLowAddress>
  109. <HexRangeHighAddress>0</HexRangeHighAddress>
  110. <HexOffset>0</HexOffset>
  111. <Oh166RecLen>16</Oh166RecLen>
  112. </OPTHX>
  113. <Simulator>
  114. <UseSimulator>1</UseSimulator>
  115. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  116. <RunToMain>0</RunToMain>
  117. <RestoreBreakpoints>1</RestoreBreakpoints>
  118. <RestoreWatchpoints>1</RestoreWatchpoints>
  119. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  120. <RestoreFunctions>1</RestoreFunctions>
  121. <RestoreToolbox>1</RestoreToolbox>
  122. <LimitSpeedToRealTime>0</LimitSpeedToRealTime>
  123. </Simulator>
  124. <Target>
  125. <UseTarget>0</UseTarget>
  126. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  127. <RunToMain>1</RunToMain>
  128. <RestoreBreakpoints>1</RestoreBreakpoints>
  129. <RestoreWatchpoints>1</RestoreWatchpoints>
  130. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  131. <RestoreFunctions>0</RestoreFunctions>
  132. <RestoreToolbox>1</RestoreToolbox>
  133. </Target>
  134. <RunDebugAfterBuild>0</RunDebugAfterBuild>
  135. <TargetSelection>2</TargetSelection>
  136. <SimDlls>
  137. <CpuDll></CpuDll>
  138. <CpuDllArguments></CpuDllArguments>
  139. <PeripheralDll></PeripheralDll>
  140. <PeripheralDllArguments></PeripheralDllArguments>
  141. <InitializationFile></InitializationFile>
  142. </SimDlls>
  143. <TargetDlls>
  144. <CpuDll></CpuDll>
  145. <CpuDllArguments></CpuDllArguments>
  146. <PeripheralDll></PeripheralDll>
  147. <PeripheralDllArguments></PeripheralDllArguments>
  148. <InitializationFile></InitializationFile>
  149. <Driver>Segger\JLTAgdi.dll</Driver>
  150. </TargetDlls>
  151. </DebugOption>
  152. <Utilities>
  153. <Flash1>
  154. <UseTargetDll>1</UseTargetDll>
  155. <UseExternalTool>0</UseExternalTool>
  156. <RunIndependent>0</RunIndependent>
  157. <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
  158. <Capability>1</Capability>
  159. <DriverSelection>4100</DriverSelection>
  160. </Flash1>
  161. <Flash2>Segger\JLTAgdi.dll</Flash2>
  162. <Flash3>"" ()</Flash3>
  163. <Flash4></Flash4>
  164. </Utilities>
  165. <TargetArmAds>
  166. <ArmAdsMisc>
  167. <GenerateListings>0</GenerateListings>
  168. <asHll>1</asHll>
  169. <asAsm>1</asAsm>
  170. <asMacX>1</asMacX>
  171. <asSyms>1</asSyms>
  172. <asFals>1</asFals>
  173. <asDbgD>1</asDbgD>
  174. <asForm>1</asForm>
  175. <ldLst>0</ldLst>
  176. <ldmm>1</ldmm>
  177. <ldXref>1</ldXref>
  178. <BigEnd>0</BigEnd>
  179. <AdsALst>0</AdsALst>
  180. <AdsACrf>1</AdsACrf>
  181. <AdsANop>0</AdsANop>
  182. <AdsANot>0</AdsANot>
  183. <AdsLLst>1</AdsLLst>
  184. <AdsLmap>1</AdsLmap>
  185. <AdsLcgr>1</AdsLcgr>
  186. <AdsLsym>1</AdsLsym>
  187. <AdsLszi>1</AdsLszi>
  188. <AdsLtoi>1</AdsLtoi>
  189. <AdsLsun>1</AdsLsun>
  190. <AdsLven>1</AdsLven>
  191. <AdsLsxf>1</AdsLsxf>
  192. <RvctClst>0</RvctClst>
  193. <GenPPlst>0</GenPPlst>
  194. <AdsCpuType>ARM7TDMI</AdsCpuType>
  195. <RvctDeviceName></RvctDeviceName>
  196. <mOS>0</mOS>
  197. <uocRom>0</uocRom>
  198. <uocRam>0</uocRam>
  199. <hadIROM>1</hadIROM>
  200. <hadIRAM>1</hadIRAM>
  201. <hadXRAM>0</hadXRAM>
  202. <uocXRam>0</uocXRam>
  203. <RvdsVP>0</RvdsVP>
  204. <hadIRAM2>0</hadIRAM2>
  205. <hadIROM2>0</hadIROM2>
  206. <StupSel>8</StupSel>
  207. <useUlib>0</useUlib>
  208. <EndSel>0</EndSel>
  209. <uLtcg>0</uLtcg>
  210. <RoSelD>3</RoSelD>
  211. <RwSelD>3</RwSelD>
  212. <CodeSel>0</CodeSel>
  213. <OptFeed>1</OptFeed>
  214. <NoZi1>0</NoZi1>
  215. <NoZi2>0</NoZi2>
  216. <NoZi3>0</NoZi3>
  217. <NoZi4>0</NoZi4>
  218. <NoZi5>0</NoZi5>
  219. <Ro1Chk>0</Ro1Chk>
  220. <Ro2Chk>0</Ro2Chk>
  221. <Ro3Chk>0</Ro3Chk>
  222. <Ir1Chk>1</Ir1Chk>
  223. <Ir2Chk>0</Ir2Chk>
  224. <Ra1Chk>0</Ra1Chk>
  225. <Ra2Chk>0</Ra2Chk>
  226. <Ra3Chk>0</Ra3Chk>
  227. <Im1Chk>1</Im1Chk>
  228. <Im2Chk>0</Im2Chk>
  229. <OnChipMemories>
  230. <Ocm1>
  231. <Type>0</Type>
  232. <StartAddress>0x0</StartAddress>
  233. <Size>0x0</Size>
  234. </Ocm1>
  235. <Ocm2>
  236. <Type>0</Type>
  237. <StartAddress>0x0</StartAddress>
  238. <Size>0x0</Size>
  239. </Ocm2>
  240. <Ocm3>
  241. <Type>0</Type>
  242. <StartAddress>0x0</StartAddress>
  243. <Size>0x0</Size>
  244. </Ocm3>
  245. <Ocm4>
  246. <Type>0</Type>
  247. <StartAddress>0x0</StartAddress>
  248. <Size>0x0</Size>
  249. </Ocm4>
  250. <Ocm5>
  251. <Type>0</Type>
  252. <StartAddress>0x0</StartAddress>
  253. <Size>0x0</Size>
  254. </Ocm5>
  255. <Ocm6>
  256. <Type>0</Type>
  257. <StartAddress>0x0</StartAddress>
  258. <Size>0x0</Size>
  259. </Ocm6>
  260. <IRAM>
  261. <Type>0</Type>
  262. <StartAddress>0x200000</StartAddress>
  263. <Size>0x10000</Size>
  264. </IRAM>
  265. <IROM>
  266. <Type>1</Type>
  267. <StartAddress>0x100000</StartAddress>
  268. <Size>0x40000</Size>
  269. </IROM>
  270. <XRAM>
  271. <Type>0</Type>
  272. <StartAddress>0x0</StartAddress>
  273. <Size>0x0</Size>
  274. </XRAM>
  275. <OCR_RVCT1>
  276. <Type>1</Type>
  277. <StartAddress>0x0</StartAddress>
  278. <Size>0x0</Size>
  279. </OCR_RVCT1>
  280. <OCR_RVCT2>
  281. <Type>1</Type>
  282. <StartAddress>0x0</StartAddress>
  283. <Size>0x0</Size>
  284. </OCR_RVCT2>
  285. <OCR_RVCT3>
  286. <Type>1</Type>
  287. <StartAddress>0x0</StartAddress>
  288. <Size>0x0</Size>
  289. </OCR_RVCT3>
  290. <OCR_RVCT4>
  291. <Type>1</Type>
  292. <StartAddress>0x100000</StartAddress>
  293. <Size>0x40000</Size>
  294. </OCR_RVCT4>
  295. <OCR_RVCT5>
  296. <Type>1</Type>
  297. <StartAddress>0x0</StartAddress>
  298. <Size>0x0</Size>
  299. </OCR_RVCT5>
  300. <OCR_RVCT6>
  301. <Type>0</Type>
  302. <StartAddress>0x0</StartAddress>
  303. <Size>0x0</Size>
  304. </OCR_RVCT6>
  305. <OCR_RVCT7>
  306. <Type>0</Type>
  307. <StartAddress>0x0</StartAddress>
  308. <Size>0x0</Size>
  309. </OCR_RVCT7>
  310. <OCR_RVCT8>
  311. <Type>0</Type>
  312. <StartAddress>0x0</StartAddress>
  313. <Size>0x0</Size>
  314. </OCR_RVCT8>
  315. <OCR_RVCT9>
  316. <Type>0</Type>
  317. <StartAddress>0x200000</StartAddress>
  318. <Size>0x10000</Size>
  319. </OCR_RVCT9>
  320. <OCR_RVCT10>
  321. <Type>0</Type>
  322. <StartAddress>0x0</StartAddress>
  323. <Size>0x0</Size>
  324. </OCR_RVCT10>
  325. </OnChipMemories>
  326. <RvctStartVector></RvctStartVector>
  327. </ArmAdsMisc>
  328. <Cads>
  329. <interw>1</interw>
  330. <Optim>1</Optim>
  331. <oTime>0</oTime>
  332. <SplitLS>0</SplitLS>
  333. <OneElfS>0</OneElfS>
  334. <Strict>0</Strict>
  335. <EnumInt>0</EnumInt>
  336. <PlainCh>0</PlainCh>
  337. <Ropi>0</Ropi>
  338. <Rwpi>0</Rwpi>
  339. <wLevel>2</wLevel>
  340. <uThumb>0</uThumb>
  341. <VariousControls>
  342. <MiscControls></MiscControls>
  343. <Define>RT_DEBUG</Define>
  344. <Undefine></Undefine>
  345. <IncludePath>.;..\..\include;..\sam7x;..\..\components\dfs;..\..\components\dfs\include;..\..\components\finsh;..\..\components\net\lwip\src\include;..\..\components\net\lwip\src;..\..\components\net\lwip\src\arch\include;..\..\components\net\lwip\src\include\ipv4;;..\..\filesystem\dfs;..\..\filesystem\dfs\include;..\..\filesystem\dfs\filesystems\efsl\src\include;..\..\filesystem\dfs\filesystems\efsl\src\base\include;..\..\filesystem\dfs\filesystems\efsl\src\fs\vfat\include</IncludePath>
  346. </VariousControls>
  347. </Cads>
  348. <Aads>
  349. <interw>1</interw>
  350. <Ropi>0</Ropi>
  351. <Rwpi>0</Rwpi>
  352. <thumb>0</thumb>
  353. <SplitLS>0</SplitLS>
  354. <SwStkChk>0</SwStkChk>
  355. <NoWarn>0</NoWarn>
  356. <VariousControls>
  357. <MiscControls></MiscControls>
  358. <Define></Define>
  359. <Undefine></Undefine>
  360. <IncludePath></IncludePath>
  361. </VariousControls>
  362. </Aads>
  363. <LDads>
  364. <umfTarg>1</umfTarg>
  365. <Ropi>0</Ropi>
  366. <Rwpi>0</Rwpi>
  367. <noStLib>0</noStLib>
  368. <RepFail>1</RepFail>
  369. <useFile>0</useFile>
  370. <TextAddressRange>0x00100000</TextAddressRange>
  371. <DataAddressRange>0x00200000</DataAddressRange>
  372. <ScatterFile></ScatterFile>
  373. <IncludeLibs></IncludeLibs>
  374. <IncludeLibsPath></IncludeLibsPath>
  375. <Misc>--keep __fsym_* --keep __vsym_*</Misc>
  376. <LinkerInputFile></LinkerInputFile>
  377. <DisabledWarnings></DisabledWarnings>
  378. </LDads>
  379. </TargetArmAds>
  380. </TargetOption>
  381. <Groups>
  382. <Group>
  383. <GroupName>Startup</GroupName>
  384. <Files>
  385. <File>
  386. <FileName>rtconfig.h</FileName>
  387. <FileType>5</FileType>
  388. <FilePath>.\rtconfig.h</FilePath>
  389. </File>
  390. <File>
  391. <FileName>application.c</FileName>
  392. <FileType>1</FileType>
  393. <FilePath>.\application.c</FilePath>
  394. </File>
  395. <File>
  396. <FileName>board.c</FileName>
  397. <FileType>1</FileType>
  398. <FilePath>.\board.c</FilePath>
  399. </File>
  400. <File>
  401. <FileName>startup.c</FileName>
  402. <FileType>1</FileType>
  403. <FilePath>.\startup.c</FilePath>
  404. </File>
  405. <File>
  406. <FileName>sd.c</FileName>
  407. <FileType>1</FileType>
  408. <FilePath>.\sd.c</FilePath>
  409. </File>
  410. <File>
  411. <FileName>serial.c</FileName>
  412. <FileType>1</FileType>
  413. <FilePath>.\serial.c</FilePath>
  414. </File>
  415. <File>
  416. <FileName>sam7x_emac.c</FileName>
  417. <FileType>1</FileType>
  418. <FilePath>.\sam7x_emac.c</FilePath>
  419. </File>
  420. </Files>
  421. </Group>
  422. <Group>
  423. <GroupName>Kernel</GroupName>
  424. <Files>
  425. <File>
  426. <FileName>clock.c</FileName>
  427. <FileType>1</FileType>
  428. <FilePath>..\..\src\clock.c</FilePath>
  429. </File>
  430. <File>
  431. <FileName>idle.c</FileName>
  432. <FileType>1</FileType>
  433. <FilePath>..\..\src\idle.c</FilePath>
  434. </File>
  435. <File>
  436. <FileName>ipc.c</FileName>
  437. <FileType>1</FileType>
  438. <FilePath>..\..\src\ipc.c</FilePath>
  439. </File>
  440. <File>
  441. <FileName>irq.c</FileName>
  442. <FileType>1</FileType>
  443. <FilePath>..\..\src\irq.c</FilePath>
  444. </File>
  445. <File>
  446. <FileName>kservice.c</FileName>
  447. <FileType>1</FileType>
  448. <FilePath>..\..\src\kservice.c</FilePath>
  449. </File>
  450. <File>
  451. <FileName>mem.c</FileName>
  452. <FileType>1</FileType>
  453. <FilePath>..\..\src\mem.c</FilePath>
  454. </File>
  455. <File>
  456. <FileName>mempool.c</FileName>
  457. <FileType>1</FileType>
  458. <FilePath>..\..\src\mempool.c</FilePath>
  459. </File>
  460. <File>
  461. <FileName>object.c</FileName>
  462. <FileType>1</FileType>
  463. <FilePath>..\..\src\object.c</FilePath>
  464. </File>
  465. <File>
  466. <FileName>timer.c</FileName>
  467. <FileType>1</FileType>
  468. <FilePath>..\..\src\timer.c</FilePath>
  469. </File>
  470. <File>
  471. <FileName>scheduler.c</FileName>
  472. <FileType>1</FileType>
  473. <FilePath>..\..\src\scheduler.c</FilePath>
  474. </File>
  475. <File>
  476. <FileName>slab.c</FileName>
  477. <FileType>1</FileType>
  478. <FilePath>..\..\src\slab.c</FilePath>
  479. </File>
  480. <File>
  481. <FileName>thread.c</FileName>
  482. <FileType>1</FileType>
  483. <FilePath>..\..\src\thread.c</FilePath>
  484. </File>
  485. <File>
  486. <FileName>device.c</FileName>
  487. <FileType>1</FileType>
  488. <FilePath>..\..\src\device.c</FilePath>
  489. </File>
  490. </Files>
  491. </Group>
  492. <Group>
  493. <GroupName>AT91SAM7X</GroupName>
  494. <Files>
  495. <File>
  496. <FileName>interrupt.c</FileName>
  497. <FileType>1</FileType>
  498. <FilePath>..\..\libcpu\arm\AT91SAM7X\interrupt.c</FilePath>
  499. </File>
  500. <File>
  501. <FileName>stack.c</FileName>
  502. <FileType>1</FileType>
  503. <FilePath>..\..\libcpu\arm\AT91SAM7X\stack.c</FilePath>
  504. </File>
  505. <File>
  506. <FileName>trap.c</FileName>
  507. <FileType>1</FileType>
  508. <FilePath>..\..\libcpu\arm\AT91SAM7X\trap.c</FilePath>
  509. </File>
  510. <File>
  511. <FileName>cpu.c</FileName>
  512. <FileType>1</FileType>
  513. <FilePath>..\..\libcpu\arm\AT91SAM7X\cpu.c</FilePath>
  514. </File>
  515. <File>
  516. <FileName>start_rvds.S</FileName>
  517. <FileType>2</FileType>
  518. <FilePath>..\..\libcpu\arm\AT91SAM7X\start_rvds.S</FilePath>
  519. </File>
  520. <File>
  521. <FileName>context_rvds.S</FileName>
  522. <FileType>2</FileType>
  523. <FilePath>..\..\libcpu\arm\AT91SAM7X\context_rvds.S</FilePath>
  524. </File>
  525. </Files>
  526. </Group>
  527. <Group>
  528. <GroupName>finsh</GroupName>
  529. <Files>
  530. <File>
  531. <FileName>cmd.c</FileName>
  532. <FileType>1</FileType>
  533. <FilePath>..\..\components\finsh\cmd.c</FilePath>
  534. </File>
  535. <File>
  536. <FileName>finsh_compiler.c</FileName>
  537. <FileType>1</FileType>
  538. <FilePath>..\..\components\finsh\finsh_compiler.c</FilePath>
  539. </File>
  540. <File>
  541. <FileName>finsh_error.c</FileName>
  542. <FileType>1</FileType>
  543. <FilePath>..\..\components\finsh\finsh_error.c</FilePath>
  544. </File>
  545. <File>
  546. <FileName>finsh_heap.c</FileName>
  547. <FileType>1</FileType>
  548. <FilePath>..\..\components\finsh\finsh_heap.c</FilePath>
  549. </File>
  550. <File>
  551. <FileName>finsh_init.c</FileName>
  552. <FileType>1</FileType>
  553. <FilePath>..\..\components\finsh\finsh_init.c</FilePath>
  554. </File>
  555. <File>
  556. <FileName>finsh_node.c</FileName>
  557. <FileType>1</FileType>
  558. <FilePath>..\..\components\finsh\finsh_node.c</FilePath>
  559. </File>
  560. <File>
  561. <FileName>finsh_ops.c</FileName>
  562. <FileType>1</FileType>
  563. <FilePath>..\..\components\finsh\finsh_ops.c</FilePath>
  564. </File>
  565. <File>
  566. <FileName>finsh_parser.c</FileName>
  567. <FileType>1</FileType>
  568. <FilePath>..\..\components\finsh\finsh_parser.c</FilePath>
  569. </File>
  570. <File>
  571. <FileName>finsh_token.c</FileName>
  572. <FileType>1</FileType>
  573. <FilePath>..\..\components\finsh\finsh_token.c</FilePath>
  574. </File>
  575. <File>
  576. <FileName>finsh_var.c</FileName>
  577. <FileType>1</FileType>
  578. <FilePath>..\..\components\finsh\finsh_var.c</FilePath>
  579. </File>
  580. <File>
  581. <FileName>finsh_vm.c</FileName>
  582. <FileType>1</FileType>
  583. <FilePath>..\..\components\finsh\finsh_vm.c</FilePath>
  584. </File>
  585. <File>
  586. <FileName>shell.c</FileName>
  587. <FileType>1</FileType>
  588. <FilePath>..\..\components\finsh\shell.c</FilePath>
  589. </File>
  590. <File>
  591. <FileName>symbol.c</FileName>
  592. <FileType>1</FileType>
  593. <FilePath>..\..\components\finsh\symbol.c</FilePath>
  594. </File>
  595. </Files>
  596. </Group>
  597. <Group>
  598. <GroupName>LwIP</GroupName>
  599. <Files>
  600. <File>
  601. <FileName>dhcp.c</FileName>
  602. <FileType>1</FileType>
  603. <FilePath>..\..\components\net\lwip\src\core\dhcp.c</FilePath>
  604. </File>
  605. <File>
  606. <FileName>dns.c</FileName>
  607. <FileType>1</FileType>
  608. <FilePath>..\..\components\net\lwip\src\core\dns.c</FilePath>
  609. </File>
  610. <File>
  611. <FileName>init.c</FileName>
  612. <FileType>1</FileType>
  613. <FilePath>..\..\components\net\lwip\src\core\init.c</FilePath>
  614. </File>
  615. <File>
  616. <FileName>netif.c</FileName>
  617. <FileType>1</FileType>
  618. <FilePath>..\..\components\net\lwip\src\core\netif.c</FilePath>
  619. </File>
  620. <File>
  621. <FileName>pbuf.c</FileName>
  622. <FileType>1</FileType>
  623. <FilePath>..\..\components\net\lwip\src\core\pbuf.c</FilePath>
  624. </File>
  625. <File>
  626. <FileName>raw.c</FileName>
  627. <FileType>1</FileType>
  628. <FilePath>..\..\components\net\lwip\src\core\raw.c</FilePath>
  629. </File>
  630. <File>
  631. <FileName>stats.c</FileName>
  632. <FileType>1</FileType>
  633. <FilePath>..\..\components\net\lwip\src\core\stats.c</FilePath>
  634. </File>
  635. <File>
  636. <FileName>sys.c</FileName>
  637. <FileType>1</FileType>
  638. <FilePath>..\..\components\net\lwip\src\core\sys.c</FilePath>
  639. </File>
  640. <File>
  641. <FileName>tcp.c</FileName>
  642. <FileType>1</FileType>
  643. <FilePath>..\..\components\net\lwip\src\core\tcp.c</FilePath>
  644. </File>
  645. <File>
  646. <FileName>tcp_in.c</FileName>
  647. <FileType>1</FileType>
  648. <FilePath>..\..\components\net\lwip\src\core\tcp_in.c</FilePath>
  649. </File>
  650. <File>
  651. <FileName>tcp_out.c</FileName>
  652. <FileType>1</FileType>
  653. <FilePath>..\..\components\net\lwip\src\core\tcp_out.c</FilePath>
  654. </File>
  655. <File>
  656. <FileName>udp.c</FileName>
  657. <FileType>1</FileType>
  658. <FilePath>..\..\components\net\lwip\src\core\udp.c</FilePath>
  659. </File>
  660. <File>
  661. <FileName>autoip.c</FileName>
  662. <FileType>1</FileType>
  663. <FilePath>..\..\components\net\lwip\src\core\ipv4\autoip.c</FilePath>
  664. </File>
  665. <File>
  666. <FileName>icmp.c</FileName>
  667. <FileType>1</FileType>
  668. <FilePath>..\..\components\net\lwip\src\core\ipv4\icmp.c</FilePath>
  669. </File>
  670. <File>
  671. <FileName>igmp.c</FileName>
  672. <FileType>1</FileType>
  673. <FilePath>..\..\components\net\lwip\src\core\ipv4\igmp.c</FilePath>
  674. </File>
  675. <File>
  676. <FileName>inet.c</FileName>
  677. <FileType>1</FileType>
  678. <FilePath>..\..\components\net\lwip\src\core\ipv4\inet.c</FilePath>
  679. </File>
  680. <File>
  681. <FileName>inet_chksum.c</FileName>
  682. <FileType>1</FileType>
  683. <FilePath>..\..\components\net\lwip\src\core\ipv4\inet_chksum.c</FilePath>
  684. </File>
  685. <File>
  686. <FileName>ip.c</FileName>
  687. <FileType>1</FileType>
  688. <FilePath>..\..\components\net\lwip\src\core\ipv4\ip.c</FilePath>
  689. </File>
  690. <File>
  691. <FileName>ip_addr.c</FileName>
  692. <FileType>1</FileType>
  693. <FilePath>..\..\components\net\lwip\src\core\ipv4\ip_addr.c</FilePath>
  694. </File>
  695. <File>
  696. <FileName>ip_frag.c</FileName>
  697. <FileType>1</FileType>
  698. <FilePath>..\..\components\net\lwip\src\core\ipv4\ip_frag.c</FilePath>
  699. </File>
  700. <File>
  701. <FileName>asn1_dec.c</FileName>
  702. <FileType>1</FileType>
  703. <FilePath>..\..\components\net\lwip\src\core\snmp\asn1_dec.c</FilePath>
  704. </File>
  705. <File>
  706. <FileName>asn1_enc.c</FileName>
  707. <FileType>1</FileType>
  708. <FilePath>..\..\components\net\lwip\src\core\snmp\asn1_enc.c</FilePath>
  709. </File>
  710. <File>
  711. <FileName>mib2.c</FileName>
  712. <FileType>1</FileType>
  713. <FilePath>..\..\components\net\lwip\src\core\snmp\mib2.c</FilePath>
  714. </File>
  715. <File>
  716. <FileName>mib_structs.c</FileName>
  717. <FileType>1</FileType>
  718. <FilePath>..\..\components\net\lwip\src\core\snmp\mib_structs.c</FilePath>
  719. </File>
  720. <File>
  721. <FileName>msg_in.c</FileName>
  722. <FileType>1</FileType>
  723. <FilePath>..\..\components\net\lwip\src\core\snmp\msg_in.c</FilePath>
  724. </File>
  725. <File>
  726. <FileName>msg_out.c</FileName>
  727. <FileType>1</FileType>
  728. <FilePath>..\..\components\net\lwip\src\core\snmp\msg_out.c</FilePath>
  729. </File>
  730. <File>
  731. <FileName>api_lib.c</FileName>
  732. <FileType>1</FileType>
  733. <FilePath>..\..\components\net\lwip\src\api\api_lib.c</FilePath>
  734. </File>
  735. <File>
  736. <FileName>api_msg.c</FileName>
  737. <FileType>1</FileType>
  738. <FilePath>..\..\components\net\lwip\src\api\api_msg.c</FilePath>
  739. </File>
  740. <File>
  741. <FileName>err.c</FileName>
  742. <FileType>1</FileType>
  743. <FilePath>..\..\components\net\lwip\src\api\err.c</FilePath>
  744. </File>
  745. <File>
  746. <FileName>netbuf.c</FileName>
  747. <FileType>1</FileType>
  748. <FilePath>..\..\components\net\lwip\src\api\netbuf.c</FilePath>
  749. </File>
  750. <File>
  751. <FileName>netdb.c</FileName>
  752. <FileType>1</FileType>
  753. <FilePath>..\..\components\net\lwip\src\api\netdb.c</FilePath>
  754. </File>
  755. <File>
  756. <FileName>netifapi.c</FileName>
  757. <FileType>1</FileType>
  758. <FilePath>..\..\components\net\lwip\src\api\netifapi.c</FilePath>
  759. </File>
  760. <File>
  761. <FileName>tcpip.c</FileName>
  762. <FileType>1</FileType>
  763. <FilePath>..\..\components\net\lwip\src\api\tcpip.c</FilePath>
  764. </File>
  765. <File>
  766. <FileName>etharp.c</FileName>
  767. <FileType>1</FileType>
  768. <FilePath>..\..\components\net\lwip\src\netif\etharp.c</FilePath>
  769. </File>
  770. <File>
  771. <FileName>ethernetif.c</FileName>
  772. <FileType>1</FileType>
  773. <FilePath>..\..\components\net\lwip\src\netif\ethernetif.c</FilePath>
  774. </File>
  775. <File>
  776. <FileName>loopif.c</FileName>
  777. <FileType>1</FileType>
  778. <FilePath>..\..\components\net\lwip\src\netif\loopif.c</FilePath>
  779. </File>
  780. <File>
  781. <FileName>sys_arch_init.c</FileName>
  782. <FileType>1</FileType>
  783. <FilePath>..\..\components\net\lwip\src\arch\sys_arch_init.c</FilePath>
  784. </File>
  785. <File>
  786. <FileName>sys_arch.c</FileName>
  787. <FileType>1</FileType>
  788. <FilePath>..\..\components\net\lwip\src\arch\sys_arch.c</FilePath>
  789. </File>
  790. <File>
  791. <FileName>sockets.c</FileName>
  792. <FileType>1</FileType>
  793. <FilePath>..\..\components\net\lwip\src\api\sockets.c</FilePath>
  794. </File>
  795. <File>
  796. <FileName>memp.c</FileName>
  797. <FileType>1</FileType>
  798. <FilePath>..\..\components\net\lwip\src\core\memp.c</FilePath>
  799. </File>
  800. </Files>
  801. </Group>
  802. <Group>
  803. <GroupName>Filesystem</GroupName>
  804. <Files>
  805. <File>
  806. <FileName>dfs.c</FileName>
  807. <FileType>1</FileType>
  808. <FilePath>..\..\components\dfs\src\dfs.c</FilePath>
  809. </File>
  810. <File>
  811. <FileName>dfs_file.c</FileName>
  812. <FileType>1</FileType>
  813. <FilePath>..\..\components\dfs\src\dfs_file.c</FilePath>
  814. </File>
  815. <File>
  816. <FileName>dfs_fs.c</FileName>
  817. <FileType>1</FileType>
  818. <FilePath>..\..\components\dfs\src\dfs_fs.c</FilePath>
  819. </File>
  820. <File>
  821. <FileName>dfs_posix.c</FileName>
  822. <FileType>1</FileType>
  823. <FilePath>..\..\components\dfs\src\dfs_posix.c</FilePath>
  824. </File>
  825. </Files>
  826. </Group>
  827. </Groups>
  828. </Target>
  829. </Targets>
  830. </Project>