add a variant based on the nrf52840-dk but with a RC clock.

Because I was dumb and accidentally ran some code that configured gpio 0
as an output and that was enough to smoke the xtal that was preinstalled
between P0.0 and P0.1.
This commit is contained in:
geeksville
2020-04-24 12:30:06 -07:00
parent bebaa838c4
commit bb885a5110
5 changed files with 248 additions and 1 deletions
+2 -1
View File
@@ -125,7 +125,8 @@ build_flags =
; This is a temporary build target to test turning off particular hardare bits in the build (to improve modularity)
[env:bare]
platform = nordicnrf52
board = nrf52840_dk_adafruit ; nicer than nrf52840_dk - more full gpio mappings
; board = nrf52840_dk_adafruit ; nicer than nrf52840_dk - more full gpio mappings
board = ppr
framework = arduino
debug_tool = jlink
build_flags =