Commit Graph

151 Commits

Author SHA1 Message Date
Xu Si Yu
f7e3dcec6c fix(openthread): avoid HDLC TX stall on fd write failure 2026-06-01 10:33:23 +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
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
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
Xu Si Yu
14bb64dc7d feat(openthread): optimize radio spinel uart interface 2026-04-14 12:15:38 +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
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
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
Xu Si Yu
5d7ca54109 feat(openthread): add message pool deinitialization 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
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
Xu Si Yu
9f65e580ea feat(openthread): support custom netif config during initialization 2025-10-27 11:59:10 +08:00
Xu Si Yu
a98de91e5f feat(openthread): add openthread start stop APIs 2025-10-21 11:27:27 +08:00
Shu Chen
7b45a16af7 Merge branch 'feat/update_ot_upstream_v5.5' into 'release/v5.5'
feat(openthread): update OT upstream to 3b3dd203b (v5.5)

See merge request espressif/esp-idf!42216
2025-10-17 19:13:11 +00:00
Shu Chen
efa485be61 Merge branch 'fix/fix_openthread_cli_v5.5' into 'release/v5.5'
fix(openthread): check if the command is valid before calling the input function (v5.5)

See merge request espressif/esp-idf!42411
2025-10-16 09:30:53 +00:00
Xu Si Yu
1688aa29e0 fix(openthread): resolve the RCP data transmission issue over USB Serial JTAG 2025-10-15 16:58:15 +08:00
Xu Si Yu
817dec8bbb fix(openthread): check if the command is valid before calling the input function 2025-10-14 17:45:27 +08:00
Tan Yan Quan
93d2ad4d8c feat(openthread): update OT upstream to 3b3dd203b 2025-09-26 17:29:49 +08:00
zwx
87f45cb56a feat(openthread): add option to dump 802.15.4 MAC debug info on assert 2025-08-06 06:33:43 +00:00
zwx
72c92aaebd fix(openthread): use OpenThread API in lwIP source address selection hook 2025-07-25 17:42:31 +08:00
zwx
bc79dc06a3 fix(openthread): fix the preference of the ip6 address set to lwip 2025-07-25 17:42:20 +08:00
Shu Chen
97e07a01e3 Merge branch 'feat/call_meshcop_mdns_publish_in_idf_v5.5' into 'release/v5.5'
Handle MeshCoP mDNS service in state change callback, update OpenThread upstream (v5.5)

See merge request espressif/esp-idf!40082
2025-07-23 03:25:18 +00:00
Shu Chen
3e94cf120e Merge branch 'feat/rcp_over_usb_v5.5' into 'release/v5.5'
feat(openthread): support rcp based on USB Serial JTAG (v5.5)

See merge request espressif/esp-idf!40245
2025-07-22 08:58:34 +00:00
Xu Si Yu
5bfd50ca37 feat(openthread): handle MeshCoP mDNS service in state change callback 2025-07-22 16:55:02 +08:00
Xu Si Yu
a83147ddb0 feat(openthread): optimize trel reception 2025-07-22 16:55:02 +08:00
zwx
08d1c5d696 feat(openthread): support openthread cli console command register 2025-07-22 16:55:02 +08:00
Simonas Kazlauskas
c910986317 feat(openthread): support rcp based on USB Serial JTAG 2025-06-30 20:18:45 +08:00
Tan Yan Quan
278a26213d feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock 2025-06-18 15:34:57 +08:00
Xu Si Yu
49b5cc9e50 feat(openthread): add a function to exit openthread main loop safely 2025-06-05 14:53:11 +08:00
Zhang Wen Xu
77efe91c36 Merge branch 'feat/calibrate_bus_latency' into 'master'
feat(openthread/br): calibrate bus latency

Closes TZ-1455

See merge request espressif/esp-idf!38529
2025-05-08 10:38:14 +08:00
Tan Yan Quan
427084d667 fix(openthread): handle SetTimeSyncState when ifconfig up or down 2025-05-07 18:42:58 +08:00