-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Silabs] Refactor Wifi eventing structure to be align with C++ standards #36366
base: master
Are you sure you want to change the base?
[Silabs] Refactor Wifi eventing structure to be align with C++ standards #36366
Conversation
PR #36366: Size comparison from c05110f to dc4471b Full report (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@@ -18,55 +18,48 @@ | |||
|
|||
#include <app/icd/server/ICDServerConfig.h> | |||
#include <cmsis_os2.h> | |||
#include <lib/support/BitFlags.h> |
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.
Not for this pr, but shouldn't we create an interface class for all this?
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; most of this is Wiseconnect (9116 and 917) specifique but is included by the wf200 for some reason
Co-authored-by: Junior Martinez <[email protected]>
PR #36366: Size comparison from c05110f to b9f1624 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36366: Size comparison from c05110f to b5747ee Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Description
PR refactors the Wi-Fi event data structure and usage.
The PR has no functionnal changes.
Tests
Commissioning and CI