From: Keith Packard Date: Sun, 1 Feb 2015 15:36:51 +0000 (+0100) Subject: altos/stm: Add ability to delay STDIO usage for serial ports X-Git-Tag: 1.6~49 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=44a503a8cf3778cad5469c592e8ccbae58e44b97;hp=44a503a8cf3778cad5469c592e8ccbae58e44b97;p=fw%2Faltos 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 ---