Page 1 of 1

Print using USB Serial JTAG without printing debug logs

Posted: Fri Mar 08, 2024 6:13 pm
by matheus.lemos
I'm trying to write messages using USB Serial JTAG, with the usb_serial_jtag_write_bytes function, but it only works on enabling CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y in sdkconfig. However, I don't want to send debug messages to USB (printed using ESP_LOGI definition, for example).
Are there any way to set debug messages to UART0, and other print messages (using usb_serial_jtag_write_bytes) to USB Serial JTAG?