-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
GIGA: Enabling BT in Core fails to compile. #27
Comments
@facchinm CONFIG_BT=y
The one error is for BT_HCI_OP_RESET which is in hci_types.h which doesn't seem to get linked in. But is referenced in HCI.h.
which implies those bt references in llext_exports.c no longer needed.
and error on entropy
I did add
but still get the error.
doing that the core now compiles. More on test case in next post |
Since the ArduinoBLE lib has to have major changes to work with zephyr I tried this example:
however I am back to the error:
but if I add it in the core does not compile as I mentioned. Catch 22. |
Saw this for the Nicola_vision:
so how does that get incorporated for arduino_core? PS Moved the entropy generator conf to the m7.conf file. ANSWER: |
Over the past day been trying to get BT working with the GIGA.
The following was added to the overlay
However if I add
CONF_BT=y
i get a series of errorsNot sure what else needs to be done for this or wifi
The text was updated successfully, but these errors were encountered: