Commit Graph

307 Commits

Author SHA1 Message Date
Jiang Jiang Jian 05785a4869 Merge branch 'feat/use_ot_cmakelists_v5.4' into 'release/v5.4'
feat(openthread): use upstream CMakeLists.txt for radio build (v5.4)

See merge request espressif/esp-idf!46580
2026-03-15 13:09:20 +08:00
Tan Yan Quan 541e306799 feat(openthread): use heap_caps_calloc_prefer for messagepool 2026-03-13 21:02:03 +08:00
Tan Yan Quan 8445719b4c feat(openthread): use explicit source list for RCP build 2026-03-13 21:01:57 +08:00
zwx c6f0725938 fix(802.15.4) added some error checks to make the code more robust 2026-03-11 19:03:44 +08:00
Zhang Wen Xu 67f11f6776 Merge branch 'feat/csl_power_consumption_v5.4' into 'release/v5.4'
feat(openthread): turn off rx earlier for csl if no packet received (v5.4)

See merge request espressif/esp-idf!46194
2026-03-03 03:20:09 +00:00
Zhang Wen Xu d39302e2ae Merge branch 'fix/fix_an_ot_config_error_v5.4' into 'release/v5.4'
fix(openthread): fix a macro error (v5.4)

See merge request espressif/esp-idf!46080
2026-03-03 03:19:20 +00:00
Tan Yan Quan 028e8af5d4 feat(openthread): turn off rx earlier for csl if no packet received 2026-03-02 17:00:17 +08:00
Xu Si Yu 1930e527f4 fix(openthread): fix a macro error 2026-02-26 18:17:01 +08:00
zwx fa320f47e9 feat(openthread): support openthread heap allocation from PSRAM 2026-02-03 16:15:34 +08:00
Shu Chen 040305d757 Merge branch 'fix/ot_used_wrong_nvs_open_api_v5.4' into 'release/v5.4'
fix(openthread): open nvs from the configured partition (v5.4)

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

See merge request espressif/esp-idf!44372
2025-12-26 06:40:27 +00:00
Tan Yan Quan 5d46d1047b 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@3c68c5473
2025-12-24 08:40:55 +00:00
Xu Si Yu 3c68c54733 feat(openthread): add message pool deinitialization 2025-12-24 16:33:00 +08:00
Tan Yan Quan b1f0a0cb78 feat(openthread): update OT upstream to a12ff0d0f 2025-12-24 16:33:00 +08:00
Zhang Wen Xu cd08d85ba6 Merge branch 'feat/rcp_spinel_logs_v5.4' into 'release/v5.4'
feat(openthread): support RCP console debug via spinel (v5.4)

See merge request espressif/esp-idf!44157
2025-12-24 02:30:12 +00:00
zhuanghang 87179ffb15 feat(802.15.4): Update the 'ieee802154_get_recent_rssi' API to obtain real-time RSSI 2025-12-18 16:34:47 +08:00
Shu Chen c649df16d3 Merge branch 'fix/fix_an_ot_trel_risk_v5.4' into 'release/v5.4'
fix(openthread): fix a potential stack overflow in TREL (v5.4)

See merge request espressif/esp-idf!43933
2025-12-18 06:02:41 +00:00
Tan Yan Quan 9ebdfe8485 feat(openthread): support RCP console debug via spinel 2025-12-12 14:28:41 +08:00
zwx 4d150d4cc1 fix(openthread): open nvs from the configured partition 2025-12-12 14:23:02 +08:00
Tan Yan Quan 38d3e67e41 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@b389ca9ad
2025-12-09 09:40:23 +00:00
Xu Si Yu 86e682193d fix(openthread): fix an error in Kconfig 2025-12-04 18:32:29 +08:00
Xu Si Yu edef589493 fix(openthread): fix a potential stack overflow in TREL 2025-12-03 10:36:19 +08:00
Shu Chen d60a590d62 Merge branch 'fix/remove_the_duplicate_macro_definition_v5.4' into 'release/v5.4'
fix(openthread): remove the duplicate macro definition (v5.4)

See merge request espressif/esp-idf!43709
2025-11-26 02:29:02 +00:00
Xu Si Yu 2103e58e8d feat(openthread): Use PSRAM by default for OpenThread message buffers when PSRAM is enabled 2025-11-25 16:14:43 +08:00
Xu Si Yu 74d2a5f654 fix(openthread): remove the duplicate macro definition 2025-11-25 16:13:48 +08:00
Tan Yan Quan 530bbbcb37 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@bd1184590
2025-11-18 07:26:24 +00:00
Shu Chen 265a32acc3 Merge branch 'feat/support_dhcpv6_v5.4' into 'release/v5.4'
feat(openthread): support OT upstream dhcpv6 feature (v5.4)

See merge request espressif/esp-idf!42913
2025-10-29 03:31:45 +00:00
Tan Yan Quan 8156e7c37d feat(openthread): add kconfig option for timing optimization 2025-10-28 15:39:24 +08:00
Tan Yan Quan af0d3b3f68 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@1b8df6ad9
2025-10-28 07:34:31 +00:00
Tan Yan Quan 1b8df6ad96 feat(openthread): support OT upstream dhcpv6 feature 2025-10-27 14:20:59 +08:00
Tan Yan Quan e7c2850b41 feat(openthread): update OT upstream to 36b14d3ef 2025-10-27 14:20:59 +08:00
Xu Si Yu 3022c0ea51 feat(openthread): support custom netif config during initialization 2025-10-27 11:59:19 +08:00
Shu Chen 32a33f22ce Merge branch 'feat/add_openthread_start_stop_api_v5.4' into 'release/v5.4'
feat(openthread): add openthread start stop APIs (v5.4)

See merge request espressif/esp-idf!42646
2025-10-27 01:33:46 +00:00
Shu Chen 7e6217a872 Merge branch 'feat/update_ot_upstream_v5.4' into 'release/v5.4'
feat(openthread): update OT upstream to 3b3dd203b (v5.4)

See merge request espressif/esp-idf!42217
2025-10-27 01:33:24 +00:00
Shu Chen 9eea97f4d7 Merge branch 'fix/fix_openthread_cli_v5.4' into 'release/v5.4'
fix(openthread): check if the command is valid before calling the input function (v5.4)

See merge request espressif/esp-idf!42412
2025-10-27 01:33:16 +00:00
Xu Si Yu 2d7ef9efeb feat(openthread): add openthread start stop APIs 2025-10-16 18:40:33 +08:00
Xu Si Yu 7597b198e4 fix(openthread): check if the command is valid before calling the input function 2025-10-09 14:28:47 +08:00
Xu Si Yu 206323cc2e fix(openthread): resolve the RCP data transmission issue over USB Serial JTAG 2025-10-09 14:24:31 +08:00
Tan Yan Quan c626a155fe feat(openthread): update thread-lib for new OT upstream 3b3dd203
* esp-openthread: thread_zigbee/esp-openthread@8ed1e7599
* openthread: espressif/openthread@3b3dd203b
* esp-idf: espressif/esp-idf@acefe20f1
2025-09-26 10:55:33 +00:00
Tan Yan Quan acefe20f17 feat(openthread): update OT upstream to 3b3dd203b 2025-09-26 17:31:05 +08:00
zwx fa22ef2017 feat(openthread): add option to dump 802.15.4 MAC debug info on assert 2025-08-06 06:34:02 +00:00
zwx 9215751334 fix(openthread): use OpenThread API in lwIP source address selection hook 2025-07-29 11:51:10 +08:00
zwx d7fcba0280 fix(openthread): fix the preference of the ip6 address set to lwip 2025-07-29 11:51:10 +08:00
Chen Dejin a03919a2f7 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@eb7a19554
2025-07-01 03:13:04 +00:00
chendejin eb7a19554a feat(openthread): move mesh local address judeging function to public 2025-07-01 11:07:57 +08:00
Shu Chen 26d4b9c96b Merge branch 'feat/call_meshcop_mdns_publish_in_idf_v5.4' into 'release/v5.4'
Handle MeshCoP mDNS service in state change callback, update OpenThread upstream (v5.4)

See merge request espressif/esp-idf!40083
2025-07-01 02:52:59 +00:00
Simonas Kazlauskas c43c0b1e9c feat(openthread): support rcp based on USB Serial JTAG 2025-06-30 20:18:03 +08:00
Xu Si Yu 25d8789815 feat(openthread): update border router lib
* esp-openthread: thread_zigbee/esp-openthread@16bfed5ec
* openthread: espressif/openthread@b945928d7
* esp-idf: espressif/esp-idf@05a3159e5
2025-06-30 09:50:43 +00:00
Shu Chen 74f0347b9c Merge branch 'fix/rx_abort_next_op_v5.4' into 'release/v5.4'
fix(openthread): disable rx_abort events in next operation (v5.4)

See merge request espressif/esp-idf!39959
2025-06-30 09:40:59 +00:00
Xu Si Yu 05a3159e59 feat(openthread): update openthread upstream 2025-06-30 17:31:42 +08:00