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 |
|
Xu Si Yu
|
eaeb51ff0b
|
fix(openthread): fix a macro error
|
2026-02-26 18:16:46 +08:00 |
|
zwx
|
24eb10b90f
|
fix(openthread): fixed an issue with key destruction in mode 2
|
2025-12-29 14:51:15 +08:00 |
|
Tan Yan Quan
|
75bf81ea78
|
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@ec7258e0c
|
2025-12-25 03:53:40 +00:00 |
|
zwx
|
ec7258e0ca
|
feat(openthread): update openthread upstream
|
2025-12-24 15:58:37 +08:00 |
|
Mahavir Jain
|
7da79a653c
|
Merge branch 'feature/mbedtls_psa_migration_v6.0' into 'release/v6.0'
feat(mbedtls): PSA Migration to release v6.0
See merge request espressif/esp-idf!43323
|
2025-12-21 13:52:48 +05:30 |
|
Jiang Jiang Jian
|
63fb646f0d
|
Merge branch 'feat/update_154_get_recent_rssi_v6.0' into 'release/v6.0'
feat(802.15.4): support get real time rssi (v6.0)
See merge request espressif/esp-idf!44370
|
2025-12-21 15:32:57 +08:00 |
|
Jiang Jiang Jian
|
4ccd8f99b6
|
Merge branch 'fix/ot_used_wrong_nvs_open_api_v6.0' into 'release/v6.0'
fix(openthread): open nvs from the configured partition (v6.0)
See merge request espressif/esp-idf!44026
|
2025-12-21 15:14:42 +08:00 |
|
Ashish Sharma
|
b02538834c
|
fix: resolves MR comments
|
2025-12-20 23:02:25 +08:00 |
|
Ashish Sharma
|
88346ccec5
|
fix: revert back to using mbedtls sha implementation for espcoredump
|
2025-12-19 07:29:08 +08:00 |
|
zwx
|
f1648e9972
|
feat(openthread): Support mbedtls 4.0 migration
|
2025-12-19 07:29:08 +08:00 |
|
Ashish Sharma
|
f306dbea84
|
feat(mbedtls): migrates ESP-TEE with PSA APIs
|
2025-12-19 07:28:33 +08:00 |
|
Ashish Sharma
|
bf46351fb0
|
feat(mbedtls): fix build errors with PSA migration
|
2025-12-19 07:27:54 +08:00 |
|
zhuanghang
|
ac757ce9a3
|
feat(802.15.4): Update the 'ieee802154_get_recent_rssi' API to obtain real-time RSSI
|
2025-12-18 16:34:36 +08:00 |
|
Tan Yan Quan
|
9c162f1b9b
|
feat(openthread): support RCP console debug via spinel
|
2025-12-11 16:09:50 +08:00 |
|
Tan Yan Quan
|
a4090d1f3b
|
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@5ee94fac1
|
2025-12-09 10:05:27 +00:00 |
|
zwx
|
2cd981b8d2
|
fix(openthread): open nvs from the configured partition
|
2025-12-05 14:24:34 +08:00 |
|
Xu Si Yu
|
604fc1574e
|
fix(openthread): fix an error in Kconfig
|
2025-12-04 18:32:07 +08:00 |
|
Xu Si Yu
|
25235f83b1
|
fix(openthread): fix a potential stack overflow in TREL
|
2025-12-03 10:35:58 +08:00 |
|