You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add the BLE API to my project running on a infineon CY8CKIT-062-BLE dev board. But it the file structure and the "includes" for most of the API does not match. For example "mbed-os-example-blinky-baremetal/.\mbed-os\connectivity\FEATURE_BLE\source/BLE.cpp:88: undefined reference to `ble::createBLEInstance()'"
Related to ARMmbed#15483
Implement the `createBLEInstance()` function in `connectivity/FEATURE_BLE/source/cordio/source/BLEInstanceBaseImpl.cpp`.
* Return a valid `BLEInstanceBase` object from the `createBLEInstance()` function.
* Ensure the `createBLEInstance()` function is correctly linked and resolves the undefined reference error.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ARMmbed/mbed-os/issues/15483?shareId=XXXX-XXXX-XXXX-XXXX).
Description of defect
I am trying to add the BLE API to my project running on a infineon CY8CKIT-062-BLE dev board. But it the file structure and the "includes" for most of the API does not match. For example "mbed-os-example-blinky-baremetal/.\mbed-os\connectivity\FEATURE_BLE\source/BLE.cpp:88: undefined reference to `ble::createBLEInstance()'"
My mbed_app files is setup:
mbed_app.json
And I have added the Ble utils library.
Target(s) affected by this defect ?
CY8CKIT-062-BLE
Toolchain(s) (name and version) displaying this defect ?
mbed cli 1.8.3 and
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.17.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed cli 1.8.3
How is this defect reproduced ?
mbed compile -m CY8CKIT_062_BLE -t GCC_ARM
The text was updated successfully, but these errors were encountered: