File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,15 @@ if(CONFIG_SOC_PCNT_SUPPORTED)
51
51
list (APPEND srcs "pcnt.c" )
52
52
endif ()
53
53
54
+ if (CONFIG_SOC_SDMMC_HOST_SUPPORTED)
55
+ list (APPEND srcs "sdmmc_transaction.c" "sdmmc_host.c" )
56
+ endif ()
57
+
54
58
55
59
if (${target} STREQUAL "esp32" )
56
- # SDMMC and MCPWM are in ESP32 only.
57
60
list (APPEND srcs "dac_common.c"
58
61
"sdio_slave.c"
59
- "sdmmc_host.c"
60
62
"i2s.c"
61
- "sdmmc_transaction.c"
62
63
"touch_sensor_common.c"
63
64
"esp32/touch_sensor.c"
64
65
"esp32/adc.c"
@@ -82,9 +83,7 @@ if(IDF_TARGET STREQUAL "esp32s2")
82
83
endif ()
83
84
84
85
if (${target} STREQUAL "esp32s3" )
85
- list (APPEND srcs "sdmmc_host.c"
86
- "sdmmc_transaction.c"
87
- "usb_serial_jtag.c"
86
+ list (APPEND srcs "usb_serial_jtag.c"
88
87
"spi_slave_hd.c"
89
88
"touch_sensor_common.c"
90
89
"esp32s3/touch_sensor.c"
You can’t perform that action at this time.
0 commit comments