File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 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=
3131compiler.warning_flags.more=-Wall -Wno-expansion-to-defined
3232compiler.warning_flags.all=-Wall -Wextra -Wno-expansion-to-defined
3333
34- # maintain retrocompatibility
34+ # EXPERIMENTAL feature: optimization flags
35+ # - this is alpha and may be subject to change without notice
3536compiler.optimization_flags=-Os
3637compiler.optimization_flags.release=-Os
3738compiler.optimization_flags.debug=-Og -g3
@@ -228,8 +229,10 @@ tools.openocd-withbootsize.bootloader.pattern="{path}/{cmd}" {bootloader.verbose
228229#
229230# GDB (Debugger)
230231#
232+ # EXPERIMENTAL feature: debug.pattern
233+ # - this is alpha and may be subject to change without notice
231234
232235tools.gdb.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
233236tools.gdb.cmd=arm-none-eabi-gdb
234237tools.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