machine/microbit-v2: add initial support based on work done by @alankrantas thank you!

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2021-01-03 17:48:06 +01:00
committed by Ron Evans
parent 086645153e
commit 6ec868710b
7 changed files with 241 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"inherits": ["nrf52833"],
"build-tags": ["microbit_v2"],
"flash-method": "msd",
"openocd-interface": "cmsis-dap",
"msd-volume-name": "MICROBIT",
"msd-firmware-name": "firmware.hex"
}