2 files changed
+2
-2
lines changedSubmodule nxp_matter_support updated 38 files
- cmake/Kconfig+50
- cmake/Kconfig.defconfig+30
- cmake/Kconfig.sdk.common+62
- cmake/build_helpers.cmake+100-53
- cmake/rt/Kconfig.defconfig+152
- cmake/rt/rt1170/Kconfig.defconfig+15
- cmake/rt/rt1170/nxp_sdk_reconfig.cmake+6
- cmake/rt/rw61x/Kconfig.defconfig+74
- examples/platform/common/low_power/freertos_lp_hooks.c+57
- examples/platform/k32w0/app/project_include/OpenThreadConfig.h+3
- examples/platform/k32w0/scripts/sign-outdir.py+5-2
- examples/platform/mcxw72/app/project_include/openthread/OpenThreadConfig.h+3
- examples/platform/rt/rt1060/app/ldscripts/MIMXRT1062xxxxx_flexspi_nor.ld+2
- examples/platform/rt/rt1060/app/project_include/openthread/OpenThreadConfig.h+2-1
- examples/platform/rt/rt1170/app/ldscripts/MIMXRT1176xxxxx_cm7_flexspi_nor.ld+2
- examples/platform/rt/rt1170/app/project_include/openthread/OpenThreadConfig.h+2-1
- examples/platform/rt/rw61x/app/ldscripts/RW610_flash.ld+2
- examples/platform/rt/rw61x/app/project_include/openthread/OpenThreadConfig.h+2-1
- examples/platform/rt/rw61x/board/frdmrw612/app.h+23
- examples/platform/rt/rw61x/board/frdmrw612/board.h+18-1
- examples/platform/rt/rw61x/board/frdmrw612/board_comp.c+128
- examples/platform/rt/rw61x/board/frdmrw612/board_comp.h+80
- examples/platform/rt/rw61x/board/pin_mux.c+15
- examples/platform/rt/rw61x/board/pin_mux.h+13
- examples/platform/rt/rw61x/board/rdrw612bga/app.h+24
- examples/platform/rt/rw61x/board/rdrw612bga/board.h+10-1
- examples/platform/rt/rw61x/board/rdrw612bga/board_comp.c+59
- examples/platform/rt/rw61x/board/rdrw612bga/board_comp.h+48
- examples/platform/rt/rw61x/nxp_sdk_reconfig.cmake+218
- github_sdk/common_sdk/manifest/west.yml+10-7
- gn_build/mcxw71_k32w1_sdk/core_sdk.gni+13-6
- gn_build/mcxw71_k32w1_sdk/mcxw71_k32w1_sdk.gni+6-1
- gn_build/rt_sdk/BUILD.gn+2-1
- gn_build/rt_sdk/lwip/wifi_openthread/lwipopts.h+3-2
- gn_build/rt_sdk/rt_sdk.gni+4
- gn_build/rt_sdk/rw61x/rw61x.gni+8
- gn_build/rt_sdk/transceiver/wifi_config.h+4
- scripts/update_nxp_sdk.py+39-3
- CMakeLists.txt+3-26
- README.md+2-2
- examples/br/CMakeLists.txt+34-24
- examples/br/README-OTBR.md+7-13
- examples/br/br_ot_freertos.c+60-103
- examples/br/ncp_otbr_freertos.c-637
- examples/hybrid/CMakeLists.txt+4
- examples/hybrid/ot_cli_ftd_ble_loc_reader/CMakeLists.txt
- examples/hybrid/ot_cli_ftd_ble_loc_reader/mcxw72/CMakeLists.txt+131
- examples/hybrid/ot_cli_ftd_ble_loc_reader/src/app_preinclude.h+189
- examples/hybrid/ot_cli_ftd_ble_loc_reader/src/ble_preinclude.h+22
- examples/hybrid/ot_cli_ftd_ble_loc_reader/src/main.c+183
- examples/hybrid/ot_cli_ftd_ble_shell/k32w1/CMakeLists.txt+1-1
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/CMakeLists.txt+3-4
- examples/hybrid/ot_cli_ftd_zc/k32w1/CMakeLists.txt+1-1
- examples/hybrid/ot_rcp_uart_dma_zb_coprocessor/k32w1/CMakeLists.txt+1-1
- examples/utils/cli_addons/ephemeral_key/ephemeral_key_cli.c+6-73
- examples/utils/cli_addons/iperf/iperf_cli.c+2-1
- examples/utils/cli_addons/wifi/wifi_cli.c+7-1
- examples/utils/cli_addons/wifi/wifi_cli.h-1
- openthread+1-1
- script/build_k32w1-1
- script/build_mcxw71+1-1
- script/build_mcxw72+32-1
- script/build_rw610n-105
- src/common/br/border_agent.c+175-95
- src/common/br/border_agent.h+2-5
- src/common/br/br_rtos_manager.c+199-23
- src/common/br/br_rtos_manager.h+6
- src/common/br/dns_upstream_resolver.c+262
- src/common/br/dns_upstream_resolver.h+14-6
- src/common/br/infra_if.c+15
- src/common/br/lwip_hooks.c+27-11
- src/common/br/trel_plat.c+581
- src/common/br/trel_plat.h+18-18
- src/common/br/udp_plat.c+101-44
- src/common/br/utils.c+15-1
- src/common/br/utils.h+3-1
- src/common/flash_nvs.c+32-10
- src/common/lwip/lwipopts.h+5-19
- src/common/lwip/ot_lwip.c+10-4
- src/common/lwip/ot_lwip.h+10-4
- src/imx_rt/rt1060/CMakeLists.txt+2
- src/imx_rt/rt1060/openthread-core-rt1060-config.h+47
- src/imx_rt/rt1170/CMakeLists.txt+2
- src/imx_rt/rt1170/openthread-core-rt1170-config.h+47
- src/k32w0/jn5189/openthread-core-jn5189-config.h+37
- src/k32w0/k32w061/openthread-core-k32w061-config.h+37
- src/k32w1/CMakeLists.txt+103-2
- src/k32w1/K32W1480_connectivity.ld
- src/k32w1/README.md
- src/k32w1/alarm.c
- src/k32w1/diag.c
- src/k32w1/entropy.c+84-84
- src/k32w1/k32w1.cmake+4-4
- src/k32w1/k32w1/CMakeLists.txt-130
- src/k32w1/logging.c
- src/k32w1/misc.c
- src/k32w1/openthread-core-k32w1-config-check.h
- src/k32w1/openthread-core-k32w1-config.h+48
- src/k32w1/platform-k32w1.h
- src/k32w1/radio.c+4-1
- src/k32w1/startup_K32W1480.S
- src/k32w1/system.c
- src/k32w1/uart.c
- src/mcxw/mcxw71/CMakeLists.txt+8-8
- src/mcxw/mcxw71/README.md
- src/mcxw/mcxw71/mcxw71.cmake+3-3
- src/mcxw/mcxw71/openthread-core-mcxw71-config-check.h
- src/mcxw/mcxw71/openthread-core-mcxw71-config.h+48
- src/mcxw/mcxw72/CMakeLists.txt+8-8
- src/mcxw/mcxw72/mcxw72.cmake+1-1
- src/mcxw/mcxw72/openthread-core-mcxw72-config.h+48
- src/rw/rw610n/CMakeLists.txt-28
- src/rw/rw610n/arm-none-eabi.cmake-57
- src/rw/rw610n/openthread-core-rw610n-config.h-212
- src/rw/rw610n/platform/alarm.c-109
- src/rw/rw610n/platform/diag.c-95
- src/rw/rw610n/platform/entropy.c-60
- src/rw/rw610n/platform/misc.c-72
- src/rw/rw610n/platform/platform-rw610n.h-83
- src/rw/rw610n/platform/radio.c-792
- src/rw/rw610n/platform/system.c-83
- src/rw/rw610n/platform/uart.c-113
- src/rw/rw610n/rw610n.ld-201
- src/rw/rw610n/rw610n_vendor_hook.cpp-374
- src/rw/rw612/CMakeLists.txt+2
- src/rw/rw612/openthread-core-rw612-config.h+47-10
- third_party/github_sdk/manifest/west.yml+3-6
- third_party/k32w1_sdk/CMakeLists.txt+5-2
- third_party/lwip/CMakeLists.txt+17-21
- third_party/mcxw71_sdk/CMakeLists.txt+16-13
- third_party/mcxw72_sdk/CMakeLists.txt+60-27
- third_party/mcxw72_sdk/ble/CMakeLists.txt+38-23
- third_party/rw612_sdk/CMakeLists.txt+10
- third_party/wifi/CMakeLists.txt+1
0 commit comments