mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
d55a89f96a
NRF51: Support for NRF51 HW-651 board * smoketest * removed redundant flash-method * smoketest fix * description and links * link fix
8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"inherits": ["nrf51"],
|
|
"build-tags": ["hw_651"],
|
|
"serial": "uart",
|
|
"flash-method": "openocd",
|
|
"openocd-interface": "cmsis-dap"
|
|
}
|