Skip to content

Commit a2ef01f

Browse files
committed
remove(legacy_mcpwm): remove legacy mcpwm driver in IDF v6.0
1 parent 92fa23b commit a2ef01f

File tree

24 files changed

+52
-2906
lines changed

24 files changed

+52
-2906
lines changed

components/driver/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ if(CONFIG_SOC_I2C_SUPPORTED)
2121
list(APPEND srcs "i2c/i2c.c")
2222
endif()
2323

24-
# MCPWM legacy driver
25-
if(CONFIG_SOC_MCPWM_SUPPORTED)
26-
list(APPEND srcs "deprecated/mcpwm_legacy.c")
27-
endif()
28-
2924
# RMT legacy driver
3025
if(CONFIG_SOC_RMT_SUPPORTED)
3126
list(APPEND srcs "deprecated/rmt_legacy.c")

0 commit comments

Comments
 (0)