ESP logging to USB-CDC #11801
Answered
by
shariltumin
shariltumin
asked this question in
ESP32
-
In usb.c, ESP logging to USB for CDC enabled boards S2 and S3 (C3?) is required. $ git describe $ cd ports/ports/esp32-XX $ diff usb.c usb.c-ORIG boards/ESP32S3-XX/sdkconfig.board DEBUGGINGCONFIG_LOG_DEFAULT_LEVEL_DEBUG=y |
Beta Was this translation helpful? Give feedback.
Answered by
shariltumin
Jun 18, 2023
Replies: 1 comment
-
Correction: Setting CONFIG_ESP_CONSOLE_USB_CDC=y will result in a compiling error (SOC_CPU_CORES_NUM == 1, "usb_osglue_*_int is not multicore capable"). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shariltumin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Correction: Setting CONFIG_ESP_CONSOLE_USB_CDC=y will result in a compiling error (SOC_CPU_CORES_NUM == 1, "usb_osglue_*_int is not multicore capable").