mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-12 23:52:38 +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"
|
||||
|
@@ -318,7 +318,7 @@ static int vfs_null_fsync(int fd)
|
||||
}
|
||||
|
||||
#if defined(CONFIG_VFS_INITIALIZE_DEV_NULL) || defined(CONFIG_ESP_CONSOLE_NONE)
|
||||
ESP_SYSTEM_INIT_FN(init_vfs_nullfs, CORE, BIT(0), 113)
|
||||
ESP_SYSTEM_INIT_FN(init_vfs_nullfs, CORE, BIT(0), 118)
|
||||
{
|
||||
return esp_vfs_null_register();
|
||||
}
|
||||
|
Reference in New Issue
Block a user