mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-16 18:00:17 +00:00
5 lines
308 B
CMake
5 lines
308 B
CMake
idf_component_register(SRCS "console_example_main.c" "console_settings.c"
|
|
PRIV_REQUIRES console esp_driver_uart fatfs esp_driver_usb_serial_jtag
|
|
esp_usb_cdc_rom_console nvs_flash cmd_system cmd_wifi cmd_nvs
|
|
INCLUDE_DIRS ".")
|