-
Notifications
You must be signed in to change notification settings - Fork 3k
Thread config update #3736
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
Thread config update #3736
Conversation
If Travis doesn't merge with master you'll need to rebase this to get the fix that had to do with USB and STM folder renames. |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
@karsev Please resolve conflicts |
@SeppoTakalo please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm OK with the change.
Hoewever, I would propose that going forward, we would get rid of the whole
#if defined MBED_CONF_MBED_MESH_API..
#define MBED_MESH_API...
#else
...
Because its pointless. Defaults are written in mbed_lib.json
and you should not remove them. So those parameters cannot be absent. We should address this maybe in some patch release after 5.4.
For now, its OK.
fa7074f
to
52ca190
Compare
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
New Thread network configurations (in mesh-api) to be taken into use in the mbed-os 5.4 release.
Status
READY
Related PRs
List related PRs against other branches:
Todos
Steps to test or reproduce
To be tested with the Thread border router (https://github.com/ARMmbed/k64f-border-router-private) and the example applications using mesh-api. Pull requests available ->
ARMmbed/mbed-os-example-mesh-minimal#45
ARMmbed/mbed-os-example-client#177