Browse Source

add mising config for `openocd_target`

pull/378/head
Rastislav Vysoky 1 year ago
committed by GitHub
parent
commit
7525877f6c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      boards/nano-g2-ultra.json

5
boards/nano-g2-ultra.json

@ -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"
@ -69,4 +70,4 @@
}, },
"url": "https://wiki.uniteng.com/en/meshtastic/nano-g2-ultra", "url": "https://wiki.uniteng.com/en/meshtastic/nano-g2-ultra",
"vendor": "BQ Consulting" "vendor": "BQ Consulting"
} }

Loading…
Cancel
Save