Jiang Jiang Jian
|
3c5e6c2728
|
Merge branch 'feat/ot_rx_sensitivity_v5.2' into 'release/v5.2'
feat(openthread): use the actual receive sensitivity for link quality evaluation (v5.2)
See merge request espressif/esp-idf!51487
|
2026-08-06 11:26:26 +08:00 |
|
Shu Chen
|
0ed8606ad6
|
feat(openthread): use the actual receive sensitivity for link quality evaluation
|
2026-08-04 14:42:19 +08:00 |
|
zwx
|
8ffc6b5234
|
fix(openthread): fix null pointer deref, uninitialized struct, and unbounded strcpy in spinel/RCP code
|
2026-07-30 18:59:36 +08:00 |
|
zwx
|
8c191f421a
|
feat(openthread): use ieee802154 event callback list instead of weak overrides
|
2026-07-24 14:24:00 +08:00 |
|
Xu Si Yu
|
65fd83f5cc
|
feat(openthread): update thread-lib for upstream b678a4f6
* esp-openthread: thread_zigbee/esp-openthread@47428f1e8
* openthread: espressif/openthread@b678a4f63
* esp-idf: espressif/esp-idf@956e229bf
|
2026-07-08 13:17:59 +00:00 |
|
Xu Si Yu
|
956e229bf6
|
fix(openthread): add ESP_RETURN_VOID_ON_FALSE for IDF 5.2 compatibility
|
2026-07-08 21:12:40 +08:00 |
|
Xu Si Yu
|
feb6c7372f
|
feat(openthread): update openthread submodule
|
2026-07-08 20:41:20 +08:00 |
|
Xu Si Yu
|
67633ec05c
|
fix(openthread): fix TREL peer discovery by selecting IPv6 from mDNS address list
|
2026-07-08 20:41:20 +08:00 |
|
Xu Si Yu
|
0a20cea9d1
|
feat(openthread): add APIs to clear a single src match short and extended entry in esp radio spinel
|
2026-07-07 17:40:12 +08:00 |
|
Xu Si Yu
|
dda714521b
|
fix(openthread): replace all malloc calls with calloc to avoid hidden uninitialized memory issues
|
2026-06-24 16:15:42 +08:00 |
|
Xu Si Yu
|
a9ad6f4d7c
|
fix(openthread): avoid HDLC TX stall on fd write failure
|
2026-06-05 03:50:04 +00:00 |
|
Zhang Wen Xu
|
e54f9a9d7f
|
Merge branch 'fix/fix_esp_openthread_stop_v5.2' into 'release/v5.2'
fix(openthread): fix the esp_openthread_stop (v5.2)
See merge request espressif/esp-idf!48203
|
2026-05-22 10:52:17 +00:00 |
|
Zhang Wen Xu
|
ffac408473
|
Merge branch 'fix/handle_escape_characters_v5.2' into 'release/v5.2'
Fix/handle escape characters (v5.2)
See merge request espressif/esp-idf!48099
|
2026-05-22 10:52:05 +00:00 |
|
Jiang Jiang Jian
|
efdb1dbbcd
|
Merge branch 'feat/ot_make_esp_netif_glue_optional_v5.2' into 'release/v5.2'
feat(openthread): make esp_netif glue optional (v5.2)
See merge request espressif/esp-idf!47864
|
2026-05-20 17:54:55 +08:00 |
|
Zhang Wen Xu
|
3532f7d67d
|
Merge branch 'review_ot_code_using_cursor_v5.2' into 'release/v5.2'
fix(openthread): make the code more robust (v5.2)
See merge request espressif/esp-idf!48090
|
2026-05-20 07:01:35 +00:00 |
|
Mahavir Jain
|
a3f3685506
|
fix(openthread): exclude CVE-2026-8369 from the list
|
2026-05-20 11:00:13 +08:00 |
|
Xu Si Yu
|
824cbc153b
|
fix(openthread): fix the esp_openthread_stop
|
2026-05-06 16:43:57 +08:00 |
|
Xu Si Yu
|
f6018e4d71
|
fix(openthread): always reserve null-terminator space when appending escaped args
|
2026-04-30 11:04:14 +08:00 |
|
Xu Si Yu
|
dfa9676416
|
feat(openthread): align spinel radio caps with RCP CSMA backoff and TX retry support
|
2026-04-29 20:09:21 +08:00 |
|
Xu Si Yu
|
90e1cca347
|
fix(openthread): escape CLI arguments and enforce command buffer bounds
|
2026-04-29 20:09:21 +08:00 |
|
zwx
|
ed3756f953
|
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:14 +08:00 |
|
zwx
|
a8169cd869
|
fix(openthread): make the code more robust
|
2026-04-29 19:33:57 +08:00 |
|
Zhibin (Ryan) Wen
|
7c4bae2183
|
feat(openthread): add test support for esp_netif glue disabled scenario
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
|
2026-04-23 21:12:26 +08:00 |
|
Zhibin (Ryan) Wen
|
144de20960
|
feat(openthread): make esp_netif glue optional
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
|
2026-04-23 21:12:26 +08:00 |
|
zwx
|
e8bcdf4e4d
|
fix(openthread): fix build failure in spinel-only mode
|
2026-04-15 18:50:35 +08:00 |
|
Zhang Wen Xu
|
aba72186ce
|
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@967424cb7
|
2026-04-14 03:27:44 +00:00 |
|
zwx
|
967424cb79
|
feat(openthread): update openthread upstream
|
2026-04-14 11:08:12 +08:00 |
|
Jiang Jiang Jian
|
4aad317cfa
|
Merge branch 'fix/add_check_and_fix_docs_for_154_v5.2' into 'release/v5.2'
fix(802.15.4) added some error checks to make the code more robust(Backport v5.2)
See merge request espressif/esp-idf!47166
|
2026-04-13 15:40:26 +08:00 |
|
zwx
|
46b4607b26
|
fix(802.15.4) added some error checks to make the code more robust
|
2026-04-12 14:56:34 +08:00 |
|
Xu Si Yu
|
1da6d5a1ba
|
feat(openthread): optimize radio spinel uart interface
|
2026-04-10 20:03:25 +08:00 |
|
Tan Yan Quan
|
85f792f756
|
fix(openthread): update OT upstream to b1a37932b to fix mbedtls version check
|
2026-04-09 19:54:25 +08:00 |
|
Tan Yan Quan
|
50342fb9c8
|
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@fd0c24472
|
2026-04-02 07:53:32 +00:00 |
|
Tan Yan Quan
|
fd0c24472d
|
feat(openthread): update OT to 9b887f6bd
|
2026-04-02 15:43:38 +08:00 |
|
Tan Yan Quan
|
7dc149defc
|
feat(openthread): use heap_caps_calloc_prefer for messagepool
|
2026-03-16 16:40:22 +08:00 |
|
Tan Yan Quan
|
f6fae3900d
|
feat(openthread): use explicit source list for RCP build
|
2026-03-16 16:40:19 +08:00 |
|
Jiang Jiang Jian
|
b3302cc20a
|
Merge branch 'feat/support_allocate_memory_from_psram_for_ot_v5.2' into 'release/v5.2'
feat(openthread): support openthread heap allocation from PSRAM (v5.2)
See merge request espressif/esp-idf!45600
|
2026-03-09 20:30:10 +08:00 |
|
Shu Chen
|
24f332e6e4
|
Merge branch 'fix/fix_an_ot_config_error_v5.2' into 'release/v5.2'
fix(openthread): fix a macro error (v5.2)
See merge request espressif/esp-idf!46082
|
2026-03-05 08:26:30 +00:00 |
|
Tan Yan Quan
|
bac161cdda
|
feat(openthread): turn off rx earlier for csl if no packet received
|
2026-03-02 17:00:29 +08:00 |
|
Xu Si Yu
|
7c2be6aa21
|
fix(openthread): fix a macro error
|
2026-02-26 18:17:16 +08:00 |
|
zwx
|
3d7da9ac78
|
feat(openthread): support openthread heap allocation from PSRAM
|
2026-02-03 16:15:50 +08:00 |
|
Zhang Wen Xu
|
8dee36a91c
|
Merge branch 'fix/ot_used_wrong_nvs_open_api_v5.2' into 'release/v5.2'
fix(openthread): open nvs from the configured partition (v5.2)
See merge request espressif/esp-idf!44030
|
2025-12-31 01:50:30 +00:00 |
|
Zhang Wen Xu
|
3eec3c2cba
|
Merge branch 'feat/update_154_get_recent_rssi_v5.2' into 'release/v5.2'
feat(802.15.4): support get real time rssi (v5.2)
See merge request espressif/esp-idf!44374
|
2025-12-26 06:40:39 +00:00 |
|
Tan Yan Quan
|
8ea7e1f9fd
|
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@33321d50a
|
2025-12-24 08:40:19 +00:00 |
|
Xu Si Yu
|
33321d50a8
|
feat(openthread): add message pool deinitialization
|
2025-12-24 16:33:17 +08:00 |
|
Tan Yan Quan
|
a59bdfdc19
|
feat(openthread): update OT upstream to a12ff0d0f
|
2025-12-24 16:33:17 +08:00 |
|
Zhang Wen Xu
|
645c08e4e9
|
Merge branch 'feat/rcp_spinel_logs_v5.2' into 'release/v5.2'
feat(openthread): support RCP console debug via spinel (v5.2)
See merge request espressif/esp-idf!44159
|
2025-12-24 02:29:45 +00:00 |
|
zhuanghang
|
c4580179a8
|
feat(802.15.4): Update the 'ieee802154_get_recent_rssi' API to obtain real-time RSSI
|
2025-12-18 16:34:59 +08:00 |
|
Xu Si Yu
|
15c6ac81c0
|
fix(openthread): fix a potential stack overflow in TREL
|
2025-12-18 14:01:55 +08:00 |
|
Tan Yan Quan
|
21e18154d6
|
feat(openthread): support RCP console debug via spinel
|
2025-12-12 14:30:30 +08:00 |
|
zwx
|
88c88542ce
|
fix(openthread): open nvs from the configured partition
|
2025-12-12 14:22:26 +08:00 |
|