Skip to content

Commit 153d993

Browse files
committed
Remove enabling bootloader protection when burning bootloader
This enables WDT, so sketches do not work.
1 parent 37c256b commit 153d993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ SAMD CORE 1.6.6
77
* Fixed platform.txt, the core now compiles again with Arduino IDE <=1.6.5. Thanks @per1234
88
* Fixed Wire.write(0x00) "ambiguos method" error
99
* String class now supports iterators. Thanks @Chris--A
10+
* Remove enabling bootloader protection when burning bootloader. This enables WDT, so sketches do not work.
1011

1112
SAMD CORE 1.6.5 2016.04.02
1213

platform.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,4 @@ tools.openocd.erase.pattern=
141141

142142
tools.openocd.bootloader.params.verbose=-d2
143143
tools.openocd.bootloader.params.quiet=-d0
144-
tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/share/openocd/scripts/" -f "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "telnet_port disabled; init; halt; at91samd bootloader 0; program {{{runtime.platform.path}/bootloaders/{bootloader.file}}} verify; at91samd bootloader 8192; reset; shutdown"
145-
144+
tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/share/openocd/scripts/" -f "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "telnet_port disabled; init; halt; at91samd bootloader 0; program {{{runtime.platform.path}/bootloaders/{bootloader.file}}} verify reset; shutdown"

0 commit comments

Comments
 (0)