mirror of https://github.com/ARMmbed/mbed-os.git
Disable BLE on Maxim targets until an updated driver becomes available
The current Maxim BLE driver only implements the old BLE API which is deprecated and will be removed soon. Once an updated BLE stack for Maxim becomes available, BLE feature can be re-enabled.pull/12674/head
parent
35c93011ea
commit
ab8d84a46c
|
|
@ -8680,9 +8680,6 @@
|
||||||
"SPI",
|
"SPI",
|
||||||
"STDIO_MESSAGES"
|
"STDIO_MESSAGES"
|
||||||
],
|
],
|
||||||
"features": [
|
|
||||||
"BLE"
|
|
||||||
],
|
|
||||||
"release_versions": [],
|
"release_versions": [],
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"0400"
|
"0400"
|
||||||
|
|
@ -8758,9 +8755,6 @@
|
||||||
"SPI_ASYNCH",
|
"SPI_ASYNCH",
|
||||||
"STDIO_MESSAGES"
|
"STDIO_MESSAGES"
|
||||||
],
|
],
|
||||||
"features": [
|
|
||||||
"BLE"
|
|
||||||
],
|
|
||||||
"release_versions": [],
|
"release_versions": [],
|
||||||
"detect_code": [
|
"detect_code": [
|
||||||
"0407"
|
"0407"
|
||||||
|
|
@ -8979,9 +8973,6 @@
|
||||||
"USTICKER",
|
"USTICKER",
|
||||||
"MPU"
|
"MPU"
|
||||||
],
|
],
|
||||||
"features": [
|
|
||||||
"BLE"
|
|
||||||
],
|
|
||||||
"release_versions": [
|
"release_versions": [
|
||||||
"2",
|
"2",
|
||||||
"5"
|
"5"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue