]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/fix_uart_stop_bit_2bit_error' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 14 Mar 2017 06:17:55 +0000 (14:17 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 14 Mar 2017 06:17:55 +0000 (14:17 +0800)
bug fix: fix uart data bug when stop-bit is set as 2-bit mode

This is a workaround for a hardware bug.
When we want to use 2-stop-bit mode, we need to set stop-bit-1 and set dl1_en in rs485 register.

See merge request !544


Trivial merge