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. 3
      boards/nano-g2-ultra.json

3
boards/nano-g2-ultra.json

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

Loading…
Cancel
Save