Commit Graph

297 Commits

Author SHA1 Message Date
Shu Chen 02f70bc2a7 Merge branch 'feat/use_ot_cmakelists_v5.3' into 'release/v5.3'
feat(openthread): use upstream CMakeLists.txt for radio build (v5.3)

See merge request espressif/esp-idf!46593
2026-03-25 04:08:51 +00:00
Shu Chen eabe7af8bb Merge branch 'feat/ensure_txpower_index_changes_linearly_v5.3' into 'release/v5.3'
feat(802.15.4): ensure 154 txpower index changes linearly (v5.3)

See merge request espressif/esp-idf!46143
2026-03-25 04:07:58 +00:00
Jiang Jiang Jian c96666140c Merge branch 'feat/csl_power_consumption_v5.3' into 'release/v5.3'
feat(openthread): turn off rx earlier for csl if no packet received (v5.3)

See merge request espressif/esp-idf!46195
2026-03-25 10:48:29 +08:00
Xu Si Yu 0c03fc73a9 feat(openthread): add a task block monitor 2026-03-18 14:27:42 +08:00
Tan Yan Quan 7f1cfeac19 feat(openthread): use heap_caps_calloc_prefer for messagepool 2026-03-16 16:41:14 +08:00
Tan Yan Quan 2db6f3cdda feat(openthread): use explicit source list for RCP build 2026-03-16 16:41:12 +08:00
zwx 06c0c93dea fix(802.15.4) added some error checks to make the code more robust 2026-03-11 17:59:14 +08:00
Tan Yan Quan e710d764df feat(openthread): turn off rx earlier for csl if no packet received 2026-03-02 17:00:23 +08:00
Xu Si Yu 885b450eb5 fix(openthread): fix a macro error 2026-02-26 18:17:09 +08:00
zwx 999a86309e feat(openthread): support openthread heap allocation from PSRAM 2026-02-03 16:15:42 +08:00
Zhang Wen Xu aa96bc20d6 Merge branch 'fix/ot_used_wrong_nvs_open_api_v5.3' into 'release/v5.3'
fix(openthread): open nvs from the configured partition (v5.3)

See merge request espressif/esp-idf!44029
2025-12-31 01:50:42 +00:00
Zhang Wen Xu cbb03b63a1 Merge branch 'feat/update_154_get_recent_rssi_v5.3' into 'release/v5.3'
feat(802.15.4): support get real time rssi (v5.3)

See merge request espressif/esp-idf!44373
2025-12-26 06:40:35 +00:00
Tan Yan Quan 51ec9b4f10 feat(openthread/lib): update thread-lib for upstream a12ff0d0f
* esp-openthread: thread_zigbee/esp-openthread@77b4edfd8
* openthread: espressif/openthread@a12ff0d0f
* esp-idf: espressif/esp-idf@c9940e744
2025-12-24 08:40:51 +00:00
Xu Si Yu c9940e7440 feat(openthread): add message pool deinitialization 2025-12-24 16:33:09 +08:00
Tan Yan Quan 388d8d4141 feat(openthread): update OT upstream to a12ff0d0f 2025-12-24 16:33:08 +08:00
zhuanghang a70a4dcea5 feat(802.15.4): Update the 'ieee802154_get_recent_rssi' API to obtain real-time RSSI 2025-12-18 16:34:53 +08:00
Tan Yan Quan a79b5d94c4 feat(openthread): support RCP console debug via spinel 2025-12-12 14:29:48 +08:00
zwx c5d31f722a fix(openthread): open nvs from the configured partition 2025-12-12 14:22:48 +08:00
Tan Yan Quan 9ef8480b54 fix(openthread): resolve deadlock issues due to switching_lock
* esp-openthread: thread_zigbee/esp-openthread@4a650cc2f
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@30ead9228
2025-12-09 09:40:17 +00:00
Xu Si Yu a211407355 fix(openthread): fix an error in Kconfig 2025-12-04 18:32:35 +08:00
Xu Si Yu 1fda4460c1 fix(openthread): fix a potential stack overflow in TREL 2025-12-03 10:36:27 +08:00
Shu Chen f3586eac16 Merge branch 'feature/change_ot_psram_default_config_v5.3' into 'release/v5.3'
feat(openthread): Use PSRAM by default for OpenThread message buffers when PSRAM is enabled (v5.3)

See merge request espressif/esp-idf!43716
2025-11-26 01:52:18 +00:00
Xu Si Yu 890c7d91c0 feat(openthread): Use PSRAM by default for OpenThread message buffers when PSRAM is enabled 2025-11-25 16:14:49 +08:00
Xu Si Yu 6485614e02 fix(openthread): remove the duplicate macro definition 2025-11-25 16:13:57 +08:00
Tan Yan Quan ccb043bf2e fix(openthread): resolve deadlock issues due to switching_lock
* esp-openthread: thread_zigbee/esp-openthread@d5dd6f2ca
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@6ec13504d
2025-11-18 07:20:14 +00:00
Shu Chen 998586a8ec Merge branch 'feat/support_dhcpv6_v5.3' into 'release/v5.3'
feat(openthread): support OT upstream dhcpv6 feature (v5.3)

See merge request espressif/esp-idf!42914
2025-10-29 02:52:31 +00:00
Tan Yan Quan 7ac2454e39 feat(openthread): add kconfig option for timing optimization 2025-10-28 15:41:13 +08:00
Tan Yan Quan c459a4449d feat(openthread): update thread-lib for new OT upstream 36b14d3ef
* esp-openthread: thread_zigbee/esp-openthread@fcc4f77f3
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@befb2f817
2025-10-28 07:34:28 +00:00
Tan Yan Quan befb2f8172 feat(openthread): support OT upstream dhcpv6 feature 2025-10-27 14:21:27 +08:00
Tan Yan Quan 213c318238 feat(openthread): update OT upstream to 36b14d3ef 2025-10-27 14:21:26 +08:00
Xu Si Yu 7cc0ea87c9 feat(openthread): support custom netif config during initialization 2025-10-27 11:59:28 +08:00
Xu Si Yu c43592cf64 feat(openthread): add openthread start stop APIs 2025-10-21 19:58:26 +08:00
Shu Chen 13ec3f6f6f Merge branch 'feat/update_ot_upstream_v5.3' into 'release/v5.3'
feat(openthread): update OT upstream to 3b3dd203b (v5.3)

See merge request espressif/esp-idf!42218
2025-10-20 02:21:44 +00:00
Shu Chen e35ed102f3 Merge branch 'fix/fix_openthread_cli_v5.3' into 'release/v5.3'
fix(openthread): check if the command is valid before calling the input function (v5.3)

See merge request espressif/esp-idf!42413
2025-10-16 09:30:03 +00:00
Xu Si Yu 8fd9e38652 fix(openthread): resolve the RCP data transmission issue over USB Serial JTAG 2025-10-15 15:30:26 +08:00
Xu Si Yu 2c7c7d7645 fix(openthread): check if the command is valid before calling the input function 2025-10-14 14:17:48 +08:00
Tan Yan Quan 8c223b43c6 feat(openthread): update thread-lib for new OT upstream 3b3dd203
* esp-openthread: thread_zigbee/esp-openthread@d9c9e535e
* openthread: espressif/openthread@3b3dd203b
* esp-idf: espressif/esp-idf@826648d0d
2025-09-26 09:39:27 +00:00
Tan Yan Quan 826648d0d7 feat(openthread): update OT upstream to 3b3dd203b 2025-09-26 17:31:15 +08:00
zwx bbf506d0e1 feat(openthread): support openthread cli console command register 2025-08-26 14:30:29 +08:00
Shu Chen 384574e283 Merge branch 'feat/add_154_mac_logs_when_ot_assert_v5.3' into 'release/v5.3'
feat(openthread): add option to dump 802.15.4 MAC debug info on assert (v5.3)

See merge request espressif/esp-idf!40972
2025-08-21 06:13:38 +00:00
zwx 4819228d26 feat(openthread): add option to dump 802.15.4 MAC debug info on assert 2025-08-06 06:34:28 +00:00
zwx 42dade8df0 fix(openthread): use OpenThread API in lwIP source address selection hook 2025-07-30 15:17:01 +08:00
zwx 3eb2f6809d fix(openthread): fix the preference of the ip6 address set to lwip 2025-07-29 11:51:16 +08:00
Chen Dejin f0b9769955 fix(openthread/discovery): use mesh local for self-hosted service if OMR is not preferred
* esp-openthread: thread_zigbee/esp-openthread@f54481eb0
* openthread: espressif/openthread@b945928d7
* esp-idf: espressif/esp-idf@31fde3403
2025-07-01 02:58:21 +00:00
chendejin 31fde34037 feat(openthread): move mesh local address judeging function to public 2025-07-01 10:49:04 +08:00
Simonas Kazlauskas c400fb4ff6 feat(openthread): support rcp based on USB Serial JTAG 2025-06-30 20:17:03 +08:00
Xu Si Yu 72ae6874f3 feat(openthread): update border router lib
* esp-openthread: thread_zigbee/esp-openthread@16bfed5ec
* openthread: espressif/openthread@b945928d7
* esp-idf: espressif/esp-idf@5ca96df4a
2025-06-24 10:53:29 +00:00
Xu Si Yu 5ca96df4a2 feat(openthread): update openthread upstream 2025-06-24 18:47:43 +08:00
Xu Si Yu 70a35ac19b feat(openthread): handle MeshCoP mDNS service in state change callback 2025-06-24 18:47:43 +08:00
Xu Si Yu 8142a4d318 feat(openthread): optimize trel reception 2025-06-24 18:47:43 +08:00