-
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][zephyr] Updates to NXP Zephyr platform enablement #31823
[NXP][zephyr] Updates to NXP Zephyr platform enablement #31823
Conversation
PR #31823: Size comparison from cfd1551 to cc7ec1b Decreases (1 build for efr32)
Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
cc7ec1b
to
e21a06f
Compare
PR #31823: Size comparison from a77e01c to e21a06f Decreases (1 build for efr32)
Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
All checks are pass, can I get that 2nd approval from a reviewer please ? |
e21a06f
to
1e669d1
Compare
PR #31823: Size comparison from a95af94 to 1e669d1 Decreases (1 build for efr32)
Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
Hi @Damian-Nordic, do you know who could review this PR ? It hasn't been reviewed in 10 days, thanks ! |
1e669d1
to
047a974
Compare
PR #31823: Size comparison from bf9c86a to 047a974 Decreases (1 build for efr32)
Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
047a974
to
2f4cdb7
Compare
PR #31823: Size comparison from f216481 to 2f4cdb7 Decreases (1 build for efr32)
Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
@axelnxp I don't know. You can ask on slack when you haven't received a review in a while. |
2f4cdb7
to
04ee497
Compare
PR #31823: Size comparison from db09a64 to 04ee497 Decreases (1 build for efr32)
Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
* Fix duplicate definition of recvmsg on latest zephyr tree * Remove redundant config flags * Configure event queue size to 64 * Remove recovery mechanism in wifi implementation * Always enable CHIP_FACTORY_RESET_ERASE_NVS * Update net configuration for wifi Signed-off-by: Axel Le Bourhis <[email protected]>
04ee497
to
f4f211d
Compare
PR #31823: Size comparison from a95c3d5 to f4f211d Decreases (1 build for efr32)
Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
…#31823) * Fix duplicate definition of recvmsg on latest zephyr tree * Remove redundant config flags * Configure event queue size to 64 * Remove recovery mechanism in wifi implementation * Always enable CHIP_FACTORY_RESET_ERASE_NVS * Update net configuration for wifi Signed-off-by: Axel Le Bourhis <[email protected]>
…project-chip#31823) * Fix duplicate definition of recvmsg on latest zephyr tree * Remove redundant config flags * Configure event queue size to 64 * Remove recovery mechanism in wifi implementation * Always enable CHIP_FACTORY_RESET_ERASE_NVS * Update net configuration for wifi Signed-off-by: Axel Le Bourhis <[email protected]> (cherry picked from commit 27b8143)
…ablement (project-chip#31823)" This reverts commit 0b201e5. Signed-off-by: Dina Benamar <[email protected]>
The wifi updates are here to prepare the work for issue #31651