samd21,samd51,nrf52840: unify bootloader entry process

This commit is contained in:
sago35
2022-07-05 22:28:13 +09:00
committed by Ron Evans
parent ff7c71c99c
commit fcefcb191c
9 changed files with 60 additions and 69 deletions
@@ -3,5 +3,7 @@
package machine
func checkShouldReset() {
// EnterBootloader resets the chip into the serial bootloader.
func EnterBootloader() {
// skip
}