Skip to content

Commit

Permalink
This should build on esp32 now
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsg committed Dec 12, 2024
1 parent ce940e1 commit 58e93a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/modules/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Modules common to all chips
set(extra_requires
)
set(wifi_modules
"espnow.c"
"wifi.c"
Expand Down Expand Up @@ -64,6 +66,9 @@ if(IDF_TARGET STREQUAL "esp32")
"touch.c"
${wifi_modules}
)
list(APPEND extra_requires
"driver_can"
)
elseif(IDF_TARGET STREQUAL "esp32s2")
list(APPEND module_srcs
"dac.c"
Expand Down Expand Up @@ -123,6 +128,7 @@ idf_component_register(
"u8g2"
"ucg"
"vfs"
${extra_requires}
)

# Match up all the module source files with their corresponding Kconfig
Expand Down

0 comments on commit 58e93a2

Please sign in to comment.