Skip to content

Commit 897acb8

Browse files
committed
Disable Nordic SoftDevice BLE stack from targets (affects NRF51* targets)
The Nordic SoftDevice BLE stack used by NRF51* targets only supports legacy BLE APIs which we will removed completely. Note: NRF52* targets which use Cordio BLE stack are unaffected.
1 parent 4cb729f commit 897acb8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

targets/targets.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10139,9 +10139,7 @@
1013910139
"MCU_NRF51",
1014010140
"MCU_NRF51822_UNIFIED",
1014110141
"NRF5x",
10142-
"NRF51",
10143-
"SDK_11",
10144-
"NORDIC_SOFTDEVICE"
10142+
"NRF51"
1014510143
],
1014610144
"OUTPUT_EXT": "hex",
1014710145
"is_disk_virtual": true,
@@ -10171,9 +10169,6 @@
1017110169
]
1017210170
},
1017310171
"program_cycle_s": 6,
10174-
"features": [
10175-
"BLE"
10176-
],
1017710172
"config": {
1017810173
"lf_clock_src": {
1017910174
"value": "NRF_LF_SRC_XTAL",

0 commit comments

Comments
 (0)