Xu Si Yu
|
351391127c
|
feat(openthread): update thread-lib for upstream b678a4f6
* esp-openthread: thread_zigbee/esp-openthread@47428f1e8
* openthread: espressif/openthread@b678a4f63
* esp-idf: espressif/esp-idf@31f4ff2e5
|
2026-07-06 08:59:01 +00:00 |
|
Xu Si Yu
|
31f4ff2e59
|
feat(openthread): update openthread submodule
|
2026-07-06 16:41:20 +08:00 |
|
Xu Si Yu
|
8d1d263f10
|
fix(openthread): fix TREL peer discovery by selecting IPv6 from mDNS address list
|
2026-06-26 19:29:33 +08:00 |
|
Xu Si Yu
|
1e84a46843
|
fix(openthread): replace all malloc calls with calloc to avoid hidden uninitialized memory issues
|
2026-06-26 19:29:33 +08:00 |
|
Xu Si Yu
|
f7e3dcec6c
|
fix(openthread): avoid HDLC TX stall on fd write failure
|
2026-06-01 10:33:23 +08:00 |
|
Mahavir Jain
|
6a622d12ef
|
fix(openthread): exclude CVE-2026-8369 from the list
|
2026-05-20 10:50:08 +08:00 |
|
Xu Si Yu
|
d30599ea87
|
fix(openthread): fix the esp_openthread_stop
|
2026-05-06 16:43:35 +08:00 |
|
Zhang Wen Xu
|
b6d599681b
|
Merge branch 'fix/handle_escape_characters_v5.5' into 'release/v5.5'
Fix/handle escape characters (v5.5)
See merge request espressif/esp-idf!48096
|
2026-04-30 06:23:18 +00:00 |
|
Xu Si Yu
|
9598118d89
|
fix(openthread): always reserve null-terminator space when appending escaped args
|
2026-04-30 11:05:13 +08:00 |
|
Xu Si Yu
|
c8d0d19619
|
feat(openthread): align spinel radio caps with RCP CSMA backoff and TX retry support
|
2026-04-29 20:06:42 +08:00 |
|
Xu Si Yu
|
5f806d0cfd
|
fix(openthread): escape CLI arguments and enforce command buffer bounds
|
2026-04-29 20:06:42 +08:00 |
|
zwx
|
2e262292f1
|
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:46 +08:00 |
|
zwx
|
6f09b0616f
|
fix(openthread): make the code more robust
|
2026-04-29 19:30:26 +08:00 |
|
Shu Chen
|
c715cdcfdb
|
Merge branch 'feat/update_openthread_upstream_v5.5' into 'release/v5.5'
feat(openthread): update openthread upstream (v5.5)
See merge request espressif/esp-idf!47465
|
2026-04-27 06:14:41 +00:00 |
|
Zhang Wen Xu
|
ba1362d541
|
Merge branch 'feat/ot_make_esp_netif_glue_optional_v5.5' into 'release/v5.5'
feat(openthread): make esp_netif glue optional (v5.5)
See merge request espressif/esp-idf!47860
|
2026-04-24 07:55:58 +00:00 |
|
Zhibin (Ryan) Wen
|
694a32b198
|
feat(openthread): add test support for esp_netif glue disabled scenario
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
|
2026-04-23 20:17:05 +08:00 |
|
Zhibin (Ryan) Wen
|
aff0c9d789
|
feat(openthread): make esp_netif glue optional
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
|
2026-04-23 20:17:05 +08:00 |
|
zwx
|
7adeb08b02
|
fix(802.15.4) added some error checks to make the code more robust
|
2026-04-22 02:35:02 +00:00 |
|
Zhang Wen Xu
|
82c8566a4d
|
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@3303e61db
|
2026-04-20 12:31:32 +00:00 |
|
zwx
|
3303e61db0
|
fix(openthread): fix build failure in spinel-only mode
|
2026-04-20 17:08:29 +08:00 |
|
Zhang Wen Xu
|
80d5b33b50
|
Merge branch 'fix/fix_ot_cli_loop_v5.5' into 'release/v5.5'
fix(openthread): avoid ot_cli_loop busy loop by using select-based linenoise read (v5.5)
See merge request espressif/esp-idf!47314
|
2026-04-16 09:33:24 +00:00 |
|
zwx
|
d7c25197a8
|
feat(openthread): update openthread upstream
|
2026-04-16 09:17:12 +00:00 |
|
Xu Si Yu
|
14bb64dc7d
|
feat(openthread): optimize radio spinel uart interface
|
2026-04-14 12:15:38 +08:00 |
|
Tan Yan Quan
|
089be86fb1
|
fix(openthread): update OT upstream to b1a37932b to fix mbedtls version check
|
2026-04-09 19:46:46 +08:00 |
|
Xu Si Yu
|
d10866211b
|
fix(openthread): avoid ot_cli_loop busy loop by using select-based linenoise read
|
2026-04-07 14:52:34 +08:00 |
|
Tan Yan Quan
|
dcb69c2414
|
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@2bf2f1e33
|
2026-03-31 09:28:27 +00:00 |
|
Tan Yan Quan
|
2bf2f1e338
|
feat(openthread): update OT to 9b887f6bd
|
2026-03-31 17:15:47 +08:00 |
|
Xu Si Yu
|
9cb2b92e9f
|
feat(openthread): add a task block monitor
|
2026-03-13 21:00:57 +08:00 |
|
Tan Yan Quan
|
0509be4182
|
feat(openthread): use heap_caps_calloc_prefer for messagepool
|
2026-03-13 21:00:19 +08:00 |
|
Tan Yan Quan
|
9018519447
|
feat(openthread): use explicit source list for RCP build
|
2026-03-13 21:00:15 +08:00 |
|
Xu Si Yu
|
e4bdad5fc7
|
fix(openthread): fix a macro error
|
2026-03-04 16:26:28 +08:00 |
|
Jiang Jiang Jian
|
0d2a211e22
|
Merge branch 'feat/support_allocate_memory_from_psram_for_ot_v5.5' into 'release/v5.5'
feat(openthread): support openthread heap allocation from PSRAM (v5.5)
See merge request espressif/esp-idf!45597
|
2026-03-03 19:37:58 +08:00 |
|
Tan Yan Quan
|
65d38885e4
|
feat(openthread): turn off rx earlier for csl if no packet received
|
2026-03-02 17:00:13 +08:00 |
|
zwx
|
88aeff9d44
|
feat(openthread): support openthread heap allocation from PSRAM
|
2026-02-03 16:15:25 +08:00 |
|
Zhang Wen Xu
|
cbed615e0e
|
Merge branch 'feat/update_154_get_recent_rssi_v5.5' into 'release/v5.5'
feat(802.15.4): support get real time rssi (v5.5)
See merge request espressif/esp-idf!44371
|
2025-12-26 06:32:20 +00:00 |
|
Zhang Wen Xu
|
021f8dabf0
|
Merge branch 'feat/update_ot_a12ff0d0f_v5.5' into 'release/v5.5'
feat(openthread): update OT upstream to a12ff0d0f (v5.5)
See merge request espressif/esp-idf!44533
|
2025-12-26 06:31:58 +00:00 |
|
Zhang Wen Xu
|
405f144c87
|
Merge branch 'fix/remove_the_duplicate_macro_definition_v5.5' into 'release/v5.5'
fix(openthread): remove the duplicate macro definition (v5.5)
See merge request espressif/esp-idf!43708
|
2025-12-26 06:27:39 +00:00 |
|
Tan Yan Quan
|
6435473cd4
|
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@5d7ca5410
|
2025-12-24 08:42:25 +00:00 |
|
Xu Si Yu
|
5d7ca54109
|
feat(openthread): add message pool deinitialization
|
2025-12-24 16:29:34 +08:00 |
|
Tan Yan Quan
|
d4defb6ef9
|
feat(openthread): update OT upstream to a12ff0d0f
|
2025-12-24 16:29:34 +08:00 |
|
zhuanghang
|
5d8104a6a2
|
feat(802.15.4): Update the 'ieee802154_get_recent_rssi' API to obtain real-time RSSI
|
2025-12-18 16:34:42 +08:00 |
|
Tan Yan Quan
|
99b9913406
|
feat(openthread): support RCP console debug via spinel
|
2025-12-15 14:26:35 +08:00 |
|
zwx
|
8a70704be6
|
fix(openthread): open nvs from the configured partition
|
2025-12-05 14:06:19 +08:00 |
|
Xu Si Yu
|
26e23725da
|
feat(openthread): Use PSRAM by default for OpenThread message buffers when PSRAM is enabled
|
2025-12-05 12:20:11 +08:00 |
|
Xu Si Yu
|
74b294187d
|
fix(openthread): fix an error in Kconfig
|
2025-12-05 12:20:02 +08:00 |
|
Tan Yan Quan
|
5af377ce18
|
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@871ec2c1e
|
2025-12-04 16:09:30 +08:00 |
|
Xu Si Yu
|
0f9c93d773
|
fix(openthread): fix a potential stack overflow in TREL
|
2025-12-03 10:36:11 +08:00 |
|
Xu Si Yu
|
e3024aa3b5
|
fix(openthread): remove the duplicate macro definition
|
2025-11-25 16:13:41 +08:00 |
|
Tan Yan Quan
|
d481ea191e
|
fix(openthread): resolve deadlock issues due to switching_lock
* esp-openthread: thread_zigbee/esp-openthread@068a8f4d2
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@8d036f2ed
|
2025-11-14 03:18:11 +00:00 |
|
Shu Chen
|
6334043f9b
|
Merge branch 'feat/allow_set_ot_netif_config_v5.5' into 'release/v5.5'
feat: allow set ot netif config (v5.5)
See merge request espressif/esp-idf!42901
|
2025-10-28 05:29:50 +00:00 |
|