Commit Graph

367 Commits

Author SHA1 Message Date
zwx
08739256e9 fix(openthread): preserve host interface on UDP receive 2026-09-10 16:21:35 +08:00
Shu Chen
7462e1d2e3 Merge branch 'fix/fix_openthread_netif_glue_deinit_issue_v6.1' into 'release/v6.1'
fix(openthread): fix stack deinit by reversing netif glue teardown and hardening workflow cleanup (v6.1)

See merge request espressif/esp-idf!52397
2026-09-04 03:08:09 +00:00
Xu Si Yu
a1657350a9 fix(openthread): fix stack deinit by reversing netif glue teardown and hardening workflow cleanup 2026-09-03 20:03:46 +08:00
Xu Si Yu
9f5948b9a0 feat(openthread): support multipan feature for host device 2026-09-03 17:46:32 +08:00
Jiang Jiang Jian
98f0d3693e Merge branch 'feat/support_multipan_feature_rcp_20260603_v6.1' into 'release/v6.1'
feat(openthread): support multipan feature for RCP (v6.1)

See merge request espressif/esp-idf!51777
2026-08-31 11:40:43 +08:00
Jiang Jiang Jian
6948f11dfe Merge branch 'fix/resolve_issues_reported_via_bbp_v6.1' into 'release/v6.1'
fix(openthread): fix null pointer deref, uninitialized struct, and unbounded strcpy in spinel/RCP code (v6.1)

See merge request espressif/esp-idf!51370
2026-08-31 11:27:19 +08:00
Jiang Jiang Jian
c063744e22 Merge branch 'support/ot_register_154_event_cb_v6.1' into 'release/v6.1'
feat(openthread): use ieee802154 event callback list instead of weak overrides (v6.1)

See merge request espressif/esp-idf!51126
2026-08-31 11:14:33 +08:00
Jiang Jiang Jian
42dfe996d8 Merge branch 'fix/reverse-extended-address-byte-order-in-esp-radio-spiel_v6.1' into 'release/v6.1'
fix(openthread): add APIs to clear a single src match short and extended entry in esp radio spinel (v6.1)

See merge request espressif/esp-idf!50452
2026-08-31 11:03:50 +08:00
Xu Si Yu
b0c81b4d68 fix(openthread): fix configuration-related issues 2026-08-17 14:14:06 +08:00
Xu Si Yu
b5fb6466c7 feat(openthread): support multipan feature for RCP 2026-08-14 18:49:41 +08:00
Xu Si Yu
9a94f71a7c feat(openthread): initialize multiple_instances source directory 2026-08-14 18:49:41 +08:00
Xu Si Yu
99bf771be5 feat(openthread): reorganize source file structure 2026-08-14 18:49:41 +08:00
Shu Chen
f81ce9c44e feat(openthread): use the actual receive sensitivity for link quality evaluation 2026-08-14 18:49:41 +08:00
zwx
4b29feab5d fix(openthread): fix null pointer deref, uninitialized struct, and unbounded strcpy in spinel/RCP code 2026-08-05 06:59:03 +00:00
zwx
c204f5825d feat(openthread): use ieee802154 event callback list instead of weak overrides 2026-07-24 14:23:27 +08:00
Jiang Jiang Jian
9adc0ecf8e Merge branch 'backport/spi_slave_add_independent_tx_rx_length-v6.1' into 'release/v6.1'
feat(driver_spi): slave driver support config different tx/rx length (v6.1)

See merge request espressif/esp-idf!49960
2026-07-17 10:54:57 +08:00
Xu Si Yu
e86d37d6da fix(openthread): disable software retx security in spinel-only config 2026-07-09 11:32:38 +08:00
Xu Si Yu
52237ad3d8 feat(openthread): update thread-lib for upstream b678a4f6
* esp-openthread: thread_zigbee/esp-openthread@47428f1e8
* openthread: espressif/openthread@b678a4f63
* esp-idf: espressif/esp-idf@3821049b9
2026-07-08 12:57:08 +00:00
Xu Si Yu
3821049b98 feat(openthread): update openthread submodule 2026-07-08 20:38:35 +08:00
Xu Si Yu
5a5cb088b4 fix(openthread): fix TREL peer discovery by selecting IPv6 from mDNS address list 2026-07-08 20:38:35 +08:00
Xu Si Yu
68d2d8c4e1 feat(openthread): add APIs to clear a single src match short and extended entry in esp radio spinel 2026-07-07 17:39:32 +08:00
Xu Si Yu
0a4dc0d4c2 fix(openthread): use spi slave tx_length/rx_length and remove rx DMA bounce buffer 2026-07-06 11:58:20 +08:00
Xu Si Yu
6cb607df4c fix(openthread): replace all malloc calls with calloc to avoid hidden uninitialized memory issues 2026-07-06 11:58:20 +08:00
Xu Si Yu
1fd80c5e94 fix(openthread): avoid HDLC TX stall on fd write failure 2026-06-13 23:44:29 +08:00
Shu Chen
61eea2fc4f Merge branch 'bugfix/openthread_exclude_cve' into 'master'
fix(openthread): exclude CVE-2026-8369 from the list

See merge request espressif/esp-idf!48552
2026-05-19 12:26:13 +00:00
Xu Si Yu
919ee1b61d feat(openthread): support s31 openthread br lib
* esp-openthread: thread_zigbee/esp-openthread@2e7e04a30
* openthread: espressif/openthread@a98813b30
* esp-idf: espressif/esp-idf@f91b20b51
2026-05-19 03:52:09 +00:00
Mahavir Jain
f4fb9faebd fix(openthread): exclude CVE-2026-8369 from the list 2026-05-18 11:14:28 +05:30
Xu Si Yu
2e5df3eeb6 fix(openthread): fix the esp_openthread_stop 2026-05-06 10:57:40 +08:00
Xu Si Yu
261224dd16 fix(openthread): always reserve null-terminator space when appending escaped args 2026-04-30 10:58:04 +08:00
Zhang Wen Xu
49e9bf9f10 Merge branch 'fix/rcp_spi_crash_issue' into 'master'
fix(openthread): fix multiple SPI communication bugs that caused the host to...

Closes IDFCI-9931

See merge request espressif/esp-idf!47660
2026-04-29 10:57:04 +00:00
zwx
179056118f 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-28 18:14:10 +08:00
Xu Si Yu
b392e92377 feat(openthread): align spinel radio caps with RCP CSMA backoff and TX retry support 2026-04-28 17:27:22 +08:00
Xu Si Yu
c0f4173bdc fix(openthread): escape CLI arguments and enforce command buffer bounds 2026-04-28 15:20:22 +08:00
Zhibin (Ryan) Wen
49652ce314 feat(openthread): add test support for esp_netif glue disabled scenario
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
2026-04-21 12:11:43 +08:00
Zhibin (Ryan) Wen
fd402bfb17 feat(openthread): make esp_netif glue optional
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
2026-04-21 12:11:43 +08:00
zwx
aebf890e98 fix(openthread): make the code more robust 2026-04-17 15:42:26 +08:00
zwx
cfec75b864 fix(openthread): fix build failure in spinel-only mode 2026-04-14 17:15:44 +08:00
Zhang Wen Xu
ebb78a96f3 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@817179a94
2026-04-10 09:53:45 +00:00
zwx
817179a944 feat(openthread): update openthread upstream 2026-04-10 15:19:46 +08:00
Xu Si Yu
b07620afb6 Merge branch 'feat/radio_spinel_driver_interface_optimization' into 'master'
feat(openthread): optimize radio spinel uart interface

Closes TZ-2415

See merge request espressif/esp-idf!46229
2026-04-09 14:50:50 +08:00
zwx
a60e8a66c5 fix(openthread): pre-export PSA key bytes in task context to fix ISR mutex crash 2026-04-08 11:40:47 +00:00
Xu Si Yu
2d1cbe418c feat(openthread): optimize radio spinel uart interface 2026-04-08 19:16:02 +08:00
Xu Si Yu
bfabb605cc fix(openthread): avoid ot_cli_loop busy loop by using select-based linenoise read 2026-04-02 14:19:34 +08:00
Tan Yan Quan
0b3008fca4 fix(openthread): add ifndef guards to ftd / mtd config 2026-03-20 10:46:48 +08:00
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