commit | 323e8cf0699d4a4be42ba56d75c5b105fbc5023b | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Fri Jan 05 15:06:55 2018 +0200 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Feb 05 07:05:12 2018 -0800 |
tree | 251e8f59fb6042b39d6bb93cffcc08b412de4a34 | |
parent | 65d1a2ef763b95094ab888f9438a74ae58e7800b [diff] |
libc: Kconfig: Enable STDOUT_CONSOLE by default if NEWLIB_LIBC. Enable stdio to work by default if Newlib is used as libc - it's reasonable expectation that if full-fledged libc (like Newlib) is selected, then printf() works out of the box. Fixes: #5566 Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>