commit | 325954de8faa9e3e5727e6560e6d61c4a60d4280 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Nov 13 15:20:02 2018 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Nov 16 11:48:06 2018 -0600 |
tree | b5a9f4ab57dd3a7fc83967add16ad0037896f169 | |
parent | 49bb1637566a3744a1c9e2cc1cb0739d318345f0 [diff] |
samples: console: echo: Test output-only mode too We have cases with UART drivers where TX interrupt handling is not bootstrapped properly on enabling them. To make such cases more obvious, start this sample with console_write(), the output of which wouldn't appear if that's the case. (Of course, the sample starts with printk() exlaining what may happpen.) Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>