mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 13:33:39 +00:00
8 lines
213 B
JSON
8 lines
213 B
JSON
{
|
|
"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"
|
|
}
|