File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ compiler.warning_flags.more=-Wall
3232compiler.warning_flags.all=-Wall -Wextra
3333
3434compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
35- #compiler.path={runtime.tools.arm-none-eabi-gcc-4.8.3-2014q1.path}/bin/
3635compiler.c.cmd=arm-none-eabi-gcc
3736compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
3837compiler.c.elf.cmd=arm-none-eabi-gcc
@@ -149,7 +148,8 @@ tools.bossac.upload.network_pattern="{network_cmd}" -address {serial.port} -port
149148# OpenOCD sketch upload
150149#
151150
152- tools.openocd.path={runtime.tools.openocd-0.9.0-arduino6-static.path}
151+ #tools.openocd.path={runtime.tools.openocd-0.9.0-arduino6-static.path}
152+ #tools.openocd.path={runtime.tools.openocd}
153153tools.openocd.cmd=bin/openocd
154154tools.openocd.cmd.windows=bin/openocd.exe
155155
@@ -178,7 +178,8 @@ tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/
178178# FIXME: this programmer is a workaround for default options being overwritten by uploadUsingPreferences
179179#
180180
181- tools.openocd-withbootsize.path={runtime.tools.openocd-0.9.0-arduino6-static.path}
181+ #tools.openocd-withbootsize.path={runtime.tools.openocd-0.9.0-arduino6-static.path}
182+ tools.openocd-withbootsize.path={runtime.tools.openocd}
182183tools.openocd-withbootsize.cmd=bin/openocd
183184tools.openocd-withbootsize.cmd.windows=bin/openocd.exe
184185
You can’t perform that action at this time.
0 commit comments