project.uvprojx 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458
  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>rt_thread_stm32f429</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <pCCUsed>5060300::V5.06 update 3 (build 300)::ARMCC</pCCUsed>
  11. <uAC6>0</uAC6>
  12. <TargetOption>
  13. <TargetCommonOption>
  14. <Device>STM32F429IGHx</Device>
  15. <Vendor>STMicroelectronics</Vendor>
  16. <PackID>Keil.STM32F4xx_DFP.2.12.0</PackID>
  17. <PackURL>http://www.keil.com/pack</PackURL>
  18. <Cpu>IRAM(0x20000000,0x30000) IRAM2(0x10000000,0x10000) IROM(0x08000000,0x100000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ELITTLE</Cpu>
  19. <FlashUtilSpec></FlashUtilSpec>
  20. <StartupFile></StartupFile>
  21. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32F429IGHx$CMSIS\Flash\STM32F4xx_1024.FLM))</FlashDriverDll>
  22. <DeviceId>0</DeviceId>
  23. <RegisterFile>$$Device:STM32F429IGHx$Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h</RegisterFile>
  24. <MemoryEnv></MemoryEnv>
  25. <Cmp></Cmp>
  26. <Asm></Asm>
  27. <Linker></Linker>
  28. <OHString></OHString>
  29. <InfinionOptionDll></InfinionOptionDll>
  30. <SLE66CMisc></SLE66CMisc>
  31. <SLE66AMisc></SLE66AMisc>
  32. <SLE66LinkerMisc></SLE66LinkerMisc>
  33. <SFDFile>$$Device:STM32F429IGHx$CMSIS\SVD\STM32F429x.svd</SFDFile>
  34. <bCustSvd>0</bCustSvd>
  35. <UseEnv>0</UseEnv>
  36. <BinPath></BinPath>
  37. <IncludePath></IncludePath>
  38. <LibPath></LibPath>
  39. <RegisterFilePath></RegisterFilePath>
  40. <DBRegisterFilePath></DBRegisterFilePath>
  41. <TargetStatus>
  42. <Error>0</Error>
  43. <ExitCodeStop>0</ExitCodeStop>
  44. <ButtonStop>0</ButtonStop>
  45. <NotGenerated>0</NotGenerated>
  46. <InvalidFlash>1</InvalidFlash>
  47. </TargetStatus>
  48. <OutputDirectory>.\Objects\</OutputDirectory>
  49. <OutputName>template</OutputName>
  50. <CreateExecutable>1</CreateExecutable>
  51. <CreateLib>0</CreateLib>
  52. <CreateHexFile>0</CreateHexFile>
  53. <DebugInformation>1</DebugInformation>
  54. <BrowseInformation>1</BrowseInformation>
  55. <ListingPath>.\Listings\</ListingPath>
  56. <HexFormatSelection>1</HexFormatSelection>
  57. <Merge32K>0</Merge32K>
  58. <CreateBatchFile>0</CreateBatchFile>
  59. <BeforeCompile>
  60. <RunUserProg1>0</RunUserProg1>
  61. <RunUserProg2>0</RunUserProg2>
  62. <UserProg1Name></UserProg1Name>
  63. <UserProg2Name></UserProg2Name>
  64. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  65. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  66. <nStopU1X>0</nStopU1X>
  67. <nStopU2X>0</nStopU2X>
  68. </BeforeCompile>
  69. <BeforeMake>
  70. <RunUserProg1>0</RunUserProg1>
  71. <RunUserProg2>0</RunUserProg2>
  72. <UserProg1Name></UserProg1Name>
  73. <UserProg2Name></UserProg2Name>
  74. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  75. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  76. <nStopB1X>0</nStopB1X>
  77. <nStopB2X>0</nStopB2X>
  78. </BeforeMake>
  79. <AfterMake>
  80. <RunUserProg1>0</RunUserProg1>
  81. <RunUserProg2>0</RunUserProg2>
  82. <UserProg1Name></UserProg1Name>
  83. <UserProg2Name></UserProg2Name>
  84. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  85. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  86. <nStopA1X>0</nStopA1X>
  87. <nStopA2X>0</nStopA2X>
  88. </AfterMake>
  89. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  90. <SVCSIdString></SVCSIdString>
  91. </TargetCommonOption>
  92. <CommonProperty>
  93. <UseCPPCompiler>0</UseCPPCompiler>
  94. <RVCTCodeConst>0</RVCTCodeConst>
  95. <RVCTZI>0</RVCTZI>
  96. <RVCTOtherData>0</RVCTOtherData>
  97. <ModuleSelection>0</ModuleSelection>
  98. <IncludeInBuild>1</IncludeInBuild>
  99. <AlwaysBuild>0</AlwaysBuild>
  100. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  101. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  102. <PublicsOnly>0</PublicsOnly>
  103. <StopOnExitCode>3</StopOnExitCode>
  104. <CustomArgument></CustomArgument>
  105. <IncludeLibraryModules></IncludeLibraryModules>
  106. <ComprImg>1</ComprImg>
  107. </CommonProperty>
  108. <DllOption>
  109. <SimDllName>SARMCM3.DLL</SimDllName>
  110. <SimDllArguments> -REMAP -MPU</SimDllArguments>
  111. <SimDlgDll>DCM.DLL</SimDlgDll>
  112. <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
  113. <TargetDllName>SARMCM3.DLL</TargetDllName>
  114. <TargetDllArguments> -MPU</TargetDllArguments>
  115. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  116. <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
  117. </DllOption>
  118. <DebugOption>
  119. <OPTHX>
  120. <HexSelection>1</HexSelection>
  121. <HexRangeLowAddress>0</HexRangeLowAddress>
  122. <HexRangeHighAddress>0</HexRangeHighAddress>
  123. <HexOffset>0</HexOffset>
  124. <Oh166RecLen>16</Oh166RecLen>
  125. </OPTHX>
  126. </DebugOption>
  127. <Utilities>
  128. <Flash1>
  129. <UseTargetDll>1</UseTargetDll>
  130. <UseExternalTool>0</UseExternalTool>
  131. <RunIndependent>0</RunIndependent>
  132. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  133. <Capability>0</Capability>
  134. <DriverSelection>-1</DriverSelection>
  135. </Flash1>
  136. <bUseTDR>1</bUseTDR>
  137. <Flash2>BIN\UL2CM3.DLL</Flash2>
  138. <Flash3></Flash3>
  139. <Flash4></Flash4>
  140. <pFcarmOut></pFcarmOut>
  141. <pFcarmGrp></pFcarmGrp>
  142. <pFcArmRoot></pFcArmRoot>
  143. <FcArmLst>0</FcArmLst>
  144. </Utilities>
  145. <TargetArmAds>
  146. <ArmAdsMisc>
  147. <GenerateListings>0</GenerateListings>
  148. <asHll>1</asHll>
  149. <asAsm>1</asAsm>
  150. <asMacX>1</asMacX>
  151. <asSyms>1</asSyms>
  152. <asFals>1</asFals>
  153. <asDbgD>1</asDbgD>
  154. <asForm>1</asForm>
  155. <ldLst>0</ldLst>
  156. <ldmm>1</ldmm>
  157. <ldXref>1</ldXref>
  158. <BigEnd>0</BigEnd>
  159. <AdsALst>1</AdsALst>
  160. <AdsACrf>1</AdsACrf>
  161. <AdsANop>0</AdsANop>
  162. <AdsANot>0</AdsANot>
  163. <AdsLLst>1</AdsLLst>
  164. <AdsLmap>1</AdsLmap>
  165. <AdsLcgr>1</AdsLcgr>
  166. <AdsLsym>1</AdsLsym>
  167. <AdsLszi>1</AdsLszi>
  168. <AdsLtoi>1</AdsLtoi>
  169. <AdsLsun>1</AdsLsun>
  170. <AdsLven>1</AdsLven>
  171. <AdsLsxf>1</AdsLsxf>
  172. <RvctClst>0</RvctClst>
  173. <GenPPlst>0</GenPPlst>
  174. <AdsCpuType>"Cortex-M4"</AdsCpuType>
  175. <RvctDeviceName></RvctDeviceName>
  176. <mOS>0</mOS>
  177. <uocRom>0</uocRom>
  178. <uocRam>0</uocRam>
  179. <hadIROM>1</hadIROM>
  180. <hadIRAM>1</hadIRAM>
  181. <hadXRAM>0</hadXRAM>
  182. <uocXRam>0</uocXRam>
  183. <RvdsVP>2</RvdsVP>
  184. <hadIRAM2>1</hadIRAM2>
  185. <hadIROM2>0</hadIROM2>
  186. <StupSel>8</StupSel>
  187. <useUlib>0</useUlib>
  188. <EndSel>0</EndSel>
  189. <uLtcg>0</uLtcg>
  190. <nSecure>0</nSecure>
  191. <RoSelD>3</RoSelD>
  192. <RwSelD>3</RwSelD>
  193. <CodeSel>0</CodeSel>
  194. <OptFeed>0</OptFeed>
  195. <NoZi1>0</NoZi1>
  196. <NoZi2>0</NoZi2>
  197. <NoZi3>0</NoZi3>
  198. <NoZi4>0</NoZi4>
  199. <NoZi5>0</NoZi5>
  200. <Ro1Chk>0</Ro1Chk>
  201. <Ro2Chk>0</Ro2Chk>
  202. <Ro3Chk>0</Ro3Chk>
  203. <Ir1Chk>1</Ir1Chk>
  204. <Ir2Chk>0</Ir2Chk>
  205. <Ra1Chk>0</Ra1Chk>
  206. <Ra2Chk>0</Ra2Chk>
  207. <Ra3Chk>0</Ra3Chk>
  208. <Im1Chk>1</Im1Chk>
  209. <Im2Chk>0</Im2Chk>
  210. <OnChipMemories>
  211. <Ocm1>
  212. <Type>0</Type>
  213. <StartAddress>0x0</StartAddress>
  214. <Size>0x0</Size>
  215. </Ocm1>
  216. <Ocm2>
  217. <Type>0</Type>
  218. <StartAddress>0x0</StartAddress>
  219. <Size>0x0</Size>
  220. </Ocm2>
  221. <Ocm3>
  222. <Type>0</Type>
  223. <StartAddress>0x0</StartAddress>
  224. <Size>0x0</Size>
  225. </Ocm3>
  226. <Ocm4>
  227. <Type>0</Type>
  228. <StartAddress>0x0</StartAddress>
  229. <Size>0x0</Size>
  230. </Ocm4>
  231. <Ocm5>
  232. <Type>0</Type>
  233. <StartAddress>0x0</StartAddress>
  234. <Size>0x0</Size>
  235. </Ocm5>
  236. <Ocm6>
  237. <Type>0</Type>
  238. <StartAddress>0x0</StartAddress>
  239. <Size>0x0</Size>
  240. </Ocm6>
  241. <IRAM>
  242. <Type>0</Type>
  243. <StartAddress>0x20000000</StartAddress>
  244. <Size>0x30000</Size>
  245. </IRAM>
  246. <IROM>
  247. <Type>1</Type>
  248. <StartAddress>0x8000000</StartAddress>
  249. <Size>0x100000</Size>
  250. </IROM>
  251. <XRAM>
  252. <Type>0</Type>
  253. <StartAddress>0x0</StartAddress>
  254. <Size>0x0</Size>
  255. </XRAM>
  256. <OCR_RVCT1>
  257. <Type>1</Type>
  258. <StartAddress>0x0</StartAddress>
  259. <Size>0x0</Size>
  260. </OCR_RVCT1>
  261. <OCR_RVCT2>
  262. <Type>1</Type>
  263. <StartAddress>0x0</StartAddress>
  264. <Size>0x0</Size>
  265. </OCR_RVCT2>
  266. <OCR_RVCT3>
  267. <Type>1</Type>
  268. <StartAddress>0x0</StartAddress>
  269. <Size>0x0</Size>
  270. </OCR_RVCT3>
  271. <OCR_RVCT4>
  272. <Type>1</Type>
  273. <StartAddress>0x8000000</StartAddress>
  274. <Size>0x100000</Size>
  275. </OCR_RVCT4>
  276. <OCR_RVCT5>
  277. <Type>1</Type>
  278. <StartAddress>0x0</StartAddress>
  279. <Size>0x0</Size>
  280. </OCR_RVCT5>
  281. <OCR_RVCT6>
  282. <Type>0</Type>
  283. <StartAddress>0x0</StartAddress>
  284. <Size>0x0</Size>
  285. </OCR_RVCT6>
  286. <OCR_RVCT7>
  287. <Type>0</Type>
  288. <StartAddress>0x0</StartAddress>
  289. <Size>0x0</Size>
  290. </OCR_RVCT7>
  291. <OCR_RVCT8>
  292. <Type>0</Type>
  293. <StartAddress>0x0</StartAddress>
  294. <Size>0x0</Size>
  295. </OCR_RVCT8>
  296. <OCR_RVCT9>
  297. <Type>0</Type>
  298. <StartAddress>0x20000000</StartAddress>
  299. <Size>0x30000</Size>
  300. </OCR_RVCT9>
  301. <OCR_RVCT10>
  302. <Type>0</Type>
  303. <StartAddress>0x10000000</StartAddress>
  304. <Size>0x10000</Size>
  305. </OCR_RVCT10>
  306. </OnChipMemories>
  307. <RvctStartVector></RvctStartVector>
  308. </ArmAdsMisc>
  309. <Cads>
  310. <interw>1</interw>
  311. <Optim>1</Optim>
  312. <oTime>0</oTime>
  313. <SplitLS>0</SplitLS>
  314. <OneElfS>1</OneElfS>
  315. <Strict>0</Strict>
  316. <EnumInt>0</EnumInt>
  317. <PlainCh>0</PlainCh>
  318. <Ropi>0</Ropi>
  319. <Rwpi>0</Rwpi>
  320. <wLevel>2</wLevel>
  321. <uThumb>0</uThumb>
  322. <uSurpInc>0</uSurpInc>
  323. <uC99>1</uC99>
  324. <useXO>0</useXO>
  325. <v6Lang>1</v6Lang>
  326. <v6LangP>1</v6LangP>
  327. <vShortEn>1</vShortEn>
  328. <vShortWch>1</vShortWch>
  329. <v6Lto>0</v6Lto>
  330. <v6WtE>0</v6WtE>
  331. <v6Rtti>0</v6Rtti>
  332. <VariousControls>
  333. <MiscControls></MiscControls>
  334. <Define>USE_HAL_DRIVER, RT_USING_ARM_LIBC, STM32F429xx</Define>
  335. <Undefine></Undefine>
  336. <IncludePath>applications;.;drivers;Libraries\STM32F4xx_HAL_Driver\Inc;Libraries\CMSIS\Device\ST\STM32F4xx\Include;Libraries\CMSIS\Include;..\..\include;..\..\libcpu\arm\cortex-m4;..\..\libcpu\arm\common;..\..\components\dfs\include;..\..\components\dfs\filesystems\devfs;..\..\components\dfs\filesystems\elmfat;..\..\components\dfs\filesystems\net;..\..\components\dfs\filesystems\net\socket;..\..\components\dfs\filesystems\romfs;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\spi;..\..\components\drivers\include;..\..\components\drivers\spi\sfud\inc;..\..\components\drivers\include;..\..\components\finsh;..\..\components\libc\compilers\armlibc;..\..\components\net\lwip-2.0.2\src;..\..\components\net\lwip-2.0.2\src\include;..\..\components\net\lwip-2.0.2\src\include\ipv4;..\..\components\net\lwip-2.0.2\src\arch\include;..\..\components\net\lwip-2.0.2\src\include\netif</IncludePath>
  337. </VariousControls>
  338. </Cads>
  339. <Aads>
  340. <interw>1</interw>
  341. <Ropi>0</Ropi>
  342. <Rwpi>0</Rwpi>
  343. <thumb>0</thumb>
  344. <SplitLS>0</SplitLS>
  345. <SwStkChk>0</SwStkChk>
  346. <NoWarn>0</NoWarn>
  347. <uSurpInc>0</uSurpInc>
  348. <useXO>0</useXO>
  349. <uClangAs>0</uClangAs>
  350. <VariousControls>
  351. <MiscControls></MiscControls>
  352. <Define></Define>
  353. <Undefine></Undefine>
  354. <IncludePath></IncludePath>
  355. </VariousControls>
  356. </Aads>
  357. <LDads>
  358. <umfTarg>0</umfTarg>
  359. <Ropi>0</Ropi>
  360. <Rwpi>0</Rwpi>
  361. <noStLib>0</noStLib>
  362. <RepFail>1</RepFail>
  363. <useFile>0</useFile>
  364. <TextAddressRange>0x08000000</TextAddressRange>
  365. <DataAddressRange>0x20000000</DataAddressRange>
  366. <pXoBase></pXoBase>
  367. <ScatterFile>.\stm32f429_flash.sct</ScatterFile>
  368. <IncludeLibs></IncludeLibs>
  369. <IncludeLibsPath></IncludeLibsPath>
  370. <Misc> --keep *.o(.rti_fn.*) --keep *.o(FSymTab) --keep *.o(VSymTab) </Misc>
  371. <LinkerInputFile></LinkerInputFile>
  372. <DisabledWarnings></DisabledWarnings>
  373. </LDads>
  374. </TargetArmAds>
  375. </TargetOption>
  376. <Groups>
  377. <Group>
  378. <GroupName>Applications</GroupName>
  379. <Files>
  380. <File>
  381. <FileName>application.c</FileName>
  382. <FileType>1</FileType>
  383. <FilePath>applications\application.c</FilePath>
  384. </File>
  385. <File>
  386. <FileName>startup.c</FileName>
  387. <FileType>1</FileType>
  388. <FilePath>applications\startup.c</FilePath>
  389. </File>
  390. </Files>
  391. </Group>
  392. <Group>
  393. <GroupName>Drivers</GroupName>
  394. <Files>
  395. <File>
  396. <FileName>board.c</FileName>
  397. <FileType>1</FileType>
  398. <FilePath>drivers\board.c</FilePath>
  399. </File>
  400. <File>
  401. <FileName>stm32f4xx_it.c</FileName>
  402. <FileType>1</FileType>
  403. <FilePath>drivers\stm32f4xx_it.c</FilePath>
  404. </File>
  405. <File>
  406. <FileName>usart.c</FileName>
  407. <FileType>1</FileType>
  408. <FilePath>drivers\usart.c</FilePath>
  409. </File>
  410. <File>
  411. <FileName>drv_sdram.c</FileName>
  412. <FileType>1</FileType>
  413. <FilePath>drivers\drv_sdram.c</FilePath>
  414. </File>
  415. <File>
  416. <FileName>drv_rtc.c</FileName>
  417. <FileType>1</FileType>
  418. <FilePath>drivers\drv_rtc.c</FilePath>
  419. </File>
  420. <File>
  421. <FileName>drv_mpu.c</FileName>
  422. <FileType>1</FileType>
  423. <FilePath>drivers\drv_mpu.c</FilePath>
  424. </File>
  425. <File>
  426. <FileName>drv_sdio_sd.c</FileName>
  427. <FileType>1</FileType>
  428. <FilePath>drivers\drv_sdio_sd.c</FilePath>
  429. </File>
  430. <File>
  431. <FileName>drv_nand.c</FileName>
  432. <FileType>1</FileType>
  433. <FilePath>drivers\drv_nand.c</FilePath>
  434. </File>
  435. <File>
  436. <FileName>drv_eth.c</FileName>
  437. <FileType>1</FileType>
  438. <FilePath>drivers\drv_eth.c</FilePath>
  439. </File>
  440. <File>
  441. <FileName>drv_i2c.c</FileName>
  442. <FileType>1</FileType>
  443. <FilePath>drivers\drv_i2c.c</FilePath>
  444. </File>
  445. <File>
  446. <FileName>drv_pcf8574.c</FileName>
  447. <FileType>1</FileType>
  448. <FilePath>drivers\drv_pcf8574.c</FilePath>
  449. </File>
  450. <File>
  451. <FileName>drv_spi.c</FileName>
  452. <FileType>1</FileType>
  453. <FilePath>drivers\drv_spi.c</FilePath>
  454. </File>
  455. <File>
  456. <FileName>drv_spi_flash.c</FileName>
  457. <FileType>1</FileType>
  458. <FilePath>drivers\drv_spi_flash.c</FilePath>
  459. </File>
  460. </Files>
  461. </Group>
  462. <Group>
  463. <GroupName>STM32_HAL</GroupName>
  464. <Files>
  465. <File>
  466. <FileName>system_stm32f4xx.c</FileName>
  467. <FileType>1</FileType>
  468. <FilePath>Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c</FilePath>
  469. </File>
  470. <File>
  471. <FileName>stm32f4xx_hal.c</FileName>
  472. <FileType>1</FileType>
  473. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c</FilePath>
  474. </File>
  475. <File>
  476. <FileName>stm32f4xx_hal_adc.c</FileName>
  477. <FileType>1</FileType>
  478. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c</FilePath>
  479. </File>
  480. <File>
  481. <FileName>stm32f4xx_hal_adc_ex.c</FileName>
  482. <FileType>1</FileType>
  483. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c</FilePath>
  484. </File>
  485. <File>
  486. <FileName>stm32f4xx_hal_can.c</FileName>
  487. <FileType>1</FileType>
  488. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c</FilePath>
  489. </File>
  490. <File>
  491. <FileName>stm32f4xx_hal_cec.c</FileName>
  492. <FileType>1</FileType>
  493. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c</FilePath>
  494. </File>
  495. <File>
  496. <FileName>stm32f4xx_hal_cortex.c</FileName>
  497. <FileType>1</FileType>
  498. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c</FilePath>
  499. </File>
  500. <File>
  501. <FileName>stm32f4xx_hal_crc.c</FileName>
  502. <FileType>1</FileType>
  503. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c</FilePath>
  504. </File>
  505. <File>
  506. <FileName>stm32f4xx_hal_cryp.c</FileName>
  507. <FileType>1</FileType>
  508. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp.c</FilePath>
  509. </File>
  510. <File>
  511. <FileName>stm32f4xx_hal_cryp_ex.c</FileName>
  512. <FileType>1</FileType>
  513. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp_ex.c</FilePath>
  514. </File>
  515. <File>
  516. <FileName>stm32f4xx_hal_dac.c</FileName>
  517. <FileType>1</FileType>
  518. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c</FilePath>
  519. </File>
  520. <File>
  521. <FileName>stm32f4xx_hal_dac_ex.c</FileName>
  522. <FileType>1</FileType>
  523. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c</FilePath>
  524. </File>
  525. <File>
  526. <FileName>stm32f4xx_hal_dcmi.c</FileName>
  527. <FileType>1</FileType>
  528. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dcmi.c</FilePath>
  529. </File>
  530. <File>
  531. <FileName>stm32f4xx_hal_dcmi_ex.c</FileName>
  532. <FileType>1</FileType>
  533. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dcmi_ex.c</FilePath>
  534. </File>
  535. <File>
  536. <FileName>stm32f4xx_hal_dfsdm.c</FileName>
  537. <FileType>1</FileType>
  538. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dfsdm.c</FilePath>
  539. </File>
  540. <File>
  541. <FileName>stm32f4xx_hal_dma.c</FileName>
  542. <FileType>1</FileType>
  543. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c</FilePath>
  544. </File>
  545. <File>
  546. <FileName>stm32f4xx_hal_dma2d.c</FileName>
  547. <FileType>1</FileType>
  548. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma2d.c</FilePath>
  549. </File>
  550. <File>
  551. <FileName>stm32f4xx_hal_dma_ex.c</FileName>
  552. <FileType>1</FileType>
  553. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c</FilePath>
  554. </File>
  555. <File>
  556. <FileName>stm32f4xx_hal_dsi.c</FileName>
  557. <FileType>1</FileType>
  558. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dsi.c</FilePath>
  559. </File>
  560. <File>
  561. <FileName>stm32f4xx_hal_eth.c</FileName>
  562. <FileType>1</FileType>
  563. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_eth.c</FilePath>
  564. </File>
  565. <File>
  566. <FileName>stm32f4xx_hal_flash.c</FileName>
  567. <FileType>1</FileType>
  568. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c</FilePath>
  569. </File>
  570. <File>
  571. <FileName>stm32f4xx_hal_flash_ex.c</FileName>
  572. <FileType>1</FileType>
  573. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c</FilePath>
  574. </File>
  575. <File>
  576. <FileName>stm32f4xx_hal_flash_ramfunc.c</FileName>
  577. <FileType>1</FileType>
  578. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c</FilePath>
  579. </File>
  580. <File>
  581. <FileName>stm32f4xx_hal_fmpi2c.c</FileName>
  582. <FileType>1</FileType>
  583. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_fmpi2c.c</FilePath>
  584. </File>
  585. <File>
  586. <FileName>stm32f4xx_hal_fmpi2c_ex.c</FileName>
  587. <FileType>1</FileType>
  588. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_fmpi2c_ex.c</FilePath>
  589. </File>
  590. <File>
  591. <FileName>stm32f4xx_hal_gpio.c</FileName>
  592. <FileType>1</FileType>
  593. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c</FilePath>
  594. </File>
  595. <File>
  596. <FileName>stm32f4xx_hal_hash.c</FileName>
  597. <FileType>1</FileType>
  598. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hash.c</FilePath>
  599. </File>
  600. <File>
  601. <FileName>stm32f4xx_hal_hash_ex.c</FileName>
  602. <FileType>1</FileType>
  603. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hash_ex.c</FilePath>
  604. </File>
  605. <File>
  606. <FileName>stm32f4xx_hal_hcd.c</FileName>
  607. <FileType>1</FileType>
  608. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hcd.c</FilePath>
  609. </File>
  610. <File>
  611. <FileName>stm32f4xx_hal_i2c.c</FileName>
  612. <FileType>1</FileType>
  613. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c</FilePath>
  614. </File>
  615. <File>
  616. <FileName>stm32f4xx_hal_i2c_ex.c</FileName>
  617. <FileType>1</FileType>
  618. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c</FilePath>
  619. </File>
  620. <File>
  621. <FileName>stm32f4xx_hal_i2s.c</FileName>
  622. <FileType>1</FileType>
  623. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2s.c</FilePath>
  624. </File>
  625. <File>
  626. <FileName>stm32f4xx_hal_i2s_ex.c</FileName>
  627. <FileType>1</FileType>
  628. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2s_ex.c</FilePath>
  629. </File>
  630. <File>
  631. <FileName>stm32f4xx_hal_irda.c</FileName>
  632. <FileType>1</FileType>
  633. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_irda.c</FilePath>
  634. </File>
  635. <File>
  636. <FileName>stm32f4xx_hal_iwdg.c</FileName>
  637. <FileType>1</FileType>
  638. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_iwdg.c</FilePath>
  639. </File>
  640. <File>
  641. <FileName>stm32f4xx_hal_lptim.c</FileName>
  642. <FileType>1</FileType>
  643. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_lptim.c</FilePath>
  644. </File>
  645. <File>
  646. <FileName>stm32f4xx_hal_ltdc.c</FileName>
  647. <FileType>1</FileType>
  648. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc.c</FilePath>
  649. </File>
  650. <File>
  651. <FileName>stm32f4xx_hal_ltdc_ex.c</FileName>
  652. <FileType>1</FileType>
  653. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc_ex.c</FilePath>
  654. </File>
  655. <File>
  656. <FileName>stm32f4xx_hal_nand.c</FileName>
  657. <FileType>1</FileType>
  658. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_nand.c</FilePath>
  659. </File>
  660. <File>
  661. <FileName>stm32f4xx_hal_nor.c</FileName>
  662. <FileType>1</FileType>
  663. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_nor.c</FilePath>
  664. </File>
  665. <File>
  666. <FileName>stm32f4xx_hal_pccard.c</FileName>
  667. <FileType>1</FileType>
  668. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pccard.c</FilePath>
  669. </File>
  670. <File>
  671. <FileName>stm32f4xx_hal_pcd.c</FileName>
  672. <FileType>1</FileType>
  673. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c</FilePath>
  674. </File>
  675. <File>
  676. <FileName>stm32f4xx_hal_pcd_ex.c</FileName>
  677. <FileType>1</FileType>
  678. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c</FilePath>
  679. </File>
  680. <File>
  681. <FileName>stm32f4xx_hal_pwr.c</FileName>
  682. <FileType>1</FileType>
  683. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c</FilePath>
  684. </File>
  685. <File>
  686. <FileName>stm32f4xx_hal_pwr_ex.c</FileName>
  687. <FileType>1</FileType>
  688. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c</FilePath>
  689. </File>
  690. <File>
  691. <FileName>stm32f4xx_hal_qspi.c</FileName>
  692. <FileType>1</FileType>
  693. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_qspi.c</FilePath>
  694. </File>
  695. <File>
  696. <FileName>stm32f4xx_hal_rcc.c</FileName>
  697. <FileType>1</FileType>
  698. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c</FilePath>
  699. </File>
  700. <File>
  701. <FileName>stm32f4xx_hal_rcc_ex.c</FileName>
  702. <FileType>1</FileType>
  703. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c</FilePath>
  704. </File>
  705. <File>
  706. <FileName>stm32f4xx_hal_rng.c</FileName>
  707. <FileType>1</FileType>
  708. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c</FilePath>
  709. </File>
  710. <File>
  711. <FileName>stm32f4xx_hal_rtc.c</FileName>
  712. <FileType>1</FileType>
  713. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c</FilePath>
  714. </File>
  715. <File>
  716. <FileName>stm32f4xx_hal_rtc_ex.c</FileName>
  717. <FileType>1</FileType>
  718. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c</FilePath>
  719. </File>
  720. <File>
  721. <FileName>stm32f4xx_hal_sai.c</FileName>
  722. <FileType>1</FileType>
  723. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sai.c</FilePath>
  724. </File>
  725. <File>
  726. <FileName>stm32f4xx_hal_sai_ex.c</FileName>
  727. <FileType>1</FileType>
  728. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sai_ex.c</FilePath>
  729. </File>
  730. <File>
  731. <FileName>stm32f4xx_hal_sd.c</FileName>
  732. <FileType>1</FileType>
  733. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sd.c</FilePath>
  734. </File>
  735. <File>
  736. <FileName>stm32f4xx_hal_sdram.c</FileName>
  737. <FileType>1</FileType>
  738. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sdram.c</FilePath>
  739. </File>
  740. <File>
  741. <FileName>stm32f4xx_hal_smartcard.c</FileName>
  742. <FileType>1</FileType>
  743. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_smartcard.c</FilePath>
  744. </File>
  745. <File>
  746. <FileName>stm32f4xx_hal_spdifrx.c</FileName>
  747. <FileType>1</FileType>
  748. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spdifrx.c</FilePath>
  749. </File>
  750. <File>
  751. <FileName>stm32f4xx_hal_spi.c</FileName>
  752. <FileType>1</FileType>
  753. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c</FilePath>
  754. </File>
  755. <File>
  756. <FileName>stm32f4xx_hal_sram.c</FileName>
  757. <FileType>1</FileType>
  758. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c</FilePath>
  759. </File>
  760. <File>
  761. <FileName>stm32f4xx_hal_tim.c</FileName>
  762. <FileType>1</FileType>
  763. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c</FilePath>
  764. </File>
  765. <File>
  766. <FileName>stm32f4xx_hal_tim_ex.c</FileName>
  767. <FileType>1</FileType>
  768. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c</FilePath>
  769. </File>
  770. <File>
  771. <FileName>stm32f4xx_hal_uart.c</FileName>
  772. <FileType>1</FileType>
  773. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c</FilePath>
  774. </File>
  775. <File>
  776. <FileName>stm32f4xx_hal_usart.c</FileName>
  777. <FileType>1</FileType>
  778. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c</FilePath>
  779. </File>
  780. <File>
  781. <FileName>stm32f4xx_hal_wwdg.c</FileName>
  782. <FileType>1</FileType>
  783. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c</FilePath>
  784. </File>
  785. <File>
  786. <FileName>stm32f4xx_ll_fmc.c</FileName>
  787. <FileType>1</FileType>
  788. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fmc.c</FilePath>
  789. </File>
  790. <File>
  791. <FileName>stm32f4xx_ll_fsmc.c</FileName>
  792. <FileType>1</FileType>
  793. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fsmc.c</FilePath>
  794. </File>
  795. <File>
  796. <FileName>stm32f4xx_ll_sdmmc.c</FileName>
  797. <FileType>1</FileType>
  798. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_sdmmc.c</FilePath>
  799. </File>
  800. <File>
  801. <FileName>stm32f4xx_ll_usb.c</FileName>
  802. <FileType>1</FileType>
  803. <FilePath>Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c</FilePath>
  804. </File>
  805. <File>
  806. <FileName>startup_stm32f429xx.s</FileName>
  807. <FileType>2</FileType>
  808. <FilePath>Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429xx.s</FilePath>
  809. </File>
  810. </Files>
  811. </Group>
  812. <Group>
  813. <GroupName>Kernel</GroupName>
  814. <Files>
  815. <File>
  816. <FileName>clock.c</FileName>
  817. <FileType>1</FileType>
  818. <FilePath>..\..\src\clock.c</FilePath>
  819. </File>
  820. <File>
  821. <FileName>components.c</FileName>
  822. <FileType>1</FileType>
  823. <FilePath>..\..\src\components.c</FilePath>
  824. </File>
  825. <File>
  826. <FileName>device.c</FileName>
  827. <FileType>1</FileType>
  828. <FilePath>..\..\src\device.c</FilePath>
  829. </File>
  830. <File>
  831. <FileName>idle.c</FileName>
  832. <FileType>1</FileType>
  833. <FilePath>..\..\src\idle.c</FilePath>
  834. </File>
  835. <File>
  836. <FileName>ipc.c</FileName>
  837. <FileType>1</FileType>
  838. <FilePath>..\..\src\ipc.c</FilePath>
  839. </File>
  840. <File>
  841. <FileName>irq.c</FileName>
  842. <FileType>1</FileType>
  843. <FilePath>..\..\src\irq.c</FilePath>
  844. </File>
  845. <File>
  846. <FileName>kservice.c</FileName>
  847. <FileType>1</FileType>
  848. <FilePath>..\..\src\kservice.c</FilePath>
  849. </File>
  850. <File>
  851. <FileName>mem.c</FileName>
  852. <FileType>1</FileType>
  853. <FilePath>..\..\src\mem.c</FilePath>
  854. </File>
  855. <File>
  856. <FileName>memheap.c</FileName>
  857. <FileType>1</FileType>
  858. <FilePath>..\..\src\memheap.c</FilePath>
  859. </File>
  860. <File>
  861. <FileName>mempool.c</FileName>
  862. <FileType>1</FileType>
  863. <FilePath>..\..\src\mempool.c</FilePath>
  864. </File>
  865. <File>
  866. <FileName>object.c</FileName>
  867. <FileType>1</FileType>
  868. <FilePath>..\..\src\object.c</FilePath>
  869. </File>
  870. <File>
  871. <FileName>scheduler.c</FileName>
  872. <FileType>1</FileType>
  873. <FilePath>..\..\src\scheduler.c</FilePath>
  874. </File>
  875. <File>
  876. <FileName>signal.c</FileName>
  877. <FileType>1</FileType>
  878. <FilePath>..\..\src\signal.c</FilePath>
  879. </File>
  880. <File>
  881. <FileName>thread.c</FileName>
  882. <FileType>1</FileType>
  883. <FilePath>..\..\src\thread.c</FilePath>
  884. </File>
  885. <File>
  886. <FileName>timer.c</FileName>
  887. <FileType>1</FileType>
  888. <FilePath>..\..\src\timer.c</FilePath>
  889. </File>
  890. </Files>
  891. </Group>
  892. <Group>
  893. <GroupName>CORTEX-M4</GroupName>
  894. <Files>
  895. <File>
  896. <FileName>cpuport.c</FileName>
  897. <FileType>1</FileType>
  898. <FilePath>..\..\libcpu\arm\cortex-m4\cpuport.c</FilePath>
  899. </File>
  900. <File>
  901. <FileName>context_rvds.S</FileName>
  902. <FileType>2</FileType>
  903. <FilePath>..\..\libcpu\arm\cortex-m4\context_rvds.S</FilePath>
  904. </File>
  905. <File>
  906. <FileName>backtrace.c</FileName>
  907. <FileType>1</FileType>
  908. <FilePath>..\..\libcpu\arm\common\backtrace.c</FilePath>
  909. </File>
  910. <File>
  911. <FileName>div0.c</FileName>
  912. <FileType>1</FileType>
  913. <FilePath>..\..\libcpu\arm\common\div0.c</FilePath>
  914. </File>
  915. <File>
  916. <FileName>showmem.c</FileName>
  917. <FileType>1</FileType>
  918. <FilePath>..\..\libcpu\arm\common\showmem.c</FilePath>
  919. </File>
  920. </Files>
  921. </Group>
  922. <Group>
  923. <GroupName>Filesystem</GroupName>
  924. <Files>
  925. <File>
  926. <FileName>dfs.c</FileName>
  927. <FileType>1</FileType>
  928. <FilePath>..\..\components\dfs\src\dfs.c</FilePath>
  929. </File>
  930. <File>
  931. <FileName>dfs_file.c</FileName>
  932. <FileType>1</FileType>
  933. <FilePath>..\..\components\dfs\src\dfs_file.c</FilePath>
  934. </File>
  935. <File>
  936. <FileName>dfs_fs.c</FileName>
  937. <FileType>1</FileType>
  938. <FilePath>..\..\components\dfs\src\dfs_fs.c</FilePath>
  939. </File>
  940. <File>
  941. <FileName>dfs_posix.c</FileName>
  942. <FileType>1</FileType>
  943. <FilePath>..\..\components\dfs\src\dfs_posix.c</FilePath>
  944. </File>
  945. <File>
  946. <FileName>poll.c</FileName>
  947. <FileType>1</FileType>
  948. <FilePath>..\..\components\dfs\src\poll.c</FilePath>
  949. </File>
  950. <File>
  951. <FileName>select.c</FileName>
  952. <FileType>1</FileType>
  953. <FilePath>..\..\components\dfs\src\select.c</FilePath>
  954. </File>
  955. <File>
  956. <FileName>devfs.c</FileName>
  957. <FileType>1</FileType>
  958. <FilePath>..\..\components\dfs\filesystems\devfs\devfs.c</FilePath>
  959. </File>
  960. <File>
  961. <FileName>dfs_elm.c</FileName>
  962. <FileType>1</FileType>
  963. <FilePath>..\..\components\dfs\filesystems\elmfat\dfs_elm.c</FilePath>
  964. </File>
  965. <File>
  966. <FileName>ff.c</FileName>
  967. <FileType>1</FileType>
  968. <FilePath>..\..\components\dfs\filesystems\elmfat\ff.c</FilePath>
  969. </File>
  970. <File>
  971. <FileName>dfs_net.c</FileName>
  972. <FileType>1</FileType>
  973. <FilePath>..\..\components\dfs\filesystems\net\dfs_net.c</FilePath>
  974. </File>
  975. <File>
  976. <FileName>net_netdb.c</FileName>
  977. <FileType>1</FileType>
  978. <FilePath>..\..\components\dfs\filesystems\net\net_netdb.c</FilePath>
  979. </File>
  980. <File>
  981. <FileName>net_sockets.c</FileName>
  982. <FileType>1</FileType>
  983. <FilePath>..\..\components\dfs\filesystems\net\net_sockets.c</FilePath>
  984. </File>
  985. <File>
  986. <FileName>dfs_romfs.c</FileName>
  987. <FileType>1</FileType>
  988. <FilePath>..\..\components\dfs\filesystems\romfs\dfs_romfs.c</FilePath>
  989. </File>
  990. <File>
  991. <FileName>romfs.c</FileName>
  992. <FileType>1</FileType>
  993. <FilePath>..\..\components\dfs\filesystems\romfs\romfs.c</FilePath>
  994. </File>
  995. </Files>
  996. </Group>
  997. <Group>
  998. <GroupName>DeviceDrivers</GroupName>
  999. <GroupOption>
  1000. <CommonProperty>
  1001. <UseCPPCompiler>0</UseCPPCompiler>
  1002. <RVCTCodeConst>0</RVCTCodeConst>
  1003. <RVCTZI>0</RVCTZI>
  1004. <RVCTOtherData>0</RVCTOtherData>
  1005. <ModuleSelection>0</ModuleSelection>
  1006. <IncludeInBuild>1</IncludeInBuild>
  1007. <AlwaysBuild>0</AlwaysBuild>
  1008. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  1009. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  1010. <PublicsOnly>0</PublicsOnly>
  1011. <StopOnExitCode>3</StopOnExitCode>
  1012. <CustomArgument></CustomArgument>
  1013. <IncludeLibraryModules></IncludeLibraryModules>
  1014. <ComprImg>0</ComprImg>
  1015. </CommonProperty>
  1016. <GroupArmAds>
  1017. <Cads>
  1018. <interw>2</interw>
  1019. <Optim>0</Optim>
  1020. <oTime>2</oTime>
  1021. <SplitLS>2</SplitLS>
  1022. <OneElfS>2</OneElfS>
  1023. <Strict>2</Strict>
  1024. <EnumInt>2</EnumInt>
  1025. <PlainCh>2</PlainCh>
  1026. <Ropi>2</Ropi>
  1027. <Rwpi>2</Rwpi>
  1028. <wLevel>0</wLevel>
  1029. <uThumb>2</uThumb>
  1030. <uSurpInc>2</uSurpInc>
  1031. <uC99>2</uC99>
  1032. <useXO>2</useXO>
  1033. <v6Lang>0</v6Lang>
  1034. <v6LangP>0</v6LangP>
  1035. <vShortEn>2</vShortEn>
  1036. <vShortWch>2</vShortWch>
  1037. <v6Lto>2</v6Lto>
  1038. <v6WtE>2</v6WtE>
  1039. <v6Rtti>2</v6Rtti>
  1040. <VariousControls>
  1041. <MiscControls> --c99</MiscControls>
  1042. <Define> </Define>
  1043. <Undefine> </Undefine>
  1044. <IncludePath> </IncludePath>
  1045. </VariousControls>
  1046. </Cads>
  1047. <Aads>
  1048. <interw>2</interw>
  1049. <Ropi>2</Ropi>
  1050. <Rwpi>2</Rwpi>
  1051. <thumb>2</thumb>
  1052. <SplitLS>2</SplitLS>
  1053. <SwStkChk>2</SwStkChk>
  1054. <NoWarn>2</NoWarn>
  1055. <uSurpInc>2</uSurpInc>
  1056. <useXO>2</useXO>
  1057. <uClangAs>2</uClangAs>
  1058. <VariousControls>
  1059. <MiscControls></MiscControls>
  1060. <Define></Define>
  1061. <Undefine></Undefine>
  1062. <IncludePath></IncludePath>
  1063. </VariousControls>
  1064. </Aads>
  1065. </GroupArmAds>
  1066. </GroupOption>
  1067. <Files>
  1068. <File>
  1069. <FileName>i2c_core.c</FileName>
  1070. <FileType>1</FileType>
  1071. <FilePath>..\..\components\drivers\i2c\i2c_core.c</FilePath>
  1072. </File>
  1073. <File>
  1074. <FileName>i2c_dev.c</FileName>
  1075. <FileType>1</FileType>
  1076. <FilePath>..\..\components\drivers\i2c\i2c_dev.c</FilePath>
  1077. </File>
  1078. <File>
  1079. <FileName>i2c-bit-ops.c</FileName>
  1080. <FileType>1</FileType>
  1081. <FilePath>..\..\components\drivers\i2c\i2c-bit-ops.c</FilePath>
  1082. </File>
  1083. <File>
  1084. <FileName>mtd_nand.c</FileName>
  1085. <FileType>1</FileType>
  1086. <FilePath>..\..\components\drivers\mtd\mtd_nand.c</FilePath>
  1087. </File>
  1088. <File>
  1089. <FileName>rtc.c</FileName>
  1090. <FileType>1</FileType>
  1091. <FilePath>..\..\components\drivers\rtc\rtc.c</FilePath>
  1092. </File>
  1093. <File>
  1094. <FileName>serial.c</FileName>
  1095. <FileType>1</FileType>
  1096. <FilePath>..\..\components\drivers\serial\serial.c</FilePath>
  1097. </File>
  1098. <File>
  1099. <FileName>spi_core.c</FileName>
  1100. <FileType>1</FileType>
  1101. <FilePath>..\..\components\drivers\spi\spi_core.c</FilePath>
  1102. </File>
  1103. <File>
  1104. <FileName>spi_dev.c</FileName>
  1105. <FileType>1</FileType>
  1106. <FilePath>..\..\components\drivers\spi\spi_dev.c</FilePath>
  1107. </File>
  1108. <File>
  1109. <FileName>spi_flash_sfud.c</FileName>
  1110. <FileType>1</FileType>
  1111. <FilePath>..\..\components\drivers\spi\spi_flash_sfud.c</FilePath>
  1112. </File>
  1113. <File>
  1114. <FileName>sfud.c</FileName>
  1115. <FileType>1</FileType>
  1116. <FilePath>..\..\components\drivers\spi\sfud\src\sfud.c</FilePath>
  1117. </File>
  1118. <File>
  1119. <FileName>sfud_sfdp.c</FileName>
  1120. <FileType>1</FileType>
  1121. <FilePath>..\..\components\drivers\spi\sfud\src\sfud_sfdp.c</FilePath>
  1122. </File>
  1123. <File>
  1124. <FileName>completion.c</FileName>
  1125. <FileType>1</FileType>
  1126. <FilePath>..\..\components\drivers\src\completion.c</FilePath>
  1127. </File>
  1128. <File>
  1129. <FileName>dataqueue.c</FileName>
  1130. <FileType>1</FileType>
  1131. <FilePath>..\..\components\drivers\src\dataqueue.c</FilePath>
  1132. </File>
  1133. <File>
  1134. <FileName>pipe.c</FileName>
  1135. <FileType>1</FileType>
  1136. <FilePath>..\..\components\drivers\src\pipe.c</FilePath>
  1137. </File>
  1138. <File>
  1139. <FileName>ringbuffer.c</FileName>
  1140. <FileType>1</FileType>
  1141. <FilePath>..\..\components\drivers\src\ringbuffer.c</FilePath>
  1142. </File>
  1143. <File>
  1144. <FileName>waitqueue.c</FileName>
  1145. <FileType>1</FileType>
  1146. <FilePath>..\..\components\drivers\src\waitqueue.c</FilePath>
  1147. </File>
  1148. <File>
  1149. <FileName>workqueue.c</FileName>
  1150. <FileType>1</FileType>
  1151. <FilePath>..\..\components\drivers\src\workqueue.c</FilePath>
  1152. </File>
  1153. </Files>
  1154. </Group>
  1155. <Group>
  1156. <GroupName>finsh</GroupName>
  1157. <Files>
  1158. <File>
  1159. <FileName>shell.c</FileName>
  1160. <FileType>1</FileType>
  1161. <FilePath>..\..\components\finsh\shell.c</FilePath>
  1162. </File>
  1163. <File>
  1164. <FileName>symbol.c</FileName>
  1165. <FileType>1</FileType>
  1166. <FilePath>..\..\components\finsh\symbol.c</FilePath>
  1167. </File>
  1168. <File>
  1169. <FileName>cmd.c</FileName>
  1170. <FileType>1</FileType>
  1171. <FilePath>..\..\components\finsh\cmd.c</FilePath>
  1172. </File>
  1173. <File>
  1174. <FileName>finsh_compiler.c</FileName>
  1175. <FileType>1</FileType>
  1176. <FilePath>..\..\components\finsh\finsh_compiler.c</FilePath>
  1177. </File>
  1178. <File>
  1179. <FileName>finsh_error.c</FileName>
  1180. <FileType>1</FileType>
  1181. <FilePath>..\..\components\finsh\finsh_error.c</FilePath>
  1182. </File>
  1183. <File>
  1184. <FileName>finsh_heap.c</FileName>
  1185. <FileType>1</FileType>
  1186. <FilePath>..\..\components\finsh\finsh_heap.c</FilePath>
  1187. </File>
  1188. <File>
  1189. <FileName>finsh_init.c</FileName>
  1190. <FileType>1</FileType>
  1191. <FilePath>..\..\components\finsh\finsh_init.c</FilePath>
  1192. </File>
  1193. <File>
  1194. <FileName>finsh_node.c</FileName>
  1195. <FileType>1</FileType>
  1196. <FilePath>..\..\components\finsh\finsh_node.c</FilePath>
  1197. </File>
  1198. <File>
  1199. <FileName>finsh_ops.c</FileName>
  1200. <FileType>1</FileType>
  1201. <FilePath>..\..\components\finsh\finsh_ops.c</FilePath>
  1202. </File>
  1203. <File>
  1204. <FileName>finsh_parser.c</FileName>
  1205. <FileType>1</FileType>
  1206. <FilePath>..\..\components\finsh\finsh_parser.c</FilePath>
  1207. </File>
  1208. <File>
  1209. <FileName>finsh_var.c</FileName>
  1210. <FileType>1</FileType>
  1211. <FilePath>..\..\components\finsh\finsh_var.c</FilePath>
  1212. </File>
  1213. <File>
  1214. <FileName>finsh_vm.c</FileName>
  1215. <FileType>1</FileType>
  1216. <FilePath>..\..\components\finsh\finsh_vm.c</FilePath>
  1217. </File>
  1218. <File>
  1219. <FileName>finsh_token.c</FileName>
  1220. <FileType>1</FileType>
  1221. <FilePath>..\..\components\finsh\finsh_token.c</FilePath>
  1222. </File>
  1223. </Files>
  1224. </Group>
  1225. <Group>
  1226. <GroupName>libc</GroupName>
  1227. <Files>
  1228. <File>
  1229. <FileName>libc.c</FileName>
  1230. <FileType>1</FileType>
  1231. <FilePath>..\..\components\libc\compilers\armlibc\libc.c</FilePath>
  1232. </File>
  1233. <File>
  1234. <FileName>libc_syms.c</FileName>
  1235. <FileType>1</FileType>
  1236. <FilePath>..\..\components\libc\compilers\armlibc\libc_syms.c</FilePath>
  1237. </File>
  1238. <File>
  1239. <FileName>mem_std.c</FileName>
  1240. <FileType>1</FileType>
  1241. <FilePath>..\..\components\libc\compilers\armlibc\mem_std.c</FilePath>
  1242. </File>
  1243. <File>
  1244. <FileName>stdio.c</FileName>
  1245. <FileType>1</FileType>
  1246. <FilePath>..\..\components\libc\compilers\armlibc\stdio.c</FilePath>
  1247. </File>
  1248. <File>
  1249. <FileName>stubs.c</FileName>
  1250. <FileType>1</FileType>
  1251. <FilePath>..\..\components\libc\compilers\armlibc\stubs.c</FilePath>
  1252. </File>
  1253. <File>
  1254. <FileName>time.c</FileName>
  1255. <FileType>1</FileType>
  1256. <FilePath>..\..\components\libc\compilers\armlibc\time.c</FilePath>
  1257. </File>
  1258. </Files>
  1259. </Group>
  1260. <Group>
  1261. <GroupName>lwIP</GroupName>
  1262. <Files>
  1263. <File>
  1264. <FileName>sys_arch.c</FileName>
  1265. <FileType>1</FileType>
  1266. <FilePath>..\..\components\net\lwip-2.0.2\src\arch\sys_arch.c</FilePath>
  1267. </File>
  1268. <File>
  1269. <FileName>api_lib.c</FileName>
  1270. <FileType>1</FileType>
  1271. <FilePath>..\..\components\net\lwip-2.0.2\src\api\api_lib.c</FilePath>
  1272. </File>
  1273. <File>
  1274. <FileName>api_msg.c</FileName>
  1275. <FileType>1</FileType>
  1276. <FilePath>..\..\components\net\lwip-2.0.2\src\api\api_msg.c</FilePath>
  1277. </File>
  1278. <File>
  1279. <FileName>err.c</FileName>
  1280. <FileType>1</FileType>
  1281. <FilePath>..\..\components\net\lwip-2.0.2\src\api\err.c</FilePath>
  1282. </File>
  1283. <File>
  1284. <FileName>netbuf.c</FileName>
  1285. <FileType>1</FileType>
  1286. <FilePath>..\..\components\net\lwip-2.0.2\src\api\netbuf.c</FilePath>
  1287. </File>
  1288. <File>
  1289. <FileName>netdb.c</FileName>
  1290. <FileType>1</FileType>
  1291. <FilePath>..\..\components\net\lwip-2.0.2\src\api\netdb.c</FilePath>
  1292. </File>
  1293. <File>
  1294. <FileName>netifapi.c</FileName>
  1295. <FileType>1</FileType>
  1296. <FilePath>..\..\components\net\lwip-2.0.2\src\api\netifapi.c</FilePath>
  1297. </File>
  1298. <File>
  1299. <FileName>sockets.c</FileName>
  1300. <FileType>1</FileType>
  1301. <FilePath>..\..\components\net\lwip-2.0.2\src\api\sockets.c</FilePath>
  1302. </File>
  1303. <File>
  1304. <FileName>tcpip.c</FileName>
  1305. <FileType>1</FileType>
  1306. <FilePath>..\..\components\net\lwip-2.0.2\src\api\tcpip.c</FilePath>
  1307. </File>
  1308. <File>
  1309. <FileName>def.c</FileName>
  1310. <FileType>1</FileType>
  1311. <FilePath>..\..\components\net\lwip-2.0.2\src\core\def.c</FilePath>
  1312. </File>
  1313. <File>
  1314. <FileName>dns.c</FileName>
  1315. <FileType>1</FileType>
  1316. <FilePath>..\..\components\net\lwip-2.0.2\src\core\dns.c</FilePath>
  1317. </File>
  1318. <File>
  1319. <FileName>inet_chksum.c</FileName>
  1320. <FileType>1</FileType>
  1321. <FilePath>..\..\components\net\lwip-2.0.2\src\core\inet_chksum.c</FilePath>
  1322. </File>
  1323. <File>
  1324. <FileName>init.c</FileName>
  1325. <FileType>1</FileType>
  1326. <FilePath>..\..\components\net\lwip-2.0.2\src\core\init.c</FilePath>
  1327. </File>
  1328. <File>
  1329. <FileName>ip.c</FileName>
  1330. <FileType>1</FileType>
  1331. <FilePath>..\..\components\net\lwip-2.0.2\src\core\ip.c</FilePath>
  1332. </File>
  1333. <File>
  1334. <FileName>memp.c</FileName>
  1335. <FileType>1</FileType>
  1336. <FilePath>..\..\components\net\lwip-2.0.2\src\core\memp.c</FilePath>
  1337. </File>
  1338. <File>
  1339. <FileName>netif.c</FileName>
  1340. <FileType>1</FileType>
  1341. <FilePath>..\..\components\net\lwip-2.0.2\src\core\netif.c</FilePath>
  1342. </File>
  1343. <File>
  1344. <FileName>pbuf.c</FileName>
  1345. <FileType>1</FileType>
  1346. <FilePath>..\..\components\net\lwip-2.0.2\src\core\pbuf.c</FilePath>
  1347. </File>
  1348. <File>
  1349. <FileName>raw.c</FileName>
  1350. <FileType>1</FileType>
  1351. <FilePath>..\..\components\net\lwip-2.0.2\src\core\raw.c</FilePath>
  1352. </File>
  1353. <File>
  1354. <FileName>stats.c</FileName>
  1355. <FileType>1</FileType>
  1356. <FilePath>..\..\components\net\lwip-2.0.2\src\core\stats.c</FilePath>
  1357. </File>
  1358. <File>
  1359. <FileName>sys.c</FileName>
  1360. <FileType>1</FileType>
  1361. <FilePath>..\..\components\net\lwip-2.0.2\src\core\sys.c</FilePath>
  1362. </File>
  1363. <File>
  1364. <FileName>tcp.c</FileName>
  1365. <FileType>1</FileType>
  1366. <FilePath>..\..\components\net\lwip-2.0.2\src\core\tcp.c</FilePath>
  1367. </File>
  1368. <File>
  1369. <FileName>tcp_in.c</FileName>
  1370. <FileType>1</FileType>
  1371. <FilePath>..\..\components\net\lwip-2.0.2\src\core\tcp_in.c</FilePath>
  1372. </File>
  1373. <File>
  1374. <FileName>tcp_out.c</FileName>
  1375. <FileType>1</FileType>
  1376. <FilePath>..\..\components\net\lwip-2.0.2\src\core\tcp_out.c</FilePath>
  1377. </File>
  1378. <File>
  1379. <FileName>timeouts.c</FileName>
  1380. <FileType>1</FileType>
  1381. <FilePath>..\..\components\net\lwip-2.0.2\src\core\timeouts.c</FilePath>
  1382. </File>
  1383. <File>
  1384. <FileName>udp.c</FileName>
  1385. <FileType>1</FileType>
  1386. <FilePath>..\..\components\net\lwip-2.0.2\src\core\udp.c</FilePath>
  1387. </File>
  1388. <File>
  1389. <FileName>ethernet.c</FileName>
  1390. <FileType>1</FileType>
  1391. <FilePath>..\..\components\net\lwip-2.0.2\src\netif\ethernet.c</FilePath>
  1392. </File>
  1393. <File>
  1394. <FileName>ethernetif.c</FileName>
  1395. <FileType>1</FileType>
  1396. <FilePath>..\..\components\net\lwip-2.0.2\src\netif\ethernetif.c</FilePath>
  1397. </File>
  1398. <File>
  1399. <FileName>lowpan6.c</FileName>
  1400. <FileType>1</FileType>
  1401. <FilePath>..\..\components\net\lwip-2.0.2\src\netif\lowpan6.c</FilePath>
  1402. </File>
  1403. <File>
  1404. <FileName>autoip.c</FileName>
  1405. <FileType>1</FileType>
  1406. <FilePath>..\..\components\net\lwip-2.0.2\src\core\ipv4\autoip.c</FilePath>
  1407. </File>
  1408. <File>
  1409. <FileName>dhcp.c</FileName>
  1410. <FileType>1</FileType>
  1411. <FilePath>..\..\components\net\lwip-2.0.2\src\core\ipv4\dhcp.c</FilePath>
  1412. </File>
  1413. <File>
  1414. <FileName>etharp.c</FileName>
  1415. <FileType>1</FileType>
  1416. <FilePath>..\..\components\net\lwip-2.0.2\src\core\ipv4\etharp.c</FilePath>
  1417. </File>
  1418. <File>
  1419. <FileName>icmp.c</FileName>
  1420. <FileType>1</FileType>
  1421. <FilePath>..\..\components\net\lwip-2.0.2\src\core\ipv4\icmp.c</FilePath>
  1422. </File>
  1423. <File>
  1424. <FileName>igmp.c</FileName>
  1425. <FileType>1</FileType>
  1426. <FilePath>..\..\components\net\lwip-2.0.2\src\core\ipv4\igmp.c</FilePath>
  1427. </File>
  1428. <File>
  1429. <FileName>ip4.c</FileName>
  1430. <FileType>1</FileType>
  1431. <FilePath>..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4.c</FilePath>
  1432. </File>
  1433. <File>
  1434. <FileName>ip4_addr.c</FileName>
  1435. <FileType>1</FileType>
  1436. <FilePath>..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4_addr.c</FilePath>
  1437. </File>
  1438. <File>
  1439. <FileName>ip4_frag.c</FileName>
  1440. <FileType>1</FileType>
  1441. <FilePath>..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4_frag.c</FilePath>
  1442. </File>
  1443. </Files>
  1444. </Group>
  1445. </Groups>
  1446. </Target>
  1447. </Targets>
  1448. <RTE>
  1449. <apis/>
  1450. <components/>
  1451. <files/>
  1452. </RTE>
  1453. </Project>