From 937c45522dbb6063459b17a8c54b0e738ece730b Mon Sep 17 00:00:00 2001 From: Donatien Garnier Date: Fri, 1 Jun 2018 13:35:02 -0500 Subject: [PATCH] Remove ST support for now --- BLE_SM/README.md | 2 +- BLE_SM/mbed_app.json | 14 -------------- BLE_SM/shields/TARGET_ST_BLUENRG.lib | 1 - 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 BLE_SM/shields/TARGET_ST_BLUENRG.lib diff --git a/BLE_SM/README.md b/BLE_SM/README.md index 2c5cdf67..f082d213 100644 --- a/BLE_SM/README.md +++ b/BLE_SM/README.md @@ -26,4 +26,4 @@ Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-o Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md). -Note: example currently doesn't use ST provided stack and instead uses a Cordio port for the ST. +Note: this example currently is currently not supported on ST BLUENRG targets. diff --git a/BLE_SM/mbed_app.json b/BLE_SM/mbed_app.json index 0bd7408f..2c63c085 100644 --- a/BLE_SM/mbed_app.json +++ b/BLE_SM/mbed_app.json @@ -1,16 +1,2 @@ { - "target_overrides": { - "K64F": { - "target.features_add": ["BLE"], - "target.extra_labels_add": ["ST_BLUENRG"] - }, - "NUCLEO_F401RE": { - "target.features_add": ["BLE"], - "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"] - }, - "DISCO_L475VG_IOT01A": { - "target.features_add": ["BLE"], - "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"] - } - } } diff --git a/BLE_SM/shields/TARGET_ST_BLUENRG.lib b/BLE_SM/shields/TARGET_ST_BLUENRG.lib deleted file mode 100644 index bc9457dd..00000000 --- a/BLE_SM/shields/TARGET_ST_BLUENRG.lib +++ /dev/null @@ -1 +0,0 @@ -https://github.com/ARMmbed/cordio-ble-x-nucleo-idb0xa1 \ No newline at end of file