File tree 2 files changed +2
-2
lines changed
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
7
7
* Fixed platform.txt, the core now compiles again with Arduino IDE <=1.6.5. Thanks @per1234
8
8
* Fixed Wire.write(0x00) "ambiguos method" error
9
9
* String class now supports iterators. Thanks @Chris--A
10
+ * Remove enabling bootloader protection when burning bootloader. This enables WDT, so sketches do not work.
10
11
11
12
SAMD CORE 1.6.5 2016.04.02
12
13
Original file line number Diff line number Diff line change @@ -141,5 +141,4 @@ tools.openocd.erase.pattern=
141
141
142
142
tools.openocd.bootloader.params.verbose=-d2
143
143
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"
You can’t perform that action at this time.
0 commit comments