]> granicus.if.org Git - esp-idf/commit
support for console redirection to other UART
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 27 Oct 2016 08:17:28 +0000 (16:17 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 7 Dec 2016 17:42:37 +0000 (01:42 +0800)
commitb3f6cd08db87fcd1ea5d76cf386cce3bfc95d2bf
tree7308b8e9361dddecd56a5af10d399c795d2bc724
parent6dc77bc55c5f14a433fcfd7f1e04280c0b3dd5b9
support for console redirection to other UART

This change adds a set of menuconfig options to set custom UART#, baud rate, and pins, for console output.
Setting happens in bootloader startup code for PRO CPU, and in application startup code for APP CPU.
Ref. TW8146
components/bootloader/src/main/bootloader_start.c
components/esp32/Kconfig
components/esp32/cpu_freq.c
components/esp32/cpu_start.c