feat(usb_cdc_console): moved usb-cdc ROM console to new component: esp_usb_cdc_rom_console

This commit is contained in:
Marius Vikhammer
2025-07-31 18:10:47 +08:00
parent 206be17ec9
commit 56e0c11bb6
34 changed files with 92 additions and 62 deletions

View File

@@ -180,3 +180,9 @@ The ``CONFIG_APPTRACE_GCOV_ENABLE`` option has been renamed to ``CONFIG_ESP_GCOV
**Header File Changes**
For the gcov functionality, include the ``esp_gcov.h`` header file instead of ``esp_app_trace.h``.
System Console (STDIO)
----------------------
``esp_vfs_cdcacm.h`` has been moved to the new component ``esp_usb_cdc_rom_console``, you will now have to add an explicit ``REQUIRES`` for ``esp_usb_cdc_rom_console`` if using any functions from this header.