added irext decoder support for STM8:
This commit is contained in:
@@ -47,46 +47,46 @@
|
||||
<option>
|
||||
<name>GenRuntimeLibSelect</name>
|
||||
<version>0</version>
|
||||
<state>2</state>
|
||||
<state>1</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GenRuntimeLibSelectSlave</name>
|
||||
<version>0</version>
|
||||
<state>2</state>
|
||||
<state>1</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GenRTDescription</name>
|
||||
<state>Use the full configuration of the C/EC++ runtime library. Full locale interface, C locale, file descriptor support, multibytes in printf and scanf, and hex floats in strtod.</state>
|
||||
<state>Use the normal configuration of the C/EC++ runtime library. No locale interface, C locale, no file descriptor support, no multibytes in printf and scanf, and no hex floats in strtod.</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GenRTConfigPath</name>
|
||||
<state>$TOOLKIT_DIR$\LIB\dlstm8smf.h</state>
|
||||
<state>$TOOLKIT_DIR$\LIB\dlstm8smn.h</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GenLibInFormatter</name>
|
||||
<version>0</version>
|
||||
<state>2</state>
|
||||
<state>0</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GenLibInFormatterDescription</name>
|
||||
<state>Full formatting, without multibytes.</state>
|
||||
<state>Automatic choice of formatter.</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GenLibOutFormatter</name>
|
||||
<version>0</version>
|
||||
<state>2</state>
|
||||
<state>0</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GenLibOutFormatterDescription</name>
|
||||
<state>Full formatting, without multibytes.</state>
|
||||
<state>Automatic choice of formatter.</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GenStackSize</name>
|
||||
<state>0x100</state>
|
||||
<state>0x300</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GenHeapSize</name>
|
||||
<state>0x100</state>
|
||||
<state>0x7F</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>GeneralEnableMisra</name>
|
||||
@@ -189,6 +189,8 @@
|
||||
<option>
|
||||
<name>CCDefines</name>
|
||||
<state>BOARD_STM8</state>
|
||||
<state>COMPILER_IAR</state>
|
||||
<state>NO_FS</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>CCPreprocFile</name>
|
||||
@@ -604,11 +606,11 @@
|
||||
</option>
|
||||
<option>
|
||||
<name>IlinkIcfOverride</name>
|
||||
<state>0</state>
|
||||
<state>1</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>IlinkIcfFile</name>
|
||||
<state>$TOOLKIT_DIR$\config\lnkstm8s207k8.icf</state>
|
||||
<state>D:\Project\Iot_Work\irext\examples\stm8-driver\src\lnkstm8s207k8.icf</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>IlinkIcfFileSlave</name>
|
||||
|
||||
Reference in New Issue
Block a user