2011-06-30 22:15:08 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
|
|
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_proj.xsd">
|
|
|
|
<SchemaVersion>1.1</SchemaVersion>
|
|
|
|
<Header>### uVision Project, (C) Keil Software</Header>
|
|
|
|
<Targets>
|
|
|
|
<Target>
|
|
|
|
<TargetName>RT-Thread STM32</TargetName>
|
|
|
|
<ToolsetNumber>0x4</ToolsetNumber>
|
|
|
|
<ToolsetName>ARM-ADS</ToolsetName>
|
|
|
|
<TargetOption>
|
|
|
|
<TargetCommonOption>
|
|
|
|
<Device>STM32F207VG</Device>
|
|
|
|
<Vendor>STMicroelectronics</Vendor>
|
|
|
|
<Cpu>IRAM(0x20000000-0x2001FFFF) IROM(0x8000000-0x80FFFFF) CLOCK(25000000) CPUTYPE("Cortex-M3")</Cpu>
|
2012-04-14 20:00:17 +08:00
|
|
|
<FlashUtilSpec />
|
2011-06-30 22:15:08 +08:00
|
|
|
<StartupFile>"STARTUP\ST\STM32F2xx\startup_stm32f2xx.s" ("STM32F2xx Startup Code")</StartupFile>
|
|
|
|
<FlashDriverDll>UL2CM3(-O207 -S0 -C0 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000)</FlashDriverDll>
|
|
|
|
<DeviceId>5118</DeviceId>
|
|
|
|
<RegisterFile>stm32f2xx.h</RegisterFile>
|
2012-04-14 20:00:17 +08:00
|
|
|
<MemoryEnv />
|
|
|
|
<Cmp />
|
|
|
|
<Asm />
|
|
|
|
<Linker />
|
|
|
|
<OHString />
|
|
|
|
<InfinionOptionDll />
|
|
|
|
<SLE66CMisc />
|
|
|
|
<SLE66AMisc />
|
|
|
|
<SLE66LinkerMisc />
|
2011-06-30 22:15:08 +08:00
|
|
|
<SFDFile>SFD\ST\STM32F2xx\STM32F2xx.sfr</SFDFile>
|
|
|
|
<UseEnv>0</UseEnv>
|
2012-04-14 20:00:17 +08:00
|
|
|
<BinPath />
|
|
|
|
<IncludePath />
|
|
|
|
<LibPath />
|
2011-06-30 22:15:08 +08:00
|
|
|
<RegisterFilePath>ST\STM32F2xx\</RegisterFilePath>
|
|
|
|
<DBRegisterFilePath>ST\STM32F2xx\</DBRegisterFilePath>
|
|
|
|
<TargetStatus>
|
|
|
|
<Error>0</Error>
|
|
|
|
<ExitCodeStop>0</ExitCodeStop>
|
|
|
|
<ButtonStop>0</ButtonStop>
|
|
|
|
<NotGenerated>0</NotGenerated>
|
|
|
|
<InvalidFlash>1</InvalidFlash>
|
|
|
|
</TargetStatus>
|
2013-02-20 10:29:21 +08:00
|
|
|
<OutputDirectory>.\build\</OutputDirectory>
|
2011-06-30 22:15:08 +08:00
|
|
|
<OutputName>rtthread-stm32</OutputName>
|
|
|
|
<CreateExecutable>1</CreateExecutable>
|
|
|
|
<CreateLib>0</CreateLib>
|
|
|
|
<CreateHexFile>0</CreateHexFile>
|
|
|
|
<DebugInformation>1</DebugInformation>
|
|
|
|
<BrowseInformation>0</BrowseInformation>
|
2013-02-20 10:29:21 +08:00
|
|
|
<ListingPath>.\build\</ListingPath>
|
2011-06-30 22:15:08 +08:00
|
|
|
<HexFormatSelection>1</HexFormatSelection>
|
|
|
|
<Merge32K>0</Merge32K>
|
|
|
|
<CreateBatchFile>0</CreateBatchFile>
|
|
|
|
<BeforeCompile>
|
|
|
|
<RunUserProg1>0</RunUserProg1>
|
|
|
|
<RunUserProg2>0</RunUserProg2>
|
2012-04-14 20:00:17 +08:00
|
|
|
<UserProg1Name />
|
|
|
|
<UserProg2Name />
|
2011-06-30 22:15:08 +08:00
|
|
|
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
|
|
|
|
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
|
|
|
|
</BeforeCompile>
|
|
|
|
<BeforeMake>
|
|
|
|
<RunUserProg1>0</RunUserProg1>
|
|
|
|
<RunUserProg2>0</RunUserProg2>
|
2012-04-14 20:00:17 +08:00
|
|
|
<UserProg1Name />
|
|
|
|
<UserProg2Name />
|
2011-06-30 22:15:08 +08:00
|
|
|
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
|
|
|
|
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
|
|
|
|
</BeforeMake>
|
|
|
|
<AfterMake>
|
2013-02-20 10:29:21 +08:00
|
|
|
<RunUserProg1>1</RunUserProg1>
|
2011-06-30 22:15:08 +08:00
|
|
|
<RunUserProg2>0</RunUserProg2>
|
2013-02-20 10:29:21 +08:00
|
|
|
<UserProg1Name>fromelf --bin !L --output rtthread.bin</UserProg1Name>
|
2012-04-14 20:00:17 +08:00
|
|
|
<UserProg2Name />
|
2011-06-30 22:15:08 +08:00
|
|
|
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
|
|
|
|
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>
|
|
|
|
</AfterMake>
|
|
|
|
<SelectedForBatchBuild>0</SelectedForBatchBuild>
|
2012-04-14 20:00:17 +08:00
|
|
|
<SVCSIdString />
|
2011-06-30 22:15:08 +08:00
|
|
|
</TargetCommonOption>
|
|
|
|
<CommonProperty>
|
|
|
|
<UseCPPCompiler>0</UseCPPCompiler>
|
|
|
|
<RVCTCodeConst>0</RVCTCodeConst>
|
|
|
|
<RVCTZI>0</RVCTZI>
|
|
|
|
<RVCTOtherData>0</RVCTOtherData>
|
|
|
|
<ModuleSelection>0</ModuleSelection>
|
|
|
|
<IncludeInBuild>1</IncludeInBuild>
|
|
|
|
<AlwaysBuild>0</AlwaysBuild>
|
|
|
|
<GenerateAssemblyFile>0</GenerateAssemblyFile>
|
|
|
|
<AssembleAssemblyFile>0</AssembleAssemblyFile>
|
|
|
|
<PublicsOnly>0</PublicsOnly>
|
|
|
|
<StopOnExitCode>3</StopOnExitCode>
|
2012-04-14 20:00:17 +08:00
|
|
|
<CustomArgument />
|
|
|
|
<IncludeLibraryModules />
|
2011-06-30 22:15:08 +08:00
|
|
|
</CommonProperty>
|
|
|
|
<DllOption>
|
|
|
|
<SimDllName>SARMCM3.DLL</SimDllName>
|
|
|
|
<SimDllArguments>-MPU</SimDllArguments>
|
|
|
|
<SimDlgDll>DARMSTM.DLL</SimDlgDll>
|
|
|
|
<SimDlgDllArguments>-pSTM32F207VG</SimDlgDllArguments>
|
|
|
|
<TargetDllName>SARMCM3.DLL</TargetDllName>
|
|
|
|
<TargetDllArguments>-MPU</TargetDllArguments>
|
|
|
|
<TargetDlgDll>TARMSTM.DLL</TargetDlgDll>
|
|
|
|
<TargetDlgDllArguments>-pSTM32F207VG</TargetDlgDllArguments>
|
|
|
|
</DllOption>
|
|
|
|
<DebugOption>
|
|
|
|
<OPTHX>
|
|
|
|
<HexSelection>1</HexSelection>
|
|
|
|
<HexRangeLowAddress>0</HexRangeLowAddress>
|
|
|
|
<HexRangeHighAddress>0</HexRangeHighAddress>
|
|
|
|
<HexOffset>0</HexOffset>
|
|
|
|
<Oh166RecLen>16</Oh166RecLen>
|
|
|
|
</OPTHX>
|
|
|
|
<Simulator>
|
2012-04-14 20:00:17 +08:00
|
|
|
<UseSimulator>0</UseSimulator>
|
2011-06-30 22:15:08 +08:00
|
|
|
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
|
|
|
|
<RunToMain>0</RunToMain>
|
|
|
|
<RestoreBreakpoints>1</RestoreBreakpoints>
|
|
|
|
<RestoreWatchpoints>1</RestoreWatchpoints>
|
|
|
|
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
|
|
|
|
<RestoreFunctions>1</RestoreFunctions>
|
|
|
|
<RestoreToolbox>1</RestoreToolbox>
|
|
|
|
<LimitSpeedToRealTime>0</LimitSpeedToRealTime>
|
|
|
|
</Simulator>
|
|
|
|
<Target>
|
2012-04-14 20:00:17 +08:00
|
|
|
<UseTarget>1</UseTarget>
|
2011-06-30 22:15:08 +08:00
|
|
|
<LoadApplicationAtStartup>1</LoadApplicationAtStartup>
|
|
|
|
<RunToMain>1</RunToMain>
|
|
|
|
<RestoreBreakpoints>1</RestoreBreakpoints>
|
|
|
|
<RestoreWatchpoints>1</RestoreWatchpoints>
|
|
|
|
<RestoreMemoryDisplay>1</RestoreMemoryDisplay>
|
|
|
|
<RestoreFunctions>0</RestoreFunctions>
|
|
|
|
<RestoreToolbox>1</RestoreToolbox>
|
|
|
|
</Target>
|
|
|
|
<RunDebugAfterBuild>0</RunDebugAfterBuild>
|
2012-04-14 20:00:17 +08:00
|
|
|
<TargetSelection>7</TargetSelection>
|
2011-06-30 22:15:08 +08:00
|
|
|
<SimDlls>
|
2012-04-14 20:00:17 +08:00
|
|
|
<CpuDll />
|
|
|
|
<CpuDllArguments />
|
|
|
|
<PeripheralDll />
|
|
|
|
<PeripheralDllArguments />
|
|
|
|
<InitializationFile />
|
2011-06-30 22:15:08 +08:00
|
|
|
</SimDlls>
|
|
|
|
<TargetDlls>
|
2012-04-14 20:00:17 +08:00
|
|
|
<CpuDll />
|
|
|
|
<CpuDllArguments />
|
|
|
|
<PeripheralDll />
|
|
|
|
<PeripheralDllArguments />
|
|
|
|
<InitializationFile />
|
2011-06-30 22:15:08 +08:00
|
|
|
<Driver>Segger\JL2CM3.dll</Driver>
|
|
|
|
</TargetDlls>
|
|
|
|
</DebugOption>
|
|
|
|
<Utilities>
|
|
|
|
<Flash1>
|
|
|
|
<UseTargetDll>1</UseTargetDll>
|
|
|
|
<UseExternalTool>0</UseExternalTool>
|
|
|
|
<RunIndependent>0</RunIndependent>
|
|
|
|
<UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
|
|
|
|
<Capability>1</Capability>
|
2011-07-01 07:25:17 +08:00
|
|
|
<DriverSelection>4099</DriverSelection>
|
2011-06-30 22:15:08 +08:00
|
|
|
</Flash1>
|
|
|
|
<Flash2>Segger\JL2CM3.dll</Flash2>
|
|
|
|
<Flash3>"" ()</Flash3>
|
2012-04-14 20:00:17 +08:00
|
|
|
<Flash4 />
|
2011-06-30 22:15:08 +08:00
|
|
|
</Utilities>
|
|
|
|
<TargetArmAds>
|
|
|
|
<ArmAdsMisc>
|
|
|
|
<GenerateListings>0</GenerateListings>
|
|
|
|
<asHll>1</asHll>
|
|
|
|
<asAsm>1</asAsm>
|
|
|
|
<asMacX>1</asMacX>
|
|
|
|
<asSyms>1</asSyms>
|
|
|
|
<asFals>1</asFals>
|
|
|
|
<asDbgD>1</asDbgD>
|
|
|
|
<asForm>1</asForm>
|
|
|
|
<ldLst>0</ldLst>
|
|
|
|
<ldmm>1</ldmm>
|
|
|
|
<ldXref>1</ldXref>
|
|
|
|
<BigEnd>0</BigEnd>
|
|
|
|
<AdsALst>1</AdsALst>
|
|
|
|
<AdsACrf>1</AdsACrf>
|
|
|
|
<AdsANop>0</AdsANop>
|
|
|
|
<AdsANot>0</AdsANot>
|
|
|
|
<AdsLLst>1</AdsLLst>
|
|
|
|
<AdsLmap>1</AdsLmap>
|
|
|
|
<AdsLcgr>1</AdsLcgr>
|
|
|
|
<AdsLsym>1</AdsLsym>
|
|
|
|
<AdsLszi>1</AdsLszi>
|
|
|
|
<AdsLtoi>1</AdsLtoi>
|
|
|
|
<AdsLsun>1</AdsLsun>
|
|
|
|
<AdsLven>1</AdsLven>
|
|
|
|
<AdsLsxf>1</AdsLsxf>
|
|
|
|
<RvctClst>0</RvctClst>
|
|
|
|
<GenPPlst>0</GenPPlst>
|
|
|
|
<AdsCpuType>"Cortex-M3"</AdsCpuType>
|
2012-04-14 20:00:17 +08:00
|
|
|
<RvctDeviceName />
|
2011-06-30 22:15:08 +08:00
|
|
|
<mOS>0</mOS>
|
|
|
|
<uocRom>0</uocRom>
|
|
|
|
<uocRam>0</uocRam>
|
|
|
|
<hadIROM>1</hadIROM>
|
|
|
|
<hadIRAM>1</hadIRAM>
|
|
|
|
<hadXRAM>0</hadXRAM>
|
|
|
|
<uocXRam>0</uocXRam>
|
|
|
|
<RvdsVP>0</RvdsVP>
|
|
|
|
<hadIRAM2>0</hadIRAM2>
|
|
|
|
<hadIROM2>0</hadIROM2>
|
|
|
|
<StupSel>8</StupSel>
|
|
|
|
<useUlib>0</useUlib>
|
|
|
|
<EndSel>0</EndSel>
|
|
|
|
<uLtcg>0</uLtcg>
|
|
|
|
<RoSelD>3</RoSelD>
|
|
|
|
<RwSelD>3</RwSelD>
|
|
|
|
<CodeSel>0</CodeSel>
|
|
|
|
<OptFeed>0</OptFeed>
|
|
|
|
<NoZi1>0</NoZi1>
|
|
|
|
<NoZi2>0</NoZi2>
|
|
|
|
<NoZi3>0</NoZi3>
|
|
|
|
<NoZi4>0</NoZi4>
|
|
|
|
<NoZi5>0</NoZi5>
|
|
|
|
<Ro1Chk>0</Ro1Chk>
|
|
|
|
<Ro2Chk>0</Ro2Chk>
|
|
|
|
<Ro3Chk>0</Ro3Chk>
|
|
|
|
<Ir1Chk>1</Ir1Chk>
|
|
|
|
<Ir2Chk>0</Ir2Chk>
|
|
|
|
<Ra1Chk>0</Ra1Chk>
|
|
|
|
<Ra2Chk>0</Ra2Chk>
|
|
|
|
<Ra3Chk>0</Ra3Chk>
|
|
|
|
<Im1Chk>1</Im1Chk>
|
|
|
|
<Im2Chk>0</Im2Chk>
|
|
|
|
<OnChipMemories>
|
|
|
|
<Ocm1>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</Ocm1>
|
|
|
|
<Ocm2>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</Ocm2>
|
|
|
|
<Ocm3>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</Ocm3>
|
|
|
|
<Ocm4>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</Ocm4>
|
|
|
|
<Ocm5>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</Ocm5>
|
|
|
|
<Ocm6>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</Ocm6>
|
|
|
|
<IRAM>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x20000000</StartAddress>
|
|
|
|
<Size>0x20000</Size>
|
|
|
|
</IRAM>
|
|
|
|
<IROM>
|
|
|
|
<Type>1</Type>
|
|
|
|
<StartAddress>0x8000000</StartAddress>
|
|
|
|
<Size>0x100000</Size>
|
|
|
|
</IROM>
|
|
|
|
<XRAM>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</XRAM>
|
|
|
|
<OCR_RVCT1>
|
|
|
|
<Type>1</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</OCR_RVCT1>
|
|
|
|
<OCR_RVCT2>
|
|
|
|
<Type>1</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</OCR_RVCT2>
|
|
|
|
<OCR_RVCT3>
|
|
|
|
<Type>1</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</OCR_RVCT3>
|
|
|
|
<OCR_RVCT4>
|
|
|
|
<Type>1</Type>
|
|
|
|
<StartAddress>0x8000000</StartAddress>
|
|
|
|
<Size>0x100000</Size>
|
|
|
|
</OCR_RVCT4>
|
|
|
|
<OCR_RVCT5>
|
|
|
|
<Type>1</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</OCR_RVCT5>
|
|
|
|
<OCR_RVCT6>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</OCR_RVCT6>
|
|
|
|
<OCR_RVCT7>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</OCR_RVCT7>
|
|
|
|
<OCR_RVCT8>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</OCR_RVCT8>
|
|
|
|
<OCR_RVCT9>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x20000000</StartAddress>
|
|
|
|
<Size>0x20000</Size>
|
|
|
|
</OCR_RVCT9>
|
|
|
|
<OCR_RVCT10>
|
|
|
|
<Type>0</Type>
|
|
|
|
<StartAddress>0x0</StartAddress>
|
|
|
|
<Size>0x0</Size>
|
|
|
|
</OCR_RVCT10>
|
|
|
|
</OnChipMemories>
|
2012-04-14 20:00:17 +08:00
|
|
|
<RvctStartVector />
|
2011-06-30 22:15:08 +08:00
|
|
|
</ArmAdsMisc>
|
|
|
|
<Cads>
|
|
|
|
<interw>1</interw>
|
|
|
|
<Optim>1</Optim>
|
|
|
|
<oTime>0</oTime>
|
|
|
|
<SplitLS>0</SplitLS>
|
|
|
|
<OneElfS>0</OneElfS>
|
|
|
|
<Strict>0</Strict>
|
|
|
|
<EnumInt>0</EnumInt>
|
|
|
|
<PlainCh>0</PlainCh>
|
|
|
|
<Ropi>0</Ropi>
|
|
|
|
<Rwpi>0</Rwpi>
|
|
|
|
<wLevel>0</wLevel>
|
|
|
|
<uThumb>0</uThumb>
|
|
|
|
<VariousControls>
|
2012-04-14 20:00:17 +08:00
|
|
|
<MiscControls />
|
2011-06-30 22:15:08 +08:00
|
|
|
<Define>USE_STDPERIPH_DRIVER</Define>
|
2012-04-14 20:00:17 +08:00
|
|
|
<Undefine />
|
2015-05-11 21:10:25 +08:00
|
|
|
<IncludePath>Libraries/STM32F2xx_StdPeriph_Driver/inc;Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx;../../components/CMSIS/Include;applications;.;Drivers;../../include;../../libcpu/arm/cortex-m3;../../libcpu/arm/common;../../components/finsh</IncludePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</VariousControls>
|
|
|
|
</Cads>
|
|
|
|
<Aads>
|
|
|
|
<interw>1</interw>
|
|
|
|
<Ropi>0</Ropi>
|
|
|
|
<Rwpi>0</Rwpi>
|
|
|
|
<thumb>0</thumb>
|
|
|
|
<SplitLS>0</SplitLS>
|
|
|
|
<SwStkChk>0</SwStkChk>
|
|
|
|
<NoWarn>0</NoWarn>
|
|
|
|
<VariousControls>
|
2012-04-14 20:00:17 +08:00
|
|
|
<MiscControls />
|
|
|
|
<Define />
|
|
|
|
<Undefine />
|
|
|
|
<IncludePath />
|
2011-06-30 22:15:08 +08:00
|
|
|
</VariousControls>
|
|
|
|
</Aads>
|
|
|
|
<LDads>
|
|
|
|
<umfTarg>1</umfTarg>
|
|
|
|
<Ropi>0</Ropi>
|
|
|
|
<Rwpi>0</Rwpi>
|
|
|
|
<noStLib>0</noStLib>
|
|
|
|
<RepFail>1</RepFail>
|
|
|
|
<useFile>0</useFile>
|
|
|
|
<TextAddressRange>0x08000000</TextAddressRange>
|
|
|
|
<DataAddressRange>0x20000000</DataAddressRange>
|
2012-04-14 20:00:17 +08:00
|
|
|
<ScatterFile />
|
|
|
|
<IncludeLibs />
|
|
|
|
<IncludeLibsPath />
|
2015-05-11 21:10:25 +08:00
|
|
|
<Misc> --keep *.o(FSymTab) --keep *.o(VSymTab) </Misc>
|
2012-04-14 20:00:17 +08:00
|
|
|
<LinkerInputFile />
|
|
|
|
<DisabledWarnings />
|
2011-06-30 22:15:08 +08:00
|
|
|
</LDads>
|
|
|
|
</TargetArmAds>
|
|
|
|
</TargetOption>
|
|
|
|
<Groups>
|
|
|
|
<Group>
|
2015-05-11 21:10:25 +08:00
|
|
|
<GroupName>STM32_StdPeriph</GroupName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<Files>
|
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>system_stm32f2xx.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/system_stm32f2xx.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>misc.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/misc.c</FilePath>
|
2012-04-17 01:55:43 +08:00
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Files>
|
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_adc.c</FileName>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_adc.c</FilePath>
|
2012-04-17 01:55:43 +08:00
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Files>
|
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_can.c</FileName>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_can.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_crc.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_crc.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_cryp.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_cryp_aes.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_aes.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_cryp_des.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_des.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-09-19 02:00:23 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_cryp_tdes.c</FileName>
|
2011-09-19 02:00:23 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_cryp_tdes.c</FilePath>
|
2012-04-17 01:55:43 +08:00
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Files>
|
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_dac.c</FileName>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dac.c</FilePath>
|
2011-09-19 02:00:23 +08:00
|
|
|
</File>
|
2011-06-30 22:15:08 +08:00
|
|
|
</Files>
|
2012-04-14 20:00:17 +08:00
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_dbgmcu.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dbgmcu.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_dcmi.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dcmi.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_dma.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_dma.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_exti.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_exti.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_flash.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_flash.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_fsmc.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_fsmc.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_gpio.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_gpio.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_hash.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_hash_md5.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash_md5.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_hash_sha1.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_hash_sha1.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_i2c.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_i2c.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_iwdg.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_iwdg.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
|
|
|
</Files>
|
2012-04-14 20:00:17 +08:00
|
|
|
<Files>
|
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_pwr.c</FileName>
|
2012-04-14 20:00:17 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_pwr.c</FilePath>
|
2012-04-14 20:00:17 +08:00
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Files>
|
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_rcc.c</FileName>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rcc.c</FilePath>
|
2012-04-14 20:00:17 +08:00
|
|
|
</File>
|
|
|
|
</Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<Files>
|
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_rng.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rng.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_rtc.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_rtc.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_sdio.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_sdio.c</FilePath>
|
2011-12-21 17:44:52 +08:00
|
|
|
</File>
|
2011-06-30 22:15:08 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_spi.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_spi.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_syscfg.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_syscfg.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_tim.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_tim.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_usart.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_usart.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_wwdg.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Libraries/STM32F2xx_StdPeriph_Driver/src/stm32f2xx_wwdg.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>startup_stm32f2xx.s</FileName>
|
|
|
|
<FileType>2</FileType>
|
|
|
|
<FilePath>Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F2xx/startup/arm/startup_stm32f2xx.s</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
2015-05-11 21:10:25 +08:00
|
|
|
</Group>
|
|
|
|
<Group>
|
|
|
|
<GroupName>Applications</GroupName>
|
2012-04-14 20:00:17 +08:00
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>application.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>applications/application.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>startup.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>applications/startup.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
2015-05-11 21:10:25 +08:00
|
|
|
</Group>
|
|
|
|
<Group>
|
|
|
|
<GroupName>Drivers</GroupName>
|
2012-04-14 20:00:17 +08:00
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>24LCxx.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Drivers/24LCxx.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>FM25Lx.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Drivers/FM25Lx.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>board.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Drivers/board.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>i2c.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Drivers/i2c.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>rtc.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Drivers/rtc.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Files>
|
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>serial.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Drivers/serial.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>stm32f2xx_it.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>Drivers/stm32f2xx_it.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>usart.c</FileName>
|
|
|
|
<FileType>1</FileType>
|
|
|
|
<FilePath>Drivers/usart.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
2012-04-17 01:55:43 +08:00
|
|
|
</Group>
|
|
|
|
<Group>
|
|
|
|
<GroupName>Kernel</GroupName>
|
2012-04-14 20:00:17 +08:00
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>clock.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/clock.c</FilePath>
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Files>
|
|
|
|
<File>
|
|
|
|
<FileName>components.c</FileName>
|
|
|
|
<FileType>1</FileType>
|
|
|
|
<FilePath>../../src/components.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>device.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/device.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>idle.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/idle.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>ipc.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/ipc.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>irq.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/irq.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>kservice.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/kservice.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>mem.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/mem.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>mempool.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/mempool.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>object.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/object.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>scheduler.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/scheduler.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>thread.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/thread.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>timer.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../src/timer.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
2012-04-17 01:55:43 +08:00
|
|
|
</Group>
|
|
|
|
<Group>
|
|
|
|
<GroupName>CORTEX-M3</GroupName>
|
2012-04-14 20:00:17 +08:00
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>cpuport.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../libcpu/arm/cortex-m3/cpuport.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>context_rvds.S</FileName>
|
|
|
|
<FileType>2</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../libcpu/arm/cortex-m3/context_rvds.S</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>backtrace.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../libcpu/arm/common/backtrace.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>div0.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../libcpu/arm/common/div0.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileName>showmem.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../libcpu/arm/common/showmem.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
2012-04-17 01:55:43 +08:00
|
|
|
</Group>
|
|
|
|
<Group>
|
|
|
|
<GroupName>finsh</GroupName>
|
2012-04-14 20:00:17 +08:00
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>shell.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/shell.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>symbol.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/symbol.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>cmd.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/cmd.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>finsh_compiler.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/finsh_compiler.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>finsh_error.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/finsh_error.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>finsh_heap.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/finsh_heap.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>finsh_init.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/finsh_init.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>finsh_node.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/finsh_node.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>finsh_ops.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/finsh_ops.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>finsh_parser.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/finsh_parser.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>finsh_var.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/finsh_var.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-06-30 22:15:08 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>finsh_vm.c</FileName>
|
2011-06-30 22:15:08 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/finsh_vm.c</FilePath>
|
2011-06-30 22:15:08 +08:00
|
|
|
</File>
|
2012-04-14 20:00:17 +08:00
|
|
|
</Files>
|
|
|
|
<Files>
|
2011-07-01 07:25:17 +08:00
|
|
|
<File>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FileName>finsh_token.c</FileName>
|
2012-04-17 01:55:43 +08:00
|
|
|
<FileType>1</FileType>
|
2015-05-11 21:10:25 +08:00
|
|
|
<FilePath>../../components/finsh/finsh_token.c</FilePath>
|
2011-07-01 07:25:17 +08:00
|
|
|
</File>
|
2011-06-30 22:15:08 +08:00
|
|
|
</Files>
|
|
|
|
</Group>
|
|
|
|
</Groups>
|
|
|
|
</Target>
|
|
|
|
</Targets>
|
|
|
|
</Project>
|