File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ SAMD CORE 1.6.5
4
4
* Bootloader: Fixed wrong UART speed (regression)
5
5
* Fixed incorrect return value from Wire.available() when the receive buffer is not fully read.
6
6
* Added DAC0 definition in Arduino/Genuino Zero variant file.
7
+ * Enabled bootloader protection after "Burn bootloader".
7
8
8
9
SAMD CORE 1.6.4 2016.02.19
9
10
Original file line number Diff line number Diff line change @@ -139,5 +139,5 @@ tools.openocd.erase.pattern=
139
139
140
140
tools.openocd.bootloader.params.verbose=-d2
141
141
tools.openocd.bootloader.params.quiet=-d0
142
- 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"
142
+ 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"
143
143
You can’t perform that action at this time.
0 commit comments