Merge pull request #378 from recrof/patch-4

add mising config for `openocd_target`
This commit is contained in:
ripplebiz
2025-06-11 17:40:06 +10:00
committed by GitHub

View File

@@ -46,7 +46,8 @@
], ],
"debug": { "debug": {
"jlink_device": "nRF52840_xxAA", "jlink_device": "nRF52840_xxAA",
"svd_path": "nrf52840.svd" "svd_path": "nrf52840.svd",
"openocd_target": "nrf52.cfg"
}, },
"frameworks": [ "frameworks": [
"arduino" "arduino"