Skip to content

Commit d345ac1

Browse files
committed
remove(legacy_pcnt): remove legacy pcnt driver in IDF v6.0
1 parent ae3f20f commit d345ac1

File tree

18 files changed

+26
-1837
lines changed

18 files changed

+26
-1837
lines changed

components/driver/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ if(CONFIG_SOC_MCPWM_SUPPORTED)
4141
list(APPEND srcs "deprecated/mcpwm_legacy.c")
4242
endif()
4343

44-
# PCNT legacy driver
45-
if(CONFIG_SOC_PCNT_SUPPORTED)
46-
list(APPEND srcs "deprecated/pcnt_legacy.c")
47-
endif()
48-
4944
# RMT legacy driver
5045
if(CONFIG_SOC_RMT_SUPPORTED)
5146
list(APPEND srcs "deprecated/rmt_legacy.c")

components/driver/deprecated/driver/pcnt.h

Lines changed: 0 additions & 366 deletions
This file was deleted.

0 commit comments

Comments
 (0)