board/nano-33-ble: pins, blinking leds and serial

This commit is contained in:
Yurii Soldak
2021-06-10 09:59:33 +02:00
committed by Ayke
parent 5f9e339cf3
commit 7764797061
3 changed files with 121 additions and 0 deletions
+7
View File
@@ -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"
}