|
13 | 13 | ###############################################################################
|
14 | 14 |
|
15 | 15 | #Template Default Values
|
16 |
| -HW.template.label=Hello World Arm QEMU xPack C/C++ Project |
17 |
| -HW.template.description=A managed C/C++ project running \ |
| 16 | +HW.template.arm.label=Hello World Arm QEMU xPack C/C++ Project |
| 17 | +HW.template.arm.description=A managed C/C++ project running \ |
18 | 18 | on QEMU emulated Arm processors.
|
19 | 19 |
|
20 | 20 | # Used to configure the target wizard
|
21 |
| -HW.group.target.label=Project settings |
22 |
| -HW.group.target.description=Select the CPU and define project options. |
| 21 | +HW.group.target.arm.label=Project settings |
| 22 | +HW.group.target.arm.description=Select the CPU and define project options. |
23 | 23 |
|
24 |
| -HWcore.label=MCU: |
25 |
| -HWcore.description=The MCU, like Cortex-M7 |
| 24 | +HWcore.arm.label=MCU: |
| 25 | +HWcore.arm.description=The MCU, like Cortex-M7 |
26 | 26 |
|
27 |
| -# Common definitions |
28 |
| -syscalls.label=Use system calls: |
29 |
| -syscalls.description=Control how system calls are implemented. |
| 27 | +someWarnings.arm.label=Check some warnings |
| 28 | +someWarnings.arm.description=Enable -Wall and -Wextra. |
30 | 29 |
|
31 |
| -trace.label=Trace output: |
32 |
| -trace.description=Control where the trace output messages are forwarded. |
| 30 | +mostWarnings.arm.label=Check most warnings |
| 31 | +mostWarnings.arm.description=Enable as many warnings as possible. |
33 | 32 |
|
34 |
| -someWarnings.label=Check some warnings |
35 |
| -someWarnings.description=Enable -Wall and -Wextra. |
| 33 | +useWerror.arm.label=Enable -Werror |
| 34 | +useWerror.arm.description=Instruct the compiler to stop on warnings. |
36 | 35 |
|
37 |
| -mostWarnings.label=Check most warnings |
38 |
| -mostWarnings.description=Enable as many warnings as possible. |
| 36 | +doNotUseExceptions.arm.label=Do not use exceptions |
| 37 | +doNotUseExceptions.arm.descriptions=Do not use exceptions and RTTI |
39 | 38 |
|
40 |
| -useWerror.label=Enable -Werror |
41 |
| -useWerror.description=Instruct the compiler to stop on warnings. |
| 39 | +useOg.arm.label=Use -Og on debug |
| 40 | +useOg.arm.description=Use the new optimization flag for the debug configurations. |
42 | 41 |
|
43 |
| -doNotUseExceptions.label=Do not use exceptions |
44 |
| -doNotUseExceptions.descriptions=Do not use exceptions and RTTI |
45 |
| - |
46 |
| -useOg.label=Use -Og on debug |
47 |
| -useOg.description=Use the new optimization flag for the debug configurations. |
48 |
| - |
49 |
| -useNano.label=Use newlib nano |
50 |
| -useNano.description=Use the size optimised version of newlib. |
| 42 | +useNano.arm.label=Use newlib nano |
| 43 | +useNano.arm.description=Use the size optimised version of newlib. |
51 | 44 |
|
0 commit comments