zwx
|
890b939847
|
fix(openthread): preserve host interface on UDP receive
|
2026-09-10 16:22:31 +08:00 |
|
Xu Si Yu
|
d3af5f1cfb
|
feat(openthread): support multipan feature for host device
|
2026-09-07 20:17:12 +08:00 |
|
Xu Si Yu
|
cd31c697c8
|
fix(openthread): fix stack deinit by reversing netif glue teardown and hardening workflow cleanup
|
2026-09-03 20:03:56 +08:00 |
|
Shu Chen
|
3e70972cfa
|
Merge branch 'fix/resolve_issues_reported_via_bbp_v6.0' into 'release/v6.0'
fix(openthread): fix null pointer deref, uninitialized struct, and unbounded strcpy in spinel/RCP code (v6.0)
See merge request espressif/esp-idf!51374
|
2026-09-03 09:09:28 +00:00 |
|
Xu Si Yu
|
ad4f977e04
|
fix(openthread): fix configuration-related issues
|
2026-08-17 14:15:55 +08:00 |
|
Xu Si Yu
|
1a4f49ac7d
|
feat(openthread): support multipan feature for RCP
|
2026-08-14 18:48:30 +08:00 |
|
Xu Si Yu
|
0a99f34ac0
|
feat(openthread): initialize multiple_instances source directory
|
2026-08-14 18:48:30 +08:00 |
|
Xu Si Yu
|
76b8a72495
|
feat(openthread): reorganize source file structure
|
2026-08-14 18:48:30 +08:00 |
|
Shu Chen
|
88510ad34c
|
feat(openthread): use the actual receive sensitivity for link quality evaluation
|
2026-08-14 18:48:30 +08:00 |
|
zwx
|
c6df387214
|
fix(openthread): fix null pointer deref, uninitialized struct, and unbounded strcpy in spinel/RCP code
|
2026-07-30 18:58:50 +08:00 |
|
zwx
|
10e94cc5ed
|
feat(openthread): use ieee802154 event callback list instead of weak overrides
|
2026-07-24 14:23:40 +08:00 |
|
Xu Si Yu
|
1a53acb870
|
fix(openthread): disable software retx security in spinel-only config
|
2026-07-09 11:30:45 +08:00 |
|
Xu Si Yu
|
30a2d5c25d
|
feat(openthread): update thread-lib for upstream b678a4f6
* esp-openthread: thread_zigbee/esp-openthread@47428f1e8
* openthread: espressif/openthread@b678a4f63
* esp-idf: espressif/esp-idf@c629a359b
|
2026-07-08 13:01:42 +00:00 |
|
Xu Si Yu
|
c629a359b7
|
feat(openthread): update openthread submodule
|
2026-07-08 20:38:44 +08:00 |
|
Xu Si Yu
|
ebc79defd7
|
fix(openthread): fix TREL peer discovery by selecting IPv6 from mDNS address list
|
2026-07-08 20:38:44 +08:00 |
|
Xu Si Yu
|
c61e7ab345
|
feat(openthread): add APIs to clear a single src match short and extended entry in esp radio spinel
|
2026-07-07 17:39:42 +08:00 |
|
Xu Si Yu
|
15388539b6
|
fix(openthread): use spi slave tx_length/rx_length and remove rx DMA bounce buffer
|
2026-07-06 11:58:08 +08:00 |
|
Xu Si Yu
|
5aea50f035
|
fix(openthread): replace all malloc calls with calloc to avoid hidden uninitialized memory issues
|
2026-07-06 11:58:08 +08:00 |
|
Mahavir Jain
|
ff155dbaf8
|
Merge branch 'bugfix/openthread_exclude_cve_v6.0' into 'release/v6.0'
fix(openthread): exclude CVE-2026-8369 from the list (v6.0)
See merge request espressif/esp-idf!48724
|
2026-06-29 11:20:21 +05:30 |
|
Xu Si Yu
|
144323a8ee
|
fix(openthread): avoid HDLC TX stall on fd write failure
|
2026-06-01 10:33:18 +08:00 |
|
Mahavir Jain
|
bb93192c50
|
fix(openthread): exclude CVE-2026-8369 from the list
|
2026-05-20 10:49:47 +08:00 |
|
Xu Si Yu
|
5871facfc7
|
fix(openthread): fix the esp_openthread_stop
|
2026-05-06 16:43:24 +08:00 |
|
Zhang Wen Xu
|
4f98190153
|
Merge branch 'fix/handle_escape_characters_v6.0' into 'release/v6.0'
Fix/handle escape characters (v6.0)
See merge request espressif/esp-idf!48095
|
2026-04-30 06:23:26 +00:00 |
|
Xu Si Yu
|
66b3271129
|
fix(openthread): always reserve null-terminator space when appending escaped args
|
2026-04-30 11:05:32 +08:00 |
|
Xu Si Yu
|
80515646d6
|
feat(openthread): align spinel radio caps with RCP CSMA backoff and TX retry support
|
2026-04-29 20:06:33 +08:00 |
|
Xu Si Yu
|
967d35f39b
|
fix(openthread): escape CLI arguments and enforce command buffer bounds
|
2026-04-29 20:06:33 +08:00 |
|
zwx
|
b0d0eec303
|
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:38:11 +08:00 |
|
zwx
|
316dfa3fea
|
fix(openthread): make the code more robust
|
2026-04-29 19:28:14 +08:00 |
|
Zhang Wen Xu
|
5f464307a7
|
Merge branch 'feat/radio_spinel_driver_interface_optimization_v6.0' into 'release/v6.0'
feat(openthread): optimize radio spinel uart interface (v6.0)
See merge request espressif/esp-idf!47410
|
2026-04-28 09:26:43 +00:00 |
|
Zhang Wen Xu
|
9e2188364b
|
Merge branch 'feat/ot_make_esp_netif_glue_optional_v6.0' into 'release/v6.0'
feat(openthread): make esp_netif glue optional (v6.0)
See merge request espressif/esp-idf!47859
|
2026-04-28 02:41:19 +00:00 |
|
Xu Si Yu
|
6387704a9d
|
feat(openthread): optimize radio spinel uart interface
|
2026-04-28 02:40:41 +00:00 |
|
Zhang Wen Xu
|
b7cb1587d6
|
Merge branch 'fix/add_ifndef_ot_config_v6.0' into 'release/v6.0'
fix(openthread): add ifndef guards to ftd / mtd config (v6.0)
See merge request espressif/esp-idf!47171
|
2026-04-28 02:39:54 +00:00 |
|
Zhibin (Ryan) Wen
|
60a9934569
|
feat(openthread): add test support for esp_netif glue disabled scenario
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
|
2026-04-22 19:30:09 +08:00 |
|
Zhibin (Ryan) Wen
|
6dddb155db
|
feat(openthread): make esp_netif glue optional
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
|
2026-04-22 19:30:07 +08:00 |
|
Zhang Wen Xu
|
8190da29f7
|
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@0d36952bd
|
2026-04-20 12:34:26 +00:00 |
|
zwx
|
0d36952bd9
|
fix(openthread): fix build failure in spinel-only mode
|
2026-04-20 17:09:05 +08:00 |
|
zwx
|
1efd869b75
|
feat(openthread): update openthread upstream
|
2026-04-16 06:19:41 +00:00 |
|
Jiang Jiang Jian
|
db22058940
|
Merge branch 'fix/fix_ot_cli_loop_v6.0' into 'release/v6.0'
fix(openthread): avoid ot_cli_loop busy loop by using select-based linenoise read (v6.0)
See merge request espressif/esp-idf!47313
|
2026-04-09 20:01:19 +08:00 |
|
zwx
|
df41428fbf
|
fix(openthread): pre-export PSA key bytes in task context to fix ISR mutex crash
|
2026-04-08 18:13:53 +08:00 |
|
Xu Si Yu
|
c9725b2300
|
fix(openthread): avoid ot_cli_loop busy loop by using select-based linenoise read
|
2026-04-07 14:52:25 +08:00 |
|
Tan Yan Quan
|
df0175f771
|
fix(openthread): add ifndef guards to ftd / mtd config
|
2026-03-31 16:31:00 +08:00 |
|
Zhang Wen Xu
|
312d998881
|
Merge branch 'feat/csl_power_consumption_v6.0' into 'release/v6.0'
feat(openthread): turn off rx earlier for csl if no packet received (v6.0)
See merge request espressif/esp-idf!46192
|
2026-03-19 13:52:42 +00:00 |
|
Tan Yan Quan
|
47e750d096
|
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@6d4ddd4d2
|
2026-03-19 07:50:57 +00:00 |
|
Tan Yan Quan
|
6d4ddd4d2c
|
feat(openthread): update OT to 9b887f6bd
|
2026-03-19 15:37:10 +08:00 |
|
zwx
|
935d4302e8
|
fix(802.15.4) added some error checks to make the code more robust
|
2026-03-19 15:37:10 +08:00 |
|
Xu Si Yu
|
f69b65f8f4
|
feat(openthread): add a task block monitor
|
2026-03-19 15:37:10 +08:00 |
|
Tan Yan Quan
|
7834cfd5e1
|
feat(openthread): use heap_caps_calloc_prefer for messagepool
|
2026-03-19 15:37:10 +08:00 |
|
Tan Yan Quan
|
43e729b067
|
feat(openthread): use explicit source list for RCP build
|
2026-03-19 15:37:10 +08:00 |
|
zwx
|
e6fd73d751
|
feat(openthread): support openthread heap allocation from PSRAM
|
2026-03-19 15:37:10 +08:00 |
|
Tan Yan Quan
|
393bcb1cc2
|
feat(openthread): turn off rx earlier for csl if no packet received
|
2026-03-02 17:00:06 +08:00 |
|