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

@@ -12,7 +12,6 @@
#include "esp_compiler.h"
#include "esp_private/system_internal.h"
#include "esp_private/usb_console.h"
#include "esp_cpu.h"
#include "soc/rtc.h"
@@ -64,6 +63,10 @@
#include "hal/usb_serial_jtag_ll.h"
#endif
#if CONFIG_ESP_CONSOLE_USB_CDC
#include "esp_private/usb_console.h"
#endif
#ifdef __XTENSA__
#include "xtensa/semihosting.h"
#elif __riscv