Skip to content

Commit 81bb6a0

Browse files
committed
Merge branch 'refactor/remove_legacy_pcnt_driver' into 'master'
remove(legacy_pcnt)!: remove legacy pcnt driver in IDF v6.0 Closes IDF-13172 and IDF-13036 See merge request espressif/esp-idf!39754
2 parents 3785a24 + 2fb4c67 commit 81bb6a0

File tree

20 files changed

+30
-1838
lines changed

20 files changed

+30
-1838
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)