Skip to content

Commit 1a35d33

Browse files
authored
Merge pull request #2023 from nextgens/fix_pio_upload
fix pio upload
2 parents fcfdc5f + 8ee4dc6 commit 1a35d33

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

boards/rak3401.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
],
4747
"debug": {
4848
"jlink_device": "nRF52840_xxAA",
49-
"svd_path": "nrf52840.svd"
49+
"svd_path": "nrf52840.svd",
50+
"openocd_target": "nrf52.cfg"
5051
},
5152
"frameworks": [
5253
"arduino"

boards/rak4631.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
],
4747
"debug": {
4848
"jlink_device": "nRF52840_xxAA",
49-
"svd_path": "nrf52840.svd"
49+
"svd_path": "nrf52840.svd",
50+
"openocd_target": "nrf52.cfg"
5051
},
5152
"frameworks": [
5253
"arduino"

0 commit comments

Comments
 (0)