Files
tinygo/targets/hw-651.json
HattoriHanzo031 d55a89f96a board: support for NRF51 HW-651 (#4712)
NRF51: Support for NRF51 HW-651 board
* smoketest
* removed redundant flash-method
* smoketest fix
* description and links
* link fix
2025-01-30 05:46:52 +01:00

8 lines
136 B
JSON

{
"inherits": ["nrf51"],
"build-tags": ["hw_651"],
"serial": "uart",
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
}