I have a custom board with a ESP32-S2 and I'm using the native USB port to flash the IC. I'm trying to configure it also to serve as the console, but in the menuconfig that option does not appear. According to the documentation,
However, the TinyUSB stack is disabled and even like that I don't have the USB CDC option. I only have the default (UART0), Custom which let's me choose between UART0 and UART1 and None.On chips with USB peripheral, “USB CDC” option redirects output to the CDC port. This option uses the CDC driver in the chip ROM. This option is incompatible with TinyUSB stack.
What am I missing?
Thanks,
Luís