-
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] Migrate to NXP Zephyr 3.7 downstream release #35600
[NXP][zephyr] Migrate to NXP Zephyr 3.7 downstream release #35600
Conversation
axelnxp
commented
Sep 16, 2024
- Kconfig/CMake updates for 3.7
- Optimize some stack sizes to reduce RAM footprint
- Optimize net configuration to reduce ram footprint
- Doc update
- Remove overlays from platform folders
- Workflows docker image updated to latest (depends on [NXP] Migrate docker image to NXP Zephyr 3.7 downstream release #35599)
Review changes with SemanticDiff. Analyzed 1 of 60 files. File Information
|
The CI cheks will fail until the docker file update PR is merged |
PR #35600: Size comparison from 04e21d9 to dcb58c8 Full report (6 builds for nxp)
|
dcb58c8
to
1590749
Compare
PR #35600: Size comparison from 04e21d9 to 1590749 Full report (6 builds for nxp)
|
1590749
to
d8bdb84
Compare
PR #35600: Size comparison from fb72066 to d8bdb84 Full report (35 builds for bl602, bl702, bl702l, linux, nxp, qpg, stm32)
|
d8bdb84
to
ea5178b
Compare
PR #35600: Size comparison from 54127b9 to ea5178b Full report (93 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
ea5178b
to
1648493
Compare
PR #35600: Size comparison from add0bf1 to 1648493 Full report (13 builds for nxp, qpg, stm32, tizen)
|
PR #35600: Size comparison from add0bf1 to 14dece9 Full report (93 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
14dece9
to
e5b9d69
Compare
- Kconfig/CMake updates for 3.7 - Optimize some stack sizes to reduce RAM footprint - Optimize net configuration to reduce ram footprint - Doc update - Remove overlays from platform folders - Workflows docker image updated to latest (depends on [NXP] Migrate docker image to NXP Zephyr 3.7 downstream release project-chip#35599) - Fixed NXP Zephyr examples build with VS Code image Signed-off-by: Axel Le Bourhis <[email protected]>
Signed-off-by: Axel Le Bourhis <[email protected]>
Signed-off-by: Axel Le Bourhis <[email protected]>
To be able to track shell commands needed to build an example with `--dry-run`, any environment manipulation shall be done with shell commands and not using Python specific commands.
PR #35600: Size comparison from 89c8d33 to e5b9d69 Full report (93 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…hip#35600) * [NXP][zephyr] Migrate to NXP Zephyr 3.7 downstream release - Kconfig/CMake updates for 3.7 - Optimize some stack sizes to reduce RAM footprint - Optimize net configuration to reduce ram footprint - Doc update - Remove overlays from platform folders - Workflows docker image updated to latest (depends on [NXP] Migrate docker image to NXP Zephyr 3.7 downstream release project-chip#35599) - Fixed NXP Zephyr examples build with VS Code image Signed-off-by: Axel Le Bourhis <[email protected]> * Restyled by prettier-markdown * [NXP] Add 'zsdk' to wordlist for spellchecker Signed-off-by: Axel Le Bourhis <[email protected]> * [Crypto] Fix build warning/error related to unused function Signed-off-by: Axel Le Bourhis <[email protected]> * [NXP] Unset ZEPHYR_TOOLCHAIN_VARIANT using the shell commands To be able to track shell commands needed to build an example with `--dry-run`, any environment manipulation shall be done with shell commands and not using Python specific commands. --------- Signed-off-by: Axel Le Bourhis <[email protected]> Co-authored-by: Restyled.io <[email protected]>