Commit Graph

323 Commits

Author SHA1 Message Date
Tan Yan Quan
ef96edefd4 feat(openthread/openthread/lib): update thread-lib for upstream 9b887f6bd
* esp-openthread: thread_zigbee/esp-openthread@f7ea7ab12
* openthread: espressif/openthread@9b887f6bd
* esp-idf: espressif/esp-idf@b14c2f175
2026-03-19 02:53:23 +00:00
Tan Yan Quan
b14c2f1753 feat(openthread): update OT to 9b887f6bd 2026-03-19 10:35:13 +08:00
Xu Si Yu
d074c72538 feat(openthread): add a task block monitor 2026-03-12 12:14:18 +08:00
Tan Yan Quan
7c6f8e325e feat(openthread): use heap_caps_calloc_prefer for messagepool 2026-03-10 12:13:15 +08:00
Shu Chen
5f298edabc Merge branch 'fix/add_check_and_fix_docs_for_154' into 'master'
fix(802.15.4) added some error checks to make the code more robust

See merge request espressif/esp-idf!44110
2026-03-06 10:12:09 +00:00
Zhang Wen Xu
a11485ef49 Merge branch 'feat/use_ot_cmakelists' into 'master'
feat(openthread): use upstream CMakeLists.txt for radio build

See merge request espressif/esp-idf!45420
2026-03-06 02:36:04 +00:00
zwx
8bd1ce4c53 fix(802.15.4) added some error checks to make the code more robust 2026-03-03 11:39:35 +08:00
Xu Si Yu
4232a4df6b fix(openthread): fix a macro error 2026-02-26 18:03:49 +08:00
Shu Chen
a8d9e8fe4f Merge branch 'feat/csl_power_consumption' into 'master'
feat(openthread): turn off rx earlier for csl if no packet received

See merge request espressif/esp-idf!39394
2026-02-26 07:26:59 +00:00
Tan Yan Quan
ca02f5700a feat(openthread): use explicit source list for RCP build 2026-02-02 14:37:47 +08:00
Tan Yan Quan
cbf187b20d feat(openthread): turn off rx earlier for csl if no packet received 2026-01-15 11:40:16 +08:00
zwx
31c1f34053 feat(openthread): support openthread heap allocation from PSRAM 2026-01-14 14:18:20 +08:00
zwx
da9f6999c0 fix(openthread): fixed an issue with key destruction in mode 2 2026-01-04 16:39:36 +08:00
Tan Yan Quan
0cd3b44b60 feat(openthread/lib): update thread-lib for upstream e16325e99
* esp-openthread: thread_zigbee/esp-openthread@77b4edfd8
* openthread: espressif/openthread@e16325e99
* esp-idf: espressif/esp-idf@a75b3b5d0
2025-12-30 09:31:49 +05:30
Tan Yan Quan
af81746ff3 feat(openthread): update OT upstream to e16325e99 2025-12-30 09:31:49 +05:30
Ashish Sharma
ab35bd85a8 feat: migrates openthread to PSA APIs 2025-12-30 09:31:49 +05:30
Tan Yan Quan
089d2410ab feat(openthread): update OT upstream to a12ff0d0f
* esp-openthread: thread_zigbee/esp-openthread@77b4edfd8
* openthread: espressif/openthread@a12ff0d0f
* esp-idf: espressif/esp-idf@71bbb45fa
2025-12-23 11:19:05 +00:00
Xu Si Yu
71bbb45fa2 feat(openthread): add message pool deinitialization 2025-12-23 16:21:02 +08:00
Tan Yan Quan
ff73977609 feat(openthread): update OT upstream to a12ff0d0f 2025-12-23 12:23:36 +08:00
Zhang Wen Xu
3bda023b7d Merge branch 'feat/update_154_get_recent_rssi' into 'master'
feat(802.15.4): support get real time rssi

See merge request espressif/esp-idf!43856
2025-12-18 07:04:24 +00:00
zhuanghang
0b7fe3035a feat(802.15.4): Update the 'ieee802154_get_recent_rssi' API to obtain real-time RSSI 2025-12-12 16:56:25 +08:00
Tan Yan Quan
eb1fffe63e feat(openthread): support RCP console debug via spinel 2025-12-10 19:58:10 +08:00
Shu Chen
a87830c861 Merge branch 'fix/v55_lib_update' into 'master'
fix(openthread): resolve deadlock issues due to switching_lock

Closes TZ-2124

See merge request espressif/esp-idf!43983
2025-12-08 12:07:14 +00:00
zwx
19d6265d73 fix(openthread): open nvs from the configured partition 2025-12-04 19:47:57 +08:00
Tan Yan Quan
759d9e9f52 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@61b9d064c
2025-12-04 07:38:30 +00:00
Zhang Wen Xu
61b9d064c2 Merge branch 'fix/fix_an_ot_kconfig_error' into 'master'
fix(openthread): fix an error in Kconfig

See merge request espressif/esp-idf!43842
2025-12-04 07:27:32 +00:00
Xu Si Yu
6b6cd24edb fix(openthread): fix an error in Kconfig 2025-12-03 10:59:35 +08:00
Xu Si Yu
c85b9c3f94 fix(openthread): fix a potential stack overflow in TREL 2025-12-03 10:34:15 +08:00
Zhang Wen Xu
7886209dfa Merge branch 'feature/change_ot_psram_default_config' into 'master'
feat(openthread): Use PSRAM by default for OpenThread message buffers when PSRAM is enabled

See merge request espressif/esp-idf!43512
2025-11-25 07:55:08 +00:00
Xu Si Yu
330c174117 fix(openthread): remove the duplicate macro definition 2025-11-20 15:51:39 +08:00
Xu Si Yu
bc432615f2 feat(openthread): Use PSRAM by default for OpenThread message buffers when PSRAM is enabled 2025-11-19 17:05:50 +08:00
Tan Yan Quan
2d022def21 fix(openthread): resolve deadlock issues due to switching_lock
* esp-openthread: thread_zigbee/esp-openthread@068a8f4d2
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@a7e81b99d
2025-11-14 03:18:46 +00:00
Shu Chen
7bb8a95403 Merge branch 'feat/allow_set_ot_netif_config' into 'master'
feat: allow set ot netif config

See merge request espressif/esp-idf!42847
2025-10-27 06:34:46 +00:00
Shu Chen
100a45cbe4 Merge branch 'feat/support_dhcpv6' into 'master'
feat(openthread): support OT upstream dhcpv6 feature

See merge request espressif/esp-idf!40053
2025-10-27 04:16:31 +00:00
Xu Si Yu
5759c4ca27 feat(openthread): support custom netif config during initialization 2025-10-24 15:59:51 +08:00
Tan Yan Quan
0153494eec feat(openthread): add kconfig option for timing optimization 2025-10-23 14:49:04 +08:00
Tan Yan Quan
35f5dcf16d feat(openthread): update thread-lib for new OT upstream 36b14d3ef
* esp-openthread: thread_zigbee/esp-openthread@397da59b2
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@49a872fc6
2025-10-23 04:21:24 +00:00
Tan Yan Quan
49a872fc6c feat(openthread): support OT upstream dhcpv6 feature 2025-10-22 17:28:48 +08:00
Tan Yan Quan
60ccb1a3bf feat(openthread): update OT upstream to 36b14d3ef 2025-10-22 17:28:24 +08:00
David Cermak
11921c10b9 fix(esp_netif): Fix return value of PPP input function 2025-10-20 12:22:38 +02:00
David Cermak
fd9de0c19e fix(openthread): Update OT netif layers to return error 2025-10-20 12:22:38 +02:00
Chen Chen
a4710cc206 refactor(driver): remove redundant driver dependencies
now the driver component only contains legacy code for i2c, twai and
touch sensor
2025-09-30 15:47:45 +08:00
Xu Si Yu
c3035bb382 feat(openthread): add openthread start stop APIs 2025-09-26 10:59:52 +08:00
Shu Chen
2f4c63b11c Merge branch 'feat/update_ot_upstream' into 'master'
feat(openthread): update OT upstream to 3b3dd203b

See merge request espressif/esp-idf!42040
2025-09-23 10:57:24 +00:00
Tan Yan Quan
25b70b0756 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@bab69aec4
2025-09-19 08:31:47 +00:00
Tan Yan Quan
bab69aec4a feat(openthread): update OT upstream to 3b3dd203b 2025-09-19 16:09:07 +08:00
Xu Si Yu
a0777a0ee5 fix(openthread): check if the command is valid before calling the input function 2025-09-18 16:21:13 +08:00
Xu Si Yu
132db34cfe fix(openthread): resolve the RCP data transmission issue over USB Serial JTAG 2025-09-09 14:08:09 +08:00
zwx
6b9e4405a6 feat(openthread): add option to dump 802.15.4 MAC debug info on assert 2025-08-04 06:31:42 +00:00
zwx
bf12839e08 fix(openthread): use OpenThread API in lwIP source address selection hook 2025-07-25 06:53:53 +00:00