tinygo/targets/nano-33-ble.json
2021-06-14 00:06:59 +02:00

7 строки
213 Б
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"
}