|
20 | 20 | # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
|
21 | 21 |
|
22 | 22 | name=Arduino SAMD (32-bits ARM Cortex-M0+) Boards
|
23 | | -version=1.8.6 |
| 23 | +version=1.8.7 |
24 | 24 |
|
25 | 25 | # Compile variables
|
26 | 26 | # -----------------
|
@@ -236,4 +236,4 @@ tools.gdb-openocd.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin/
|
236 | 236 | tools.gdb-openocd.cmd=arm-none-eabi-gdb
|
237 | 237 | tools.gdb-openocd.cmd.windows=arm-none-eabi-gdb.exe
|
238 | 238 | tools.gdb-openocd.interpreter=console
|
239 | | -tools.gdb-openocd.debug.pattern="{path}/{cmd}" --interpreter={interpreter} -ex "set remotetimeout 5" -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" |
| 239 | +tools.gdb-openocd.debug.pattern="{path}/{cmd}" --interpreter={interpreter} -ex "set remotetimeout 5" -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" |
0 commit comments