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
Lingkai Dong 2020-03-23 15:07:25 +00:00
parent 35c93011ea
commit ab8d84a46c
1 changed files with 0 additions and 9 deletions

View File

@ -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"