-
Notifications
You must be signed in to change notification settings - Fork 3k
Allow ThreadInterface::device_eui64_get() before connect() #7818
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
Conversation
Can unify quite a log of the setup here, and that would be useful to allow initialisation other than in "connect".
Perform necessary driver initialisation so that we can read the EUI-64 before connecting. Fixes ARMmbed#7391.
/morph build |
Build : SUCCESSBuild number : 2909 Triggering tests/morph test |
Test : SUCCESSBuild number : 2659 |
Exporter Build : SUCCESSBuild number : 2531 |
/morph uvisor-test |
@ARMmbed/mbed-os-maintainers Since uVisor is being removed in 5.10, and this PR is only targeting 5.10, anyone object to bringing it in even though the PR is not all green? I've already removed uVisor as a branch chcek, but if the test ran in a PR before it was removed, it'll still show up in the check list. |
We need to remove uvisor trigger from build comment (manual driver if needed for now). And this check, will be fixed. |
@SeppoTakalo @KariHaapalehto Would y'all mind taking a look at this? It's ready for merge otherwise. |
Description
Perform necessary driver initialisation so that we can read the EUI-64 before connecting.
Fixes #7391.
Pull request type
Marked as refactor as it's a non-trivial initialisation rework, and it wasn't necessarily intended to permit this ordering originally, although it makes sense.