mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-03 11:19:02 +00:00
board/nano-33-ble: pins, blinking leds and serial
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"inherits": ["nrf52840"],
|
||||
"build-tags": ["nano_33_ble"],
|
||||
"flash-command": "bossac_arduino2 -d -i -e -w -v -R --port={port} {bin}",
|
||||
"flash-1200-bps-reset": "true",
|
||||
"linkerscript": "targets/nano-33-ble.ld"
|
||||
}
|
||||
Reference in New Issue
Block a user