diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/mbed_lib.json b/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/mbed_lib.json index 02433228a3..bf02fcc3c0 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/mbed_lib.json +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO_LL/mbed_lib.json @@ -1,16 +1,10 @@ { - "name": "cordio-controller", + "name": "cordio-ll", "config": { - "uart-hci": { - "help": "Does the board have a UART HCI. Valid values are 0 (need to provide your own HCI driver) and 1 (HCI trhough UART).", - "value": 0, - "macro_name": "CHCI_TR_UART" - }, "handle-vendor-specific-hci-commands": { "help": "Handle VS HCI commands. Valid values are 0 (ignore) and 1 (handle).", "value": 0, "macro_name": "LHCI_ENABLE_VS" } - } } \ No newline at end of file diff --git a/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/mbed_lib.json b/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/mbed_lib.json index 0b8ebca698..d836c8b591 100644 --- a/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/mbed_lib.json +++ b/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/mbed_lib.json @@ -1,5 +1,12 @@ { "name": "cordio-nordic-ll", + "config": { + "uart-hci": { + "help": "Does the board have a UART HCI. Valid values are 0 (need to provide your own HCI driver) and 1 (HCI trhough UART).", + "value": 0, + "macro_name": "CHCI_TR_UART" + } + }, "macros": [ "INIT_BROADCASTER", "INIT_OBSERVER", "INIT_CENTRAL", "INIT_PERIPHERAL", "INIT_ENCRYPTED", "LHCI_ENABLE_VS=0", "BB_CLK_RATE_HZ=1000000" ]