From 8d502d4af31cb27ea9b9ba3a8d0fa3e570db54cb Mon Sep 17 00:00:00 2001 From: harmut01 Date: Wed, 24 Mar 2021 09:22:21 +0000 Subject: [PATCH] Ambiq: Fix baremetal build profile using CLI 1 Add mbed_lib.json in the Ambiq target folder of FEATURE_BLE to make sure the library is excluded in the baremetal build profile unless explicitly added in `mbed_app.json`. --- .../drivers/ble/FEATURE_BLE/TARGET_Ambiq_Micro/mbed_lib.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 connectivity/drivers/ble/FEATURE_BLE/TARGET_Ambiq_Micro/mbed_lib.json diff --git a/connectivity/drivers/ble/FEATURE_BLE/TARGET_Ambiq_Micro/mbed_lib.json b/connectivity/drivers/ble/FEATURE_BLE/TARGET_Ambiq_Micro/mbed_lib.json new file mode 100644 index 0000000000..f5d5b03fda --- /dev/null +++ b/connectivity/drivers/ble/FEATURE_BLE/TARGET_Ambiq_Micro/mbed_lib.json @@ -0,0 +1,3 @@ +{ + "name": "cordio-ambiq-micro" +}