mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-25 04:17:34 +00:00
feat(usb_cdc_console): moved usb-cdc ROM console to new component: esp_usb_cdc_rom_console
This commit is contained in:
@@ -15,10 +15,7 @@ list(APPEND sources "vfs.c"
|
||||
"nullfs.c"
|
||||
)
|
||||
|
||||
list(APPEND pr esp_timer
|
||||
# for backwards compatibility (TODO: IDF-8799)
|
||||
esp_driver_uart esp_driver_usb_serial_jtag esp_vfs_console
|
||||
)
|
||||
list(APPEND pr esp_vfs_console)
|
||||
|
||||
idf_component_register(SRCS ${sources}
|
||||
LDFRAGMENTS "linker.lf"
|
||||
|
||||
Reference in New Issue
Block a user