altos/stm: Add ability to delay STDIO usage for serial ports
authorKeith Packard <keithp@keithp.com>
Sun, 1 Feb 2015 15:36:51 +0000 (16:36 +0100)
committerKeith Packard <keithp@keithp.com>
Sun, 1 Feb 2015 15:36:51 +0000 (16:36 +0100)
commit44a503a8cf3778cad5469c592e8ccbae58e44b97
treeb0c639ba33b6a50d1a60319b8d3b29e04b4d55d5
parent252211e9e54a1e6f4efe2df6382ce60c909de70c
altos/stm: Add ability to delay STDIO usage for serial ports

Bluetooth needs to delay adding the serial port to stdio until the
link is up and running. The cc1111 serial driver had
DELAY_SERIAL_*_STDIN bits which have been added to the STM serial driver.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/ao_serial_stm.c