Browse Source
add mising config for `openocd_target`
pull/378/head
Rastislav Vysoky
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
2 deletions
-
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" |
|
|
} |
|
|
} |
|
|
|