[chore] fix helloworld cdk setting

This commit is contained in:
jzlv 2021-07-27 20:19:20 +08:00
parent ff131e47a3
commit cee97fe003

View file

@ -235,8 +235,8 @@ Board: bl70x_iot
</File> </File>
</VirtualDirectory> </VirtualDirectory>
<MonitorProgress> <MonitorProgress>
<DebugLaunch>70</DebugLaunch> <DebugLaunch>90</DebugLaunch>
<FlashOperate>25</FlashOperate> <FlashOperate>37</FlashOperate>
</MonitorProgress> </MonitorProgress>
<VirtualDirectory Name="components"> <VirtualDirectory Name="components">
<VirtualDirectory Name="fatfs"> <VirtualDirectory Name="fatfs">
@ -286,6 +286,32 @@ Board: bl70x_iot
<Dependencies Name="BuildSet"/> <Dependencies Name="BuildSet"/>
<Dependencies Name="CK_Link_Debug"/> <Dependencies Name="CK_Link_Debug"/>
<Dependencies Name="OpenOCD_Debug"/> <Dependencies Name="OpenOCD_Debug"/>
<DebugSessions>
<watchExpressions/>
<memoryExpressions>0x23000000;;;</memoryExpressions>
<statistics>;;MHZ;</statistics>
<peripheralTabs>
<Tab disFormat="Hex">glb</Tab>
<Tab disFormat="Hex">uart</Tab>
</peripheralTabs>
<WatchDisplayFormat>1</WatchDisplayFormat>
<LocalDisplayFormat>1</LocalDisplayFormat>
<debugLayout/>
<memoryTabColSizeExpressions>100:8;100:8;100:8;100:8;</memoryTabColSizeExpressions>
</DebugSessions>
<DebugSessions>
<watchExpressions/>
<memoryExpressions>;;;</memoryExpressions>
<statistics>;;MHZ;</statistics>
<peripheralTabs>
<Tab disFormat="Hex">glb</Tab>
<Tab disFormat="Hex">uart</Tab>
</peripheralTabs>
<WatchDisplayFormat>1</WatchDisplayFormat>
<LocalDisplayFormat>1</LocalDisplayFormat>
<debugLayout/>
<memoryTabColSizeExpressions>100:8;100:8;100:8;100:8;</memoryTabColSizeExpressions>
</DebugSessions>
<BuildConfigs> <BuildConfigs>
<BuildConfig Name="OpenOCD_Debug"> <BuildConfig Name="OpenOCD_Debug">
<Target> <Target>
@ -416,7 +442,7 @@ Board: bl70x_iot
<LinkType/> <LinkType/>
</Linker> </Linker>
<Debug> <Debug>
<LoadApplicationAtStartup>no</LoadApplicationAtStartup> <LoadApplicationAtStartup>yes</LoadApplicationAtStartup>
<Connector>OpenOCD</Connector> <Connector>OpenOCD</Connector>
<StopAt>yes</StopAt> <StopAt>yes</StopAt>
<StopAtText>main</StopAtText> <StopAtText>main</StopAtText>
@ -572,7 +598,7 @@ Board: bl70x_iot
</AfterMake> </AfterMake>
</User> </User>
<Compiler> <Compiler>
<Define>ARCH_RISCV;BFLB_USE_HAL_DRIVER;bl706_hwc</Define> <Define>ARCH_RISCV;BFLB_USE_HAL_DRIVER;bl706_iot</Define>
<Undefine/> <Undefine/>
<Optim>Optimize more (-O2)</Optim> <Optim>Optimize more (-O2)</Optim>
<DebugLevel>Default (-g)</DebugLevel> <DebugLevel>Default (-g)</DebugLevel>
@ -607,8 +633,8 @@ Board: bl70x_iot
<LinkType/> <LinkType/>
</Linker> </Linker>
<Debug> <Debug>
<LoadApplicationAtStartup>no</LoadApplicationAtStartup> <LoadApplicationAtStartup>yes</LoadApplicationAtStartup>
<Connector>Remote ICE</Connector> <Connector>ICE</Connector>
<StopAt>yes</StopAt> <StopAt>yes</StopAt>
<StopAtText>main</StopAtText> <StopAtText>main</StopAtText>
<InitFile/> <InitFile/>
@ -659,8 +685,8 @@ Board: bl70x_iot
<InitFile/> <InitFile/>
<Erase>Erase Sectors</Erase> <Erase>Erase Sectors</Erase>
<Algorithms Path="">bl70x_flasher.elf</Algorithms> <Algorithms Path="">bl70x_flasher.elf</Algorithms>
<Program>no</Program> <Program>yes</Program>
<Verify>no</Verify> <Verify>yes</Verify>
<ResetAndRun>no</ResetAndRun> <ResetAndRun>no</ResetAndRun>
<ResetType>Hard Reset</ResetType> <ResetType>Hard Reset</ResetType>
<SoftResetVal/> <SoftResetVal/>
@ -670,30 +696,4 @@ Board: bl70x_iot
</Flash> </Flash>
</BuildConfig> </BuildConfig>
</BuildConfigs> </BuildConfigs>
<DebugSessions>
<watchExpressions/>
<memoryExpressions>;;;</memoryExpressions>
<statistics>;;MHZ;</statistics>
<peripheralTabs>
<Tab disFormat="Hex">glb</Tab>
<Tab disFormat="Hex">uart</Tab>
</peripheralTabs>
<WatchDisplayFormat>1</WatchDisplayFormat>
<LocalDisplayFormat>1</LocalDisplayFormat>
<debugLayout/>
<memoryTabColSizeExpressions>100:8;100:8;100:8;100:8;</memoryTabColSizeExpressions>
</DebugSessions>
<DebugSessions>
<watchExpressions/>
<memoryExpressions>;;;</memoryExpressions>
<statistics>;;MHZ;</statistics>
<peripheralTabs>
<Tab disFormat="Hex">glb</Tab>
<Tab disFormat="Hex">uart</Tab>
</peripheralTabs>
<WatchDisplayFormat>1</WatchDisplayFormat>
<LocalDisplayFormat>1</LocalDisplayFormat>
<debugLayout/>
<memoryTabColSizeExpressions>100:8;100:8;100:8;100:8;</memoryTabColSizeExpressions>
</DebugSessions>
</Project> </Project>