TMS570: I think that the correct SCI configuration is 9600 baude w/2 stop bits

This commit is contained in:
Gregory Nutt 2015-12-28 09:14:20 -06:00
parent a9c95b22a9
commit c0c87a4bad

View File

@ -462,10 +462,10 @@ CONFIG_SCI1_SERIAL_CONSOLE=y
#
CONFIG_SCI1_RXBUFSIZE=256
CONFIG_SCI1_TXBUFSIZE=256
CONFIG_SCI1_BAUD=115200
CONFIG_SCI1_BAUD=9600
CONFIG_SCI1_BITS=8
CONFIG_SCI1_PARITY=0
CONFIG_SCI1_2STOP=0
CONFIG_SCI1_2STOP=1
# CONFIG_USBDEV is not set
# CONFIG_USBHOST is not set
# CONFIG_WIRELESS is not set