Commit f852a08 1 parent cf72acf commit f852a08 Copy full SHA for f852a08
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ compiler.warning_flags.default=
31
31
compiler.warning_flags.more=-Wall -Wno-expansion-to-defined
32
32
compiler.warning_flags.all=-Wall -Wextra -Wno-expansion-to-defined
33
33
34
- # maintain retrocompatibility
34
+ # EXPERIMENTAL feature: optimization flags
35
+ # - this is alpha and may be subject to change without notice
35
36
compiler.optimization_flags=-Os
36
37
compiler.optimization_flags.release=-Os
37
38
compiler.optimization_flags.debug=-Og -g3
@@ -228,8 +229,10 @@ tools.openocd-withbootsize.bootloader.pattern="{path}/{cmd}" {bootloader.verbose
228
229
#
229
230
# GDB (Debugger)
230
231
#
232
+ # EXPERIMENTAL feature: debug.pattern
233
+ # - this is alpha and may be subject to change without notice
231
234
232
235
tools.gdb.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
233
236
tools.gdb.cmd=arm-none-eabi-gdb
234
237
tools.gdb.cmd.windows=arm-none-eabi-gdb.exe
235
- tools.gdb.debug.pattern="{path}/{cmd}" --interpreter=mi2 -ex "set pagination off" -ex 'target extended-remote | {tools.openocd.path}/{tools.openocd.cmd} -s "{tools.openocd.path}/share/openocd/scripts/" --file "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "gdb_port pipe" -c "telnet_port 0"' {build.path}/{build.project_name}.elf
238
+ tools.gdb.debug.pattern="{path}/{cmd}" --interpreter=mi2 -ex "set pagination off" -ex 'target extended-remote | {tools.openocd.path}/{tools.openocd.cmd} -s "{tools.openocd.path}/share/openocd/scripts/" --file "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "gdb_port pipe" -c "telnet_port 0"' {build.path}/{build.project_name}.elf
You can’t perform that action at this time.
0 commit comments