mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 14:48:40 +00:00
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"inherits": ["nrf51"],
|
|
"build-tags": ["microbit"],
|
|
"serial": "uart",
|
|
"flash-method": "msd",
|
|
"openocd-interface": "cmsis-dap",
|
|
"msd-volume-name": ["MICROBIT"],
|
|
"msd-firmware-name": "firmware.hex"
|
|
}
|