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 Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
CMakeLists.txt console: argtable3: update CMakeLists.txt for v3.2.1 2022-04-11 19:42:52 +02:00
commands.c console: update copyright notice 2021-05-17 03:41:32 +02:00
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 console: update copyright notice 2021-05-17 03:41:32 +02:00