Search found 1 match

by xtend-graz
Thu Dec 21, 2023 7:56 am
Forum: ESP-IDF
Topic: How to disable uart0 driver on esp32
Replies: 0
Views: 1792

How to disable uart0 driver on esp32

Hi, I have a custom project with very tight need, and to meet the performance required I need to manage the bare UART hardware. Actually I succeded for Uart1 and Uart2. I need also to manage Uart0 so I disabled the related output, by setting CONFIG_ESP_CONSOLE_NONE=y in sdkconfig. To confirm, after ...