Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
fef57344
Commit
fef57344
authored
Oct 02, 2022
by
Philip Gladstone
Committed by
Johny Mattsson
Oct 05, 2022
Browse files
Remove the touch driver as well
parent
b9d6e272
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/modules/CMakeLists.txt
View file @
fef57344
...
@@ -59,13 +59,11 @@ if(IDF_TARGET STREQUAL "esp32")
...
@@ -59,13 +59,11 @@ if(IDF_TARGET STREQUAL "esp32")
elseif
(
IDF_TARGET STREQUAL
"esp32s2"
)
elseif
(
IDF_TARGET STREQUAL
"esp32s2"
)
list
(
APPEND module_srcs
list
(
APPEND module_srcs
"dac.c"
"dac.c"
"touch.c"
"rmt.c"
"rmt.c"
"pulsecnt.c"
"pulsecnt.c"
)
)
elseif
(
IDF_TARGET STREQUAL
"esp32s3"
)
elseif
(
IDF_TARGET STREQUAL
"esp32s3"
)
list
(
APPEND module_srcs
list
(
APPEND module_srcs
"touch.c"
"rmt.c"
"rmt.c"
"pulsecnt.c"
"pulsecnt.c"
"sdmmc.c"
"sdmmc.c"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment