mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 13:33:39 +00:00
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
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"inherits": ["hw-651", "nrf51-s110v8"]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"inherits": ["nrf51"],
|
||||
"build-tags": ["hw_651"],
|
||||
"serial": "uart",
|
||||
"flash-method": "openocd",
|
||||
"openocd-interface": "cmsis-dap"
|
||||
}
|
||||
Reference in New Issue
Block a user