From ab8d84a46c5fe5d5ef3f98d75da8ba4f74aefa6b Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Mon, 23 Mar 2020 15:07:25 +0000 Subject: [PATCH] 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. --- targets/targets.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index a7d95dc10d..72769586fa 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -8680,9 +8680,6 @@ "SPI", "STDIO_MESSAGES" ], - "features": [ - "BLE" - ], "release_versions": [], "detect_code": [ "0400" @@ -8758,9 +8755,6 @@ "SPI_ASYNCH", "STDIO_MESSAGES" ], - "features": [ - "BLE" - ], "release_versions": [], "detect_code": [ "0407" @@ -8979,9 +8973,6 @@ "USTICKER", "MPU" ], - "features": [ - "BLE" - ], "release_versions": [ "2", "5"