-
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] Initial enablement of NXP Matter over WiFi with Zephyr #31648
Conversation
42a4eb4
to
0a856bc
Compare
PR #31648: Size comparison from a386c83 to 0a856bc 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)
|
Should I rebase this branch on top of master ? |
0a856bc
to
6f156db
Compare
PR #31648: Size comparison from e5f5d67 to 6f156db 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)
|
6f156db
to
f61f397
Compare
PR #31648: Size comparison from e5f5d67 to f61f397 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)
|
Anyone can provide guidance about Edit: same for |
CPLUSPLUS is deprecated and should be replaced with CPP LIB_CPLUSPLUS is deprecated and should be replaced with REQUIRES_FULL_LIBCPP Signed-off-by: Axel Le Bourhis <[email protected]>
Features: * Matter over WiFi * BLE commissioning * Storage * Factory data * OTA * MbedTLS PSA API Signed-off-by: Axel Le Bourhis <[email protected]>
Signed-off-by: Axel Le Bourhis <[email protected]>
Signed-off-by: Axel Le Bourhis <[email protected]>
f61f397
to
9fc02c9
Compare
PR #31648: Size comparison from 39bcd5d to 9fc02c9 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)
|
Darwin CI is a little bit flaky, usually retry can help, just merge your PR, thanks |
Thanks @yunhanw-google |
…ephyr (project-chip#31648) * [zephyr] Update deprecated Kconfig CPLUSPLUS is deprecated and should be replaced with CPP LIB_CPLUSPLUS is deprecated and should be replaced with REQUIRES_FULL_LIBCPP Signed-off-by: Axel Le Bourhis <[email protected]> * [NXP] Initial enablement of NXP Matter over WiFi with Zephyr Features: * Matter over WiFi * BLE commissioning * Storage * Factory data * OTA * MbedTLS PSA API Signed-off-by: Axel Le Bourhis <[email protected]> * Restyled by whitespace * Restyled by clang-format * Restyled by gn * Restyled by prettier-markdown * Fix misspell error Signed-off-by: Axel Le Bourhis <[email protected]> * Update copyrights to date contributed Signed-off-by: Axel Le Bourhis <[email protected]> --------- Signed-off-by: Axel Le Bourhis <[email protected]> Co-authored-by: Restyled.io <[email protected]> Signed-off-by: Axel Le Bourhis <[email protected]>
…ephyr (project-chip#31648) * [zephyr] Update deprecated Kconfig CPLUSPLUS is deprecated and should be replaced with CPP LIB_CPLUSPLUS is deprecated and should be replaced with REQUIRES_FULL_LIBCPP Signed-off-by: Axel Le Bourhis <[email protected]> * [NXP] Initial enablement of NXP Matter over WiFi with Zephyr Features: * Matter over WiFi * BLE commissioning * Storage * Factory data * OTA * MbedTLS PSA API Signed-off-by: Axel Le Bourhis <[email protected]> * Restyled by whitespace * Restyled by clang-format * Restyled by gn * Restyled by prettier-markdown * Fix misspell error Signed-off-by: Axel Le Bourhis <[email protected]> * Update copyrights to date contributed Signed-off-by: Axel Le Bourhis <[email protected]> --------- Signed-off-by: Axel Le Bourhis <[email protected]> Co-authored-by: Restyled.io <[email protected]> (cherry picked from commit 28676c8)
…i with Zephyr (project-chip#31648)" This reverts commit 9df00a2. Signed-off-by: Dina Benamar <[email protected]>
This PR aims to upstream initial enablement of NXP Matter over Wi-Fi with Zephyr.
ec6c4b4 also fixes #25808