Skip to content

Commit eeeadad

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 fb84ee7 commit eeeadad

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
@@ -10959,9 +10959,7 @@
1095910959
"MCU_NRF51",
1096010960
"MCU_NRF51822_UNIFIED",
1096110961
"NRF5x",
10962-
"NRF51",
10963-
"SDK_11",
10964-
"NORDIC_SOFTDEVICE"
10962+
"NRF51"
1096510963
],
1096610964
"OUTPUT_EXT": "hex",
1096710965
"is_disk_virtual": true,
@@ -10991,9 +10989,6 @@
1099110989
]
1099210990
},
1099310991
"program_cycle_s": 6,
10994-
"features": [
10995-
"BLE"
10996-
],
1099710992
"config": {
1099810993
"lf_clock_src": {
1099910994
"value": "NRF_LF_SRC_XTAL",

0 commit comments

Comments
 (0)