We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44b26a commit 772c1c6Copy full SHA for 772c1c6
zephyr/esp32s3/CMakeLists.txt
@@ -217,6 +217,18 @@ if(CONFIG_SOC_SERIES_ESP32S3)
217
)
218
endif()
219
220
+ if (CONFIG_UDC_DWC2)
221
+ zephyr_include_directories(
222
+ ../../components/usb/include
223
+ )
224
+
225
+ zephyr_sources(
226
+ ../../components/driver/gpio/gpio.c
227
+ ../../components/driver/gpio/rtc_io.c
228
+ ../../components/hal/usb_wrap_hal.c
229
230
+ endif()
231
232
zephyr_sources_ifdef(
233
CONFIG_DMA_ESP32
234
../../components/soc/lldesc.c
0 commit comments