UART: Add ability to configure stopbits and parity bit (#590)

This commit is contained in:
tkremeyer 2018-03-13 14:31:19 +01:00 committed by Ruslan V. Uss
parent f296f4d91e
commit 5c18d42c8d
4 changed files with 148 additions and 1 deletions

3
examples/uart_config/Makefile Executable file
View file

@ -0,0 +1,3 @@
PROGRAM=uart_config
include ../../common.mk