zephyr/lib/libc
Marcin Niestroj 0d946b712b libc: minimal: print stderr just like stdout
So far data that went to stderr was simply dropped in case of minimal
libc. In case of newlib stderr was treated same like stdout
(e.g. fprintf(stderr, ...) was equivalent to fprintf(stdout, ...).

Extend filter on stream pointer to allow both stdout and stderr to pass
data to stdout hook (which is Zephyr console backend in most cases).

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-11-17 12:29:19 -08:00
..
minimal libc: minimal: print stderr just like stdout 2020-11-17 12:29:19 -08:00
newlib libc: newlib: fix virtual memory arena size 2020-11-09 20:19:13 -05:00
CMakeLists.txt
Kconfig libc: add hidden option CONFIG_NEED_LIBC_MEM_PARTITION 2020-10-24 10:52:00 -07:00