Commit Graph

327 Commits

Author SHA1 Message Date
Xu Si Yu
9ab34b8f39 feat(openthread): reorganize source file structure 2026-08-14 15:08:38 +08:00
Jiang Jiang Jian
6b0ebad36a Merge branch 'feat/ot_rx_sensitivity_v5.3' into 'release/v5.3'
feat(openthread): use the actual receive sensitivity for link quality evaluation (v5.3)

See merge request espressif/esp-idf!51484
2026-08-06 11:27:48 +08:00
Shu Chen
9c859ab6ab feat(openthread): use the actual receive sensitivity for link quality evaluation 2026-08-04 14:40:51 +08:00
zwx
4c9be53120 fix(openthread): fix null pointer deref, uninitialized struct, and unbounded strcpy in spinel/RCP code 2026-07-30 18:59:31 +08:00
zwx
5b13be2889 feat(openthread): use ieee802154 event callback list instead of weak overrides 2026-07-24 14:23:55 +08:00
Xu Si Yu
779a53a262 feat(openthread): update thread-lib for upstream b678a4f6
* esp-openthread: thread_zigbee/esp-openthread@47428f1e8
* openthread: espressif/openthread@b678a4f63
* esp-idf: espressif/esp-idf@3871860a4
2026-07-08 12:54:27 +00:00
Xu Si Yu
3871860a45 feat(openthread): update openthread submodule 2026-07-08 20:40:55 +08:00
Xu Si Yu
79df489b73 fix(openthread): fix TREL peer discovery by selecting IPv6 from mDNS address list 2026-07-08 20:40:55 +08:00
Xu Si Yu
9c5f62906d feat(openthread): add APIs to clear a single src match short and extended entry in esp radio spinel 2026-07-07 17:40:03 +08:00
Xu Si Yu
54a63358cb fix(openthread): replace all malloc calls with calloc to avoid hidden uninitialized memory issues 2026-06-24 16:15:33 +08:00
Xu Si Yu
dc8b5d61cb fix(openthread): avoid HDLC TX stall on fd write failure 2026-06-01 10:33:35 +08:00
Mahavir Jain
d5104a7da1 fix(openthread): exclude CVE-2026-8369 from the list 2026-05-20 10:50:24 +08:00
Xu Si Yu
72d0c74275 fix(openthread): fix the esp_openthread_stop 2026-05-06 16:43:50 +08:00
Zhang Wen Xu
15f7e0a7e3 Merge branch 'fix/handle_escape_characters_v5.3' into 'release/v5.3'
Fix/handle escape characters (v5.3)

See merge request espressif/esp-idf!48098
2026-04-30 06:34:53 +00:00
Xu Si Yu
de06b16392 fix(openthread): always reserve null-terminator space when appending escaped args 2026-04-30 11:04:42 +08:00
Xu Si Yu
53852099a7 feat(openthread): align spinel radio caps with RCP CSMA backoff and TX retry support 2026-04-29 20:09:12 +08:00
Xu Si Yu
d9fe4f61c8 fix(openthread): escape CLI arguments and enforce command buffer bounds 2026-04-29 20:09:12 +08:00
zwx
4903a35812 fix(openthread): fix SPI host-RCP communication loss
- 1. H2 SPI slave DMA transaction length insufficient for CMD_RESET
  frame
- 2. H2 SPI slave BUSY race at boot causing permanent deadlock
- 3. H2 INT pin spurious NEGEDGE on chip reset
- 4. H2 SPI slave trans_len exceeding buffer size
- 5. S3 host RST flag handling preventing Spinel-layer reset detection
- 6. S3 stale eventfd events after HardwareReset causing WaitResponse
  timeout
- 7. ot_br missing coprocessor reset failure callback
2026-04-29 19:37:26 +08:00
zwx
cf7d017e1f fix(openthread): make the code more robust 2026-04-29 19:32:34 +08:00
Zhang Wen Xu
8fa5e81ef0 Merge branch 'feat/ot_make_esp_netif_glue_optional_v5.3' into 'release/v5.3'
feat(openthread): make esp_netif glue optional (v5.3)

See merge request espressif/esp-idf!47863
2026-04-24 07:55:38 +00:00
Shu Chen
e753b72467 Merge branch 'feat/update_openthread_upstream_v5.3' into 'release/v5.3'
feat(openthread): update openthread upstream (v5.3)

See merge request espressif/esp-idf!47467
2026-04-22 11:40:10 +00:00
Zhibin (Ryan) Wen
a10269a4a9 feat(openthread): add test support for esp_netif glue disabled scenario
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
2026-04-22 19:38:34 +08:00
Zhibin (Ryan) Wen
f7116ba886 feat(openthread): make esp_netif glue optional
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
2026-04-22 19:38:34 +08:00
zwx
5b05ccb24f fix(openthread): fix build failure in spinel-only mode 2026-04-15 18:50:18 +08:00
Xu Si Yu
63fe722a3b feat(openthread): optimize radio spinel uart interface 2026-04-14 14:20:27 +08:00
Zhang Wen Xu
2af97adf5f feat(openthread/openthread/lib): update thread-lib for upstream a98813b30
* esp-openthread: thread_zigbee/esp-openthread@654e8d3b2
* openthread: espressif/openthread@a98813b30
* esp-idf: espressif/esp-idf@3bdc42950
2026-04-14 03:28:27 +00:00
zwx
3bdc429507 feat(openthread): update openthread upstream 2026-04-14 11:05:41 +08:00
Tan Yan Quan
e7ef7b5246 fix(openthread): update OT upstream to b1a37932b to fix mbedtls version check 2026-04-09 19:51:22 +08:00
Tan Yan Quan
a42e94ad8c 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@fbdeca576
2026-04-03 03:04:25 +00:00
Tan Yan Quan
fbdeca576d feat(openthread): update OT to 9b887f6bd 2026-04-02 15:31:18 +08:00
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