Skip to content

Commit 6f30d91

Browse files
committed
template syscalls order start with none
1 parent 1be8756 commit 6f30d91

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ilg.gnuarmeclipse.templates.stm/templates/stm32f10x_exe_c_project/template.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<property id="STM32F1syscalls" label="%STM32F10x.syscalls.label"
3030
description="%STM32F10x.syscalls.description" type="select" default="retarget"
3131
hidden="false" persist="true">
32+
<item value="none" label="Standalone (no syscalls)" />
3233
<item value="retarget" label="Retargetting (libnosys)" />
3334
<item value="semihosting" label="Semihosting (librdimon)" />
34-
<item value="none" label="Standalone (no syscalls)" />
3535
</property>
3636

3737
<!-- <property id="includeUsb" label="%STM32F10x.includeUsb.label" description="%STM32F10x.includeUsb.description"

ilg.gnuarmeclipse.templates.stm/templates/stm32f3xx_exe_c_project/template.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<property id="STM32F3syscalls" label="%STM32F3xx.syscalls.label"
3131
description="%STM32F3xx.syscalls.description" type="select" default="retarget"
3232
hidden="false" persist="true">
33+
<item value="none" label="Standalone (no syscalls)" />
3334
<item value="retarget" label="Retargetting (libnosys)" />
3435
<item value="semihosting" label="Semihosting (librdimon)" />
35-
<item value="none" label="Standalone (no syscalls)" />
3636
</property>
3737

3838
</property-group>

ilg.gnuarmeclipse.templates.stm/templates/stm32f4xx_exe_c_project/template.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<property id="STM32F4syscalls" label="%STM32F4xx.syscalls.label"
2727
description="%STM32F4xx.syscalls.description" type="select" default="retarget"
2828
hidden="false" persist="true">
29+
<item value="none" label="Standalone (no syscalls)" />
2930
<item value="retarget" label="Retargetting (libnosys)" />
3031
<item value="semihosting" label="Semihosting (librdimon)" />
31-
<item value="none" label="Standalone (no syscalls)" />
3232
</property>
3333

3434
<!-- <property id="includeUsb" label="%STM32F4xx.includeUsb.label" description="%STM32F4xx.includeUsb.description"

0 commit comments

Comments
 (0)