Merge branch 'refactor/add_dfs_init_auto_test' into 'master'

fix(mcpwm): the wrong pm lock type on esp32 and esp32s3

See merge request espressif/esp-idf!38934
This commit is contained in:
morris
2025-05-15 21:51:59 +08:00
29 changed files with 133 additions and 252 deletions

View File

@@ -11,7 +11,7 @@
const mcpwm_signal_conn_t mcpwm_periph_signals = {
.groups = {
[0] = {
.module = PERIPH_PWM0_MODULE,
.module_name = "MCPWM0",
.irq_id = ETS_PWM0_INTR_SOURCE,
.operators = {
[0] = {
@@ -80,7 +80,7 @@ const mcpwm_signal_conn_t mcpwm_periph_signals = {
}
},
[1] = {
.module = PERIPH_PWM1_MODULE,
.module_name = "MCPWM1",
.irq_id = ETS_PWM1_INTR_SOURCE,
.operators = {
[0] = {