Skip to content

Commit

Permalink
Merge branch 'release/v2.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed May 2, 2018
2 parents 3817c81 + 2f3411a commit b0e2fb6
Show file tree
Hide file tree
Showing 9 changed files with 41,275 additions and 10 deletions.
3 changes: 2 additions & 1 deletion boards/delta_dfbm_nq620.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"jlink_device": "nRF52832_xxAA",
"onboard_tools": [
"cmsis-dap"
]
],
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino",
Expand Down
5 changes: 3 additions & 2 deletions boards/nrf52840_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"bluetooth"
],
"debug": {
"jlink_device": "nRF52840_xxAA",
"default_tools": [
"jlink"
],
"jlink_device": "nRF52840_xxAA",
"onboard_tools": [
"cmsis-dap",
"jlink"
]
],
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino",
Expand Down
5 changes: 3 additions & 2 deletions boards/nrf52_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"bluetooth"
],
"debug": {
"jlink_device": "nRF52832_xxAA",
"default_tools": [
"jlink"
],
"jlink_device": "nRF52832_xxAA",
"onboard_tools": [
"cmsis-dap",
"jlink"
]
],
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino",
Expand Down
3 changes: 2 additions & 1 deletion boards/redbear_blenano2.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"jlink_device": "nRF52832_xxAA",
"onboard_tools": [
"cmsis-dap"
]
],
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino"
Expand Down
3 changes: 2 additions & 1 deletion boards/redbear_blend2.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"jlink_device": "nRF52832_xxAA",
"onboard_tools": [
"cmsis-dap"
]
],
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino"
Expand Down
3 changes: 2 additions & 1 deletion boards/stct_nrf52_minidev.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"bluetooth"
],
"debug": {
"jlink_device": "nRF52832_xxAA"
"jlink_device": "nRF52832_xxAA",
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino"
Expand Down
3 changes: 2 additions & 1 deletion boards/ublox_evk_nina_b1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"jlink_device": "nRF52832_xxAA",
"onboard_tools": [
"jlink"
]
],
"svd_path": "nrf52.svd"
},
"frameworks": [
"arduino",
Expand Down
Loading

0 comments on commit b0e2fb6

Please sign in to comment.