mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-05 04:49:21 +00:00
feat(usb_cdc_console): moved usb-cdc ROM console to new component: esp_usb_cdc_rom_console
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user