]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/custom_log_uart_rx_pin' into 'master'
authorAngus Gratton <angus@espressif.com>
Mon, 20 May 2019 05:58:37 +0000 (13:58 +0800)
committerAngus Gratton <angus@espressif.com>
Mon, 20 May 2019 05:58:37 +0000 (13:58 +0800)
commit8c6ff874afbd7265b6e07b93249bb5ad447460ae
tree3f280eebf4dfd76b64c6abad43ab88265f9dc64e
parent826acbc3de98fdc483e68fc4a5db97fafa90110a
parent98c77cebb25625c4112cd70fdd66903b625764c3
Merge branch 'bugfix/custom_log_uart_rx_pin' into 'master'

bootloader_support: Fix UART RXD pin for console output (CUSTOM option)

Closes IDFGH-505

See merge request idf/esp-idf!5009