mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Tools: IDF Monitor follows the UART console baud rate by default
This commit is contained in:
@@ -5,10 +5,11 @@ ESP-IDF 5.0 Migration Guides
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Environment Setup on Windows <windows-env>
|
||||
Peripherals <peripherals>
|
||||
Build System <build-system>
|
||||
System <system>
|
||||
FreeRTOS <freertos>
|
||||
Environment Setup on Windows <windows-env>
|
||||
Ethernet <ethernet>
|
||||
FreeRTOS <freertos>
|
||||
Peripherals <peripherals>
|
||||
Removed or deprecated components <removed-components>
|
||||
System <system>
|
||||
Tools <tools>
|
||||
|
7
docs/en/migration-guides/tools.rst
Normal file
7
docs/en/migration-guides/tools.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Migrate Tools to ESP-IDF 5.0
|
||||
============================
|
||||
|
||||
IDF Monitor
|
||||
-----------
|
||||
|
||||
IDF Monitor follows the custom console baud-rate (:ref:`CONFIG_ESP_CONSOLE_UART_BAUDRATE`) by default instead of 115200. That means if a custom UART baud-rate is set then one doesn't have to change the monitor baud-rate (:ref:`CONFIG_ESPTOOLPY_MONITOR_BAUD`) to match it.
|
Reference in New Issue
Block a user