commit | 269a8ad31572925b0ed7f7deb568985b20869fea | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jul 23 12:32:58 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Aug 19 17:00:08 2019 +0900 |
tree | 2c61c17086157da32a44d457f65b610e8d77bab8 | |
parent | ad90712c120ca238656efbd55b93a0a4a88620f3 [diff] |
console: add a flag to prepend '\r' in the multi-console framework Currently, console drivers prepend '\r' to '\n' by themselves. This is common enough to be supported in the framework. Add a new flag, CONSOLE_FLAG_TRANSLATE_CRLF. A driver can set this flag to ask the framework to transform LF into CRLF instead of doing it by itself. Change-Id: I4f5c5887591bc0a8749a105abe62b6562eaf503b Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>