-
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
[NXP] Update platform code for RW61x Zephyr #33926
Conversation
PR #33926: Size comparison from 6842912 to fe6f7f1 Full report (96 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
examples/platform/nxp/zephyr/factory_data/source/AppFactoryDataExample.cpp
Outdated
Show resolved
Hide resolved
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.
Time variables and methods should specify units or should use unit-safe types.
52290d4
to
57f733d
Compare
Updated. Thanks for the review @andy31415 |
PR #33926: Size comparison from e1d746a to 57f733d Full report (96 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
485d139
to
c3cd904
Compare
PR #33926: Size comparison from f624057 to c3cd904 Full report (96 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
c3cd904
to
8c4cc49
Compare
PR #33926: Size comparison from e407d40 to 8c4cc49 Full report (96 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
8c4cc49
to
df00109
Compare
PR #33926: Size comparison from 2af3379 to df00109 Full report (96 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
IoT SDK CI failure is not related to this PR. |
Use common Zephyr wifi driver OTA: wait until Matter app is built before building MCUBOOT Use subscriptions interval to compute OTA reboot delay to avoid not sending events before restart Increase NVS lookup cache size to reduce NVS operation time execution Align the default software version with FreeRTOS Update ota software update doc Signed-off-by: Axel Le Bourhis <[email protected]> Signed-off-by: Yassine El Aissaoui <[email protected]>
df00109
to
e9372a4
Compare
PR #33926: Size comparison from 07ac2f1 to e9372a4 Full report (96 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Use common Zephyr wifi driver OTA: wait until Matter app is built before building MCUBOOT Use subscriptions interval to compute OTA reboot delay to avoid not sending events before restart Increase NVS lookup cache size to reduce NVS operation time execution Align the default software version with FreeRTOS Update ota software update doc Signed-off-by: Axel Le Bourhis <[email protected]> Signed-off-by: Yassine El Aissaoui <[email protected]>
Use common Zephyr wifi driver OTA: wait until Matter app is built before building MCUBOOT Use subscriptions interval to compute OTA reboot delay to avoid not sending events before restart Increase NVS lookup cache size to reduce NVS operation time execution Align the default software version with FreeRTOS Update ota software update doc Signed-off-by: Axel Le Bourhis <[email protected]> Signed-off-by: Yassine El Aissaoui <[email protected]>
Use common Zephyr wifi driver
OTA: wait until Matter app is built before building MCUBOOT Use subscriptions interval to compute OTA reboot delay to avoid not sending events before restart Increase NVS lookup cache size to reduce NVS operation time execution Align the default software version with FreeRTOS
Update ota software update doc