Skip to content
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 NXP SDK version to 2.16.100 #36932

Merged
merged 8 commits into from
Jan 8, 2025
Prev Previous commit
Next Next commit
[NXP][submodule] Update nxp matter support submodule
Signed-off-by: Martin Girardot <[email protected]>
  • Loading branch information
Martin-NXP committed Jan 8, 2025
commit 9593435e5524bd5c650b4ec484f2b7906b026098
2 changes: 1 addition & 1 deletion third_party/nxp/nxp_matter_support
Submodule nxp_matter_support updated 38 files
+50 −0 cmake/Kconfig
+30 −0 cmake/Kconfig.defconfig
+62 −0 cmake/Kconfig.sdk.common
+100 −53 cmake/build_helpers.cmake
+152 −0 cmake/rt/Kconfig.defconfig
+15 −0 cmake/rt/rt1170/Kconfig.defconfig
+6 −0 cmake/rt/rt1170/nxp_sdk_reconfig.cmake
+74 −0 cmake/rt/rw61x/Kconfig.defconfig
+57 −0 examples/platform/common/low_power/freertos_lp_hooks.c
+3 −0 examples/platform/k32w0/app/project_include/OpenThreadConfig.h
+5 −2 examples/platform/k32w0/scripts/sign-outdir.py
+3 −0 examples/platform/mcxw72/app/project_include/openthread/OpenThreadConfig.h
+2 −0 examples/platform/rt/rt1060/app/ldscripts/MIMXRT1062xxxxx_flexspi_nor.ld
+2 −1 examples/platform/rt/rt1060/app/project_include/openthread/OpenThreadConfig.h
+2 −0 examples/platform/rt/rt1170/app/ldscripts/MIMXRT1176xxxxx_cm7_flexspi_nor.ld
+2 −1 examples/platform/rt/rt1170/app/project_include/openthread/OpenThreadConfig.h
+2 −0 examples/platform/rt/rw61x/app/ldscripts/RW610_flash.ld
+2 −1 examples/platform/rt/rw61x/app/project_include/openthread/OpenThreadConfig.h
+23 −0 examples/platform/rt/rw61x/board/frdmrw612/app.h
+18 −1 examples/platform/rt/rw61x/board/frdmrw612/board.h
+128 −0 examples/platform/rt/rw61x/board/frdmrw612/board_comp.c
+80 −0 examples/platform/rt/rw61x/board/frdmrw612/board_comp.h
+15 −0 examples/platform/rt/rw61x/board/pin_mux.c
+13 −0 examples/platform/rt/rw61x/board/pin_mux.h
+24 −0 examples/platform/rt/rw61x/board/rdrw612bga/app.h
+10 −1 examples/platform/rt/rw61x/board/rdrw612bga/board.h
+59 −0 examples/platform/rt/rw61x/board/rdrw612bga/board_comp.c
+48 −0 examples/platform/rt/rw61x/board/rdrw612bga/board_comp.h
+218 −0 examples/platform/rt/rw61x/nxp_sdk_reconfig.cmake
+10 −7 github_sdk/common_sdk/manifest/west.yml
+13 −6 gn_build/mcxw71_k32w1_sdk/core_sdk.gni
+6 −1 gn_build/mcxw71_k32w1_sdk/mcxw71_k32w1_sdk.gni
+2 −1 gn_build/rt_sdk/BUILD.gn
+3 −2 gn_build/rt_sdk/lwip/wifi_openthread/lwipopts.h
+4 −0 gn_build/rt_sdk/rt_sdk.gni
+8 −0 gn_build/rt_sdk/rw61x/rw61x.gni
+4 −0 gn_build/rt_sdk/transceiver/wifi_config.h
+39 −3 scripts/update_nxp_sdk.py