File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
1112SAMD CORE 1.6.5 2016.04.02
1213
Original file line number Diff line number Diff line change @@ -141,5 +141,4 @@ tools.openocd.erase.pattern=
141141
142142tools.openocd.bootloader.params.verbose=-d2
143143tools.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"
You can’t perform that action at this time.
0 commit comments