Commit Graph

347 Commits

Author SHA1 Message Date
Shu Chen
d12614a666 Merge branch 'fix/fix_openthread_netif_glue_deinit_issue_v5.5' into 'release/v5.5'
fix(openthread): fix stack deinit by reversing netif glue teardown and hardening workflow cleanup (v5.5)

See merge request espressif/esp-idf!52399
2026-09-04 03:48:11 +00:00
Xu Si Yu
ab71404e03 fix(openthread): fix stack deinit by reversing netif glue teardown and hardening workflow cleanup 2026-09-03 20:04:03 +08:00
Xu Si Yu
28561a3221 feat(openthread): support multipan feature for host device 2026-09-03 17:48:38 +08:00
Xu Si Yu
bfd38b6d4c fix(openthread): fix configuration-related issues 2026-08-17 14:16:47 +08:00
Xu Si Yu
3079c4b9e3 feat(openthread): support multipan feature for RCP 2026-08-14 15:07:15 +08:00
Xu Si Yu
de8d87d8de feat(openthread): initialize multiple_instances source directory 2026-08-14 15:06:18 +08:00
Xu Si Yu
f8a1e2a8a9 feat(openthread): reorganize source file structure 2026-08-14 15:05:49 +08:00
Shu Chen
20248a64d9 feat(openthread): use the actual receive sensitivity for link quality evaluation 2026-08-04 14:40:31 +08:00
zwx
22ca116505 feat(openthread): use ieee802154 event callback list instead of weak overrides 2026-07-24 14:23:45 +08:00
Zhang Wen Xu
4e95c36be4 Merge branch 'fix/reverse-extended-address-byte-order-in-esp-radio-spiel_v5.5' into 'release/v5.5'
fix(openthread): add APIs to clear a single src match short and extended entry in esp radio spinel (v5.5)

See merge request espressif/esp-idf!50454
2026-07-21 02:48:06 +00:00
Xu Si Yu
62be9600d6 feat(openthread): add APIs to clear a single src match short and extended entry in esp radio spinel 2026-07-07 17:39:49 +08:00
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