targets: add serial key to JSON files for newly added rp2040 boards, and also nano-33-ble board

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2021-06-25 18:20:44 +02:00
committed by Ayke
parent 96e863f0f3
commit 0e267dd230
4 changed files with 3 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@
"build-tags": ["nano_33_ble", "nrf52840_reset_bossa"],
"flash-command": "bossac_arduino2 -d -i -e -w -v -R --port={port} {bin}",
"serial-port": ["acm:2341:805a", "acm:2341:005a"],
"serial": "usb",
"flash-1200-bps-reset": "true",
"linkerscript": "targets/nano-33-ble.ld"
}