Files
tinygo/src/machine/machine_nrf52840_usb_reset_none.go
T
Ayke van Laethem cd628bcde6 nrf52840: add support for flashing with the BOSSA tool
This only works with a custom bossac build from Arduino, not with the
upstream version. It avoids needing the manual "double tap" to enter
bootloader mode before flashing firmware.
2021-06-18 13:00:00 +02:00

7 lines
107 B
Go

// +build nrf52840,!nrf52840_reset_uf2,!nrf52840_reset_bossa
package machine
func checkShouldReset() {
}