mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-29 20:34:36 +00:00
6 lines
187 B
CMake
6 lines
187 B
CMake
idf_component_register(SRCS "main.c"
|
|
PRIV_REQUIRES
|
|
usb
|
|
esp_psram # Required for CONFIG_SPIRAM
|
|
)
|