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:
HattoriHanzo031
2025-01-30 05:46:52 +01:00
committed by GitHub
parent 080a6648e9
commit d55a89f96a
4 changed files with 91 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"inherits": ["hw-651", "nrf51-s110v8"]
}
+7
View File
@@ -0,0 +1,7 @@
{
"inherits": ["nrf51"],
"build-tags": ["hw_651"],
"serial": "uart",
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
}