commit | 51eb4572f564b3e177e8d1920bf933118b35c74f | [log] [tgz] |
---|---|---|
author | Pavel Kral <pavel.kral@omsquare.com> | Mon Jul 15 19:02:29 2019 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Sun Sep 08 12:43:49 2019 +0200 |
tree | 2cedde1befc95a924cb72411669933b295427790 | |
parent | 750a30296fed6f77fb94ed4a18602f7417284ee8 [diff] |
subsystem: console: tty init checks and support for polled-only devices This patch add tty runtime initialization check for console support routines. Without it callers of routines API are not aware that initialization of tty was failed. This patch basically checks availability of console device and also its support for interrupt driven transfers if routines are configured to use it. Signed-off-by: Pavel Kral <pavel.kral@omsquare.com>