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 console: argtable3: sync arg_end argument name 2022-04-11 19:42:53 +02:00
linenoise console: linenoiseProbe: check if response is valid 2022-05-03 21:26:14 +02:00
test
CMakeLists.txt console: argtable3: update CMakeLists.txt for v3.2.1 2022-04-11 19:42:52 +02:00
commands.c
esp_console.h docs: update programming guide for esp32s3 chip independent system chapters 2021-11-23 12:48:10 +05:30
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