Merge branch 'fix/csl_rx_off_when_idle_v5.4' into 'release/v5.4'

fix(openthread): turn off rx for SSED running CSL during idle (v5.4)

See merge request espressif/esp-idf!37992
This commit is contained in:
Shu Chen
2025-04-01 11:30:38 +08:00
14 changed files with 326 additions and 132 deletions

View File

@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -514,9 +514,9 @@ extern "C" {
#define ETM_EVENT_TIMER1_OVERFLOW 58
#define ETM_EVENT_TIMER0_OVERFLOW 59
#define ETM_TASK_ED_TRIG_TX 64
#define ETM_TASK_RX_START 65
#define ETM_TASK_TX_START 68
#define ETM_TASK_ED_TRIG_TX 65
#define ETM_TASK_RX_START 66
#define ETM_TASK_TX_START 69
#ifdef __cplusplus
}