2 files changed
+2
-2
lines changed- CMakeLists.txt+6-23
- boards/rt1060/freertos/ncp_host/FreeRTOSConfig.h+1-1
- boards/rw612/freertos/FreeRTOSConfigCommon.h+2
- cmake/platform/rw612.cmake+6
- examples/br/CMakeLists.txt+1-18
- examples/br/br_ot_freertos.c+18-16
- examples/cli/CMakeLists.txt+3
- examples/cli/app_ot_freertos.c+20-13
- examples/cli/ncp_host/cli-rtos/ncp_mbedtls_host.c+272
- examples/cli/ncp_host/cli-rtos/ncp_mbedtls_host.h+22
- examples/cli/ncp_host/cli-rtos/ot_ncp_cmd.h+46-2
- examples/cli/ncp_host/cli-rtos/ot_ncp_host_app.c+30-9
- examples/cli/ncp_host/cli-rtos/ot_ncp_host_cli.c+69-4
- examples/cli/ncp_host/cli-rtos/ot_ncp_host_cli.h+6
- examples/cli/ncp_ot_freertos.c+20-13
- examples/common/includes/app_ot.h+7-3
- examples/hybrid/ot_cli_ftd_ble_shell/README.md+115
- examples/hybrid/ot_cli_ftd_ble_shell/k32w1/CMakeLists.txt+25-59
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/CMakeLists.txt+25-86
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/app_config.c-175
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/ble_shell.c-959
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/ble_shell.h-189
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/dynamic_gatt_database.h-70
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/fsl_shell.h-343
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/gatt_uuid128.h-62
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/shell_gap.c-3.8k
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/shell_gap.h-62
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/shell_gatt.c-1.3k
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/shell_gatt.h-140
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/shell_gattdb.c-500
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/shell_gattdb.h-69
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/shell_thrput.c-1.3k
- examples/hybrid/ot_cli_ftd_ble_shell/mcxw72/src/shell_thrput.h-101
- examples/hybrid/ot_cli_ftd_ble_shell/prj.conf+45
- examples/hybrid/ot_cli_ftd_ble_shell/src/k32w1/app_preinclude.h+1-9
- examples/utils/cli_addons/CMakeLists.txt+4
- examples/utils/cli_addons/README.md+6-23
- examples/utils/cli_addons/addons_cli.c+8
- examples/utils/cli_addons/iperf/CMakeLists.txt+2-2
- examples/utils/cli_addons/iperf/iperf_cli.c+8-8
- examples/utils/cli_addons/ncp_encrypt/CMakeLists.txt+43
- examples/utils/cli_addons/ncp_encrypt/ncp_encrypt_cli.c+99
- examples/utils/cli_addons/ncp_encrypt/ncp_encrypt_cli.h+52
- openthread+1-1
- script/build_k32w1+4-4
- script/build_mcxw72+4-4
- script/build_rt1060+10-1
- script/build_rt1170+11-28
- script/build_rw612+15
- src/common/br/border_agent.c+17-3
- src/common/br/br_rtos_manager.c+312-71
- src/common/br/br_rtos_manager.h+84-2
- src/common/br/dns_upstream_resolver.c+89-27
- src/common/br/infra_if.c+131-183
- src/common/br/infra_if.h+3-1
- src/common/br/lwip_mcast.c+5-4
- src/common/br/mdns_socket.c+250-99
- src/common/br/mdns_socket.h+2-1
- src/common/br/trel_plat.c+618-581
- src/common/br/udp_plat.c+206-276
- src/common/br/udp_plat.h+2-1
- src/common/lwip/ot_lwip.c+214-110
- src/common/lwip/ot_lwip.h+75-10
- src/common/lwip_config/lwipopts.h+16-1
- src/common/lwip_config/lwippools.h
- src/common/ncp/mbedtls/ncp_mbedtls_device.c+171
- src/common/ncp/mbedtls/ncp_mbedtls_device.h+16
- src/common/ncp/ncp_cmd_ot.h+50
- src/common/ncp/ncp_glue_ot.c+9-1
- src/common/ncp/notify/app_notify.c+2-1
- src/common/ncp/notify/app_notify.h+2
- src/common/ncp/ot_opcode/otopcode_private.h+2
- src/common/ncp/sys/ncp_lp_sys.c+5-1
- src/common/ot_platform_common.h+8-2
- src/common/spinel/spinel_hdlc.cpp+6-6
- src/common/spinel/system.c+11-2
- src/imx_rt/rt1060/CMakeLists.txt+1
- src/imx_rt/rt1060/RT1060_ncp_host.ld+8-9
- src/imx_rt/rt1170/CMakeLists.txt+1
- src/k32w1/k32w1.cmake+7-1
- src/k32w1/radio.c+12-6
- src/rw/rw612/CMakeLists.txt+3
- third_party/CMakeLists.txt+1-1
- third_party/k32w1_sdk/config.cmake+1-4
- third_party/lwip/CMakeLists.txt+2-18
- third_party/mbedtls/configs/rw612-mbedtls-config.h+13
- third_party/nxp_matter_support+1-1
- third_party/rt1060_sdk/CMakeLists.txt+16-1
- third_party/rw612_sdk/config.cmake+17-1
- third_party/rw612_sdk/prj.conf+4
- third_party/wifi/wifi_config.h+6
0 commit comments