123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Project Name="rt-thread" Version="1">
- <Dependencies Name="Debug"/>
- <Description/>
- <Dependencies Name="BuildSet"/>
- <BuildConfigs>
- <BuildConfig Name="BuildSet">
- <Target>
- <ROMBank Selected="1">
- <ROM1>
- <InUse>yes</InUse>
- <Start>0x10000000</Start>
- <Size>0x40000</Size>
- </ROM1>
- <ROM2>
- <InUse>no</InUse>
- <Start/>
- <Size/>
- </ROM2>
- <ROM3>
- <InUse>no</InUse>
- <Start/>
- <Size/>
- </ROM3>
- <ROM4>
- <InUse>no</InUse>
- <Start/>
- <Size/>
- </ROM4>
- <ROM5>
- <InUse>no</InUse>
- <Start/>
- <Size/>
- </ROM5>
- </ROMBank>
- <RAMBank>
- <RAM1>
- <InUse>yes</InUse>
- <Start>0x20000000</Start>
- <Size>0x18000</Size>
- <Init>yes</Init>
- </RAM1>
- <RAM2>
- <InUse>no</InUse>
- <Start/>
- <Size/>
- <Init>yes</Init>
- </RAM2>
- <RAM3>
- <InUse>no</InUse>
- <Start/>
- <Size/>
- <Init>yes</Init>
- </RAM3>
- <RAM4>
- <InUse>no</InUse>
- <Start/>
- <Size/>
- <Init>yes</Init>
- </RAM4>
- <RAM5>
- <InUse>no</InUse>
- <Start/>
- <Size/>
- <Init>yes</Init>
- </RAM5>
- </RAMBank>
- <CPU>ck802</CPU>
- <UseMiniLib>yes</UseMiniLib>
- <Endian>little</Endian>
- <UseHardFloat>no</UseHardFloat>
- <UseEnhancedLRW>no</UseEnhancedLRW>
- </Target>
- <Output>
- <OutputName>$(ProjectName)</OutputName>
- <Type>Executable</Type>
- <CreateHexFile>yes</CreateHexFile>
- <Preprocessor>yes</Preprocessor>
- <Disasm>yes</Disasm>
- <CallGraph>yes</CallGraph>
- <Map>yes</Map>
- </Output>
- <User>
- <BeforeCompile>
- <RunUserProg>no</RunUserProg>
- <UserProgName/>
- </BeforeCompile>
- <BeforeMake>
- <RunUserProg>no</RunUserProg>
- <UserProgName/>
- </BeforeMake>
- <AfterMake>
- <RunUserProg>no</RunUserProg>
- <UserProgName/>
- </AfterMake>
- </User>
- <Compiler>
- <Define/>
- <Undefine/>
- <Optim>None (-O0)</Optim>
- <DebugLevel>Maximum (-g3)</DebugLevel>
- <IncludePath/>
- <OtherFlags></OtherFlags>
- <Verbose>no</Verbose>
- <Ansi>no</Ansi>
- <Syntax>no</Syntax>
- <Pedantic>no</Pedantic>
- <PedanticErr>no</PedanticErr>
- <InhibitWarn>no</InhibitWarn>
- <AllWarn>yes</AllWarn>
- <WarnErr>no</WarnErr>
- <OneElfS>no</OneElfS>
- <Fstrict>no</Fstrict>
- </Compiler>
- <Asm>
- <Define>CONFIG_CKCPU_MMU=0</Define>
- <Undefine/>
- <IncludePath></IncludePath>
- <OtherFlags/>
- <DebugLevel>gdwarf2</DebugLevel>
- </Asm>
- <Linker>
- <Garbage>yes</Garbage>
- <LDFile>$(ProjectPath)\gcc_csky.ld</LDFile>
- <LibName/>
- <LibPath/>
- <OtherFlags/>
- <AutoLDFile>no</AutoLDFile>
- </Linker>
- <Debug>
- <LoadApplicationAtStartup>yes</LoadApplicationAtStartup>
- <Connector>ICE</Connector>
- <StopAt>yes</StopAt>
- <StopAtText>main</StopAtText>
- <InitFile/>
- <AutoRun>no</AutoRun>
- <ResetType>Hard Reset</ResetType>
- <SoftResetVal>0</SoftResetVal>
- <ResetAfterLoad>no</ResetAfterLoad>
- <ConfigICE>
- <IP>localhost</IP>
- <PORT>1025</PORT>
- <Clock>12000</Clock>
- <Delay>10</Delay>
- <DDC>yes</DDC>
- <TRST>no</TRST>
- <Connect>Normal</Connect>
- <ResetType>Soft Reset</ResetType>
- <SoftResetVal>0</SoftResetVal>
- <RTOSType>Bare Metal</RTOSType>
- <DownloadToFlash>no</DownloadToFlash>
- <ResetAfterConnect>yes</ResetAfterConnect>
- </ConfigICE>
- <ConfigSIM>
- <SIMTarget>soccfg/cskyv2/smart_v3_802_cfg.xml</SIMTarget>
- <OtherFlags/>
- <NoGraphic>no</NoGraphic>
- <Log>yes</Log>
- </ConfigSIM>
- </Debug>
- <Flash>
- <InitFile/>
- <Erase>Erase Sectors</Erase>
- <Algorithms Path=""/>
- <Program>yes</Program>
- <Verify>no</Verify>
- <ResetAndRun>no</ResetAndRun>
- </Flash>
- </BuildConfig>
- </BuildConfigs>
- <DebugSessions>
- <watchExpressions/>
- <memoryExpressions>;;;</memoryExpressions>
- <statistics>;;MHZ</statistics>
- </DebugSessions>
- </Project>
|