Skip to content

Commit 5b859c4

Browse files
committed
Set compilers to C++14 and C11
* ARMC6 and GCC are set to C++14 and C11. * ARMC5 is set to C++11 and C99, as it's the highest it can offer.
1 parent 7ec1663 commit 5b859c4

37 files changed

+59
-59
lines changed

tools/export/coide/arch_max.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/arch_pro.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Includepaths>
1111
{% for path in include_paths %} <Includepath path="{{path}}"/> {% endfor %}
1212
</Includepaths>

tools/export/coide/disco_f051r8.coproj.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>
@@ -84,7 +84,7 @@
8484
<Compile>
8585
<Option name="OptimizationLevel" value="0"/>
8686
<Option name="UseFPU" value="0"/>
87-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
87+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
8888
<Option name="FPU" value="1"/>
8989
<Option name="SupportCPlusplus" value="1"/>
9090
<Includepaths>

tools/export/coide/disco_f100rb.coproj.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>
@@ -84,7 +84,7 @@
8484
<Compile>
8585
<Option name="OptimizationLevel" value="0"/>
8686
<Option name="UseFPU" value="0"/>
87-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
87+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
8888
<Option name="FPU" value="1"/>
8989
<Option name="SupportCPlusplus" value="1"/>
9090
<Includepaths>

tools/export/coide/disco_f303vc.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/disco_f334c8.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/disco_f401vc.coproj.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>
@@ -85,7 +85,7 @@
8585
<Compile>
8686
<Option name="OptimizationLevel" value="0"/>
8787
<Option name="UseFPU" value="0"/>
88-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
88+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
8989
<Option name="FPU" value="1"/>
9090
<Option name="SupportCPlusplus" value="1"/>
9191
<Includepaths>

tools/export/coide/disco_f407vg.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/disco_f429zi.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/disco_l053c8.coproj.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>
@@ -84,7 +84,7 @@
8484
<Compile>
8585
<Option name="OptimizationLevel" value="0"/>
8686
<Option name="UseFPU" value="0"/>
87-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
87+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
8888
<Option name="FPU" value="1"/>
8989
<Option name="SupportCPlusplus" value="1"/>
9090
<Includepaths>

tools/export/coide/kl05z.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Includepaths>
1111
{% for path in include_paths %} <Includepath path="{{path}}"/> {% endfor %}
1212
</Includepaths>

tools/export/coide/kl25z.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Includepaths>
1111
{% for path in include_paths %} <Includepath path="{{path}}"/> {% endfor %}
1212
</Includepaths>

tools/export/coide/lpc1768.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Includepaths>
1111
{% for path in include_paths %} <Includepath path="{{path}}"/> {% endfor %}
1212
</Includepaths>

tools/export/coide/mote_l152rc.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/mts_mdot_f405rg.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="0"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/mts_mdot_f411re.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="0"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/nucleo_f030r8.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/nucleo_f042k6.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/nucleo_f070rb.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/nucleo_f072rb.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/nucleo_f091rc.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/nucleo_f103rb.coproj.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>
@@ -84,7 +84,7 @@
8484
<Compile>
8585
<Option name="OptimizationLevel" value="0"/>
8686
<Option name="UseFPU" value="0"/>
87-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
87+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
8888
<Option name="FPU" value="1"/>
8989
<Option name="SupportCPlusplus" value="1"/>
9090
<Includepaths>

tools/export/coide/nucleo_f302r8.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/nucleo_f303re.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/nucleo_f334r8.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/nucleo_f401re.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

tools/export/coide/nucleo_f410rb.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Compile>
77
<Option name="OptimizationLevel" value="4"/>
88
<Option name="UseFPU" value="0"/>
9-
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++98"/>
9+
<Option name="UserEditCompiler" value="-fno-common; -fmessage-length=0; -Wall; -fno-strict-aliasing; -fno-rtti; -fno-exceptions; -ffunction-sections; -fdata-sections; -std=gnu++14"/>
1010
<Option name="FPU" value="1"/>
1111
<Option name="SupportCPlusplus" value="1"/>
1212
<Includepaths>

0 commit comments

Comments
 (0)