We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing HCI driver. Maybe I am overseing something, but I am unable to debug the bluetooth example "BLE_BatteryLevel", for my PSOC6 target.
CY8CKIT_062_BLE and ARM_GCC 7.2.1
mbed os 5.15.5
Adding the following target to the mbed_app.json file "CY8CKIT_062_BLE": { "target.features_add": ["BLE"], "target.extra_labels_add": ["CORDIO"] }
"CY8CKIT_062_BLE": { "target.features_add": ["BLE"], "target.extra_labels_add": ["CORDIO"] }
and then compile for the same target: mbed compile -m CY8CKIT_062_BLE -t GCC_ARM
mbed compile -m CY8CKIT_062_BLE -t GCC_ARM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of defect
Missing HCI driver. Maybe I am overseing something, but I am unable to debug the bluetooth example "BLE_BatteryLevel", for my PSOC6 target.
Target(s) and toolchain(s) (name and version) displaying this defect ?
CY8CKIT_062_BLE and ARM_GCC 7.2.1
What version of the example and mbed-os are you using (tag or sha) ?
mbed os 5.15.5
How is this defect reproduced ?
Adding the following target to the mbed_app.json file
"CY8CKIT_062_BLE": { "target.features_add": ["BLE"], "target.extra_labels_add": ["CORDIO"] }
and then compile for the same target:
mbed compile -m CY8CKIT_062_BLE -t GCC_ARM
The text was updated successfully, but these errors were encountered: