machine/nrf: implement auto-reset over USB for nrf52840

This commit is contained in:
BCG
2020-02-22 09:46:33 -05:00
committed by GitHub
parent bf57ae01fa
commit 0655086048
5 changed files with 56 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
// +build nrf52840,!nrf52840_reset_uf2
package machine
func checkShouldReset() {
}