File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
55
66name=STM32 Boards (stm32duino)
7- version=0.1.1
7+ version=0.1.2
8+
9+ compiler.warning_flags=-w -DDEBUG_LEVEL=DEBUG_NONE
10+ compiler.warning_flags.none=-w -DDEBUG_LEVEL=DEBUG_NONE
11+ compiler.warning_flags.default=-DDEBUG_LEVEL=DEBUG_NONE
12+ compiler.warning_flags.more=-Wall -DDEBUG_LEVEL=DEBUG_FAULT
13+ compiler.warning_flags.all=-Wall -Wextra -DDEBUG_LEVEL=DEBUG_ALL
814
915# compiler variables
1016# ----------------------
1117compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
1218compiler.c.cmd=arm-none-eabi-gcc
13- compiler.c.flags=-c -g -Os -w -MMD -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -DBOARD_{build.variant} -D{build.vect} -DERROR_LED_PORT={build.error_led_port} -DERROR_LED_PIN={build.error_led_pin} -DDEBUG_LEVEL=DEBUG_NONE
19+ compiler.c.flags=-c -g -Os {compiler.warning_flags} -MMD -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -DBOARD_{build.variant} -D{build.vect} -DERROR_LED_PORT={build.error_led_port} -DERROR_LED_PIN={build.error_led_pin}
1420compiler.c.elf.cmd=arm-none-eabi-g++
1521compiler.c.elf.flags=-Os -Wl,--gc-sections
1622compiler.S.cmd=arm-none-eabi-gcc
1723compiler.S.flags=-c -g -x assembler-with-cpp -MMD
1824compiler.cpp.cmd=arm-none-eabi-g++
19- compiler.cpp.flags=-c -g -Os -w -MMD -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -DBOARD_{build.variant} -D{build.vect} -DERROR_LED_PORT={build.error_led_port} -DERROR_LED_PIN={build.error_led_pin} -DDEBUG_LEVEL=DEBUG_NONE
25+ compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -MMD -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -DBOARD_{build.variant} -D{build.vect} -DERROR_LED_PORT={build.error_led_port} -DERROR_LED_PIN={build.error_led_pin}
2026compiler.ar.cmd=arm-none-eabi-ar
2127compiler.ar.flags=rcs
2228compiler.objcopy.cmd=arm-none-eabi-objcopy
You can’t perform that action at this time.
0 commit comments