
This only works with a custom bossac build from Arduino, not with the upstream version. It avoids needing the manual "double tap" to enter bootloader mode before flashing firmware.
7 строки
237 Б
JSON
7 строки
237 Б
JSON
{
|
|
"inherits": ["nrf52840"],
|
|
"build-tags": ["nano_33_ble", "nrf52840_reset_bossa"],
|
|
"flash-command": "bossac_arduino2 -d -i -e -w -v -R --port={port} {bin}",
|
|
"flash-1200-bps-reset": "true",
|
|
"linkerscript": "targets/nano-33-ble.ld"
|
|
}
|