Search found 2 matches

by niels.1234
Wed Jul 10, 2024 3:25 pm
Forum: ESP-IDF
Topic: ESP32C6 - Using USB Serial without logging
Replies: 2
Views: 761

Re: ESP32C6 - Using USB Serial without logging

This is ESP-IDF v5.2.1.

However, I found that if I call `usb_serial_jtag_ll_txfifo_flush` (from `hal/usb_serial_jtag_ll.h`) it also works.

But thanks for checking anyway!
by niels.1234
Mon Jul 08, 2024 2:02 pm
Forum: ESP-IDF
Topic: ESP32C6 - Using USB Serial without logging
Replies: 2
Views: 761

ESP32C6 - Using USB Serial without logging

Hi, For my application I'd like to send data over the USB-serial port. However, I cannot find a way of enabling the USB-UART bridge without also enabling logging over this port. Ideally, I'd like to have the following sdkconfig fields to completely disable the ESP_LOGx functions logging to UART/USB....