Browse Source
Merge pull request #2023 from nextgens/fix_pio_upload
fix pio upload
pull/2048/head
ripplebiz
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
2 deletions
-
boards/rak3401.json
-
boards/rak4631.json
|
|
|
@ -46,7 +46,8 @@ |
|
|
|
], |
|
|
|
"debug": { |
|
|
|
"jlink_device": "nRF52840_xxAA", |
|
|
|
"svd_path": "nrf52840.svd" |
|
|
|
"svd_path": "nrf52840.svd", |
|
|
|
"openocd_target": "nrf52.cfg" |
|
|
|
}, |
|
|
|
"frameworks": [ |
|
|
|
"arduino" |
|
|
|
|
|
|
|
@ -46,7 +46,8 @@ |
|
|
|
], |
|
|
|
"debug": { |
|
|
|
"jlink_device": "nRF52840_xxAA", |
|
|
|
"svd_path": "nrf52840.svd" |
|
|
|
"svd_path": "nrf52840.svd", |
|
|
|
"openocd_target": "nrf52.cfg" |
|
|
|
}, |
|
|
|
"frameworks": [ |
|
|
|
"arduino" |
|
|
|
|