esp-idf/components/console
Vladimir Chistyakov 7a4cacfcd0 console: allow use apb clock for uart to achieve high baud rate
Console sets UART clock source to REF_TICK on ESP32 and ESP32S2 by
default, however, APB clock frequency does not change when power
management is disabled. Using APB clock source allows higher baud rates
for UART console.

Closes https://github.com/espressif/esp-idf/pull/8572
2022-05-09 11:26:30 +08:00
..
argtable3
linenoise console: linenoiseProbe: check if response is valid 2022-05-03 21:26:14 +02:00
test
CMakeLists.txt
commands.c
esp_console.h
esp_console_repl.c console: allow use apb clock for uart to achieve high baud rate 2022-05-09 11:26:30 +08:00
split_argv.c