-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
More cleanup for the openthread build targets and EFR32 #22049
More cleanup for the openthread build targets and EFR32 #22049
Conversation
PR #22049: Size comparison from 1f83af0 to bc48008 Increases (7 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w)
Decreases (5 builds for bl602, cc13x2_26x2, nrfconnect, psoc6)
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
@mspang if you have time, please take a look |
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.
The names are reversed
} | ||
} | ||
|
||
group("openthread_device") { |
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.
This one is "openthread":
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 put device as a full thread Device or minimal Thread Device and kept simply open thread for the other one has it was already name that way but sure I scan swap/rename them
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.
Yes, you should swap them because the names mean something in the upstream, and that meaning should be respected here. "libopenthread" is the openthread core API. "libopenthread-platform" is the platform API.
@@ -16,10 +16,27 @@ group("openthread") { | |||
"${chip_root}/third_party/openthread/platforms:libopenthread-platform", | |||
"${chip_root}/third_party/openthread/platforms:libopenthread-platform-utils", | |||
] | |||
} | |||
} |
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.
This one is openthread-platform...
Problem
Follow up to #21836
Change overview
Testing
Test builds on EFR32 lighting-app :
Manually Commission and control with chip-tool + test the shell/cli