zephyr/samples/net
Andrew Boie feab37096b libc: fix CONFIG_STDOUT_CONSOLE semantics
The intent of this Kconfig is to allow libc stdout
functions like printf() to send their output to the
active console driver instead of discarding it.

This somehow evolved into preferring to use
printf() instead of printk() for all test case output
if enabled. Libc printf() implementation for both
minimal libc and newlib use considerably more stack
space than printk(), with nothing gained by using
them.

Remove all instances where we are conditionally
sending test case output based on this config, enable
it by default, and adjust a few tests that disabled
this because they were blowing stack.

printk() and vprintk() now work as expected for
unit_testing targets, they are just wrappers for
host printf().

Fixes: #13701

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-02-26 08:00:33 -06:00
..
common samples: net: removed unused common cmake 2019-02-08 13:57:55 +02:00
dhcpv4_client doc: net: Add more info for network connectivity with host 2019-02-20 07:32:42 -05:00
dns_resolve doc: net: Enhance DNS resolver documentation 2019-02-20 19:41:47 -05:00
eth_native_posix samples: net: Remove net-app based sample applications 2019-02-01 12:29:21 +02:00
google_iot_mqtt libc: fix CONFIG_STDOUT_CONSOLE semantics 2019-02-26 08:00:33 -06:00
gptp doc: net: Add more info for network connectivity with host 2019-02-20 07:32:42 -05:00
ipv4_autoconf doc: net: Add more info for network connectivity with host 2019-02-20 07:32:42 -05:00
lldp doc: net: Add more info for network connectivity with host 2019-02-20 07:32:42 -05:00
lwm2m_client samples: net: lwm2m: Fix system workqueue stack size 2019-02-23 07:42:38 -05:00
mdns_responder cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
mqtt_publisher samples: net: mqtt_publisher: Add proxy support 2019-02-08 14:20:44 +02:00
nats include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
promiscuous_mode samples: net: promiscuous_mode: Add missing README.rst file 2019-02-21 16:38:13 -05:00
sockets drivers: can: stm32: Cleanup Kconfig enablement 2019-02-25 10:05:21 -06:00
stats doc: net: Add more info for network connectivity with host 2019-02-20 07:32:42 -05:00
syslog_net doc: net: Add more info for network connectivity with host 2019-02-20 07:32:42 -05:00
telnet cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
vlan doc: net: Add more info for network connectivity with host 2019-02-20 07:32:42 -05:00
wifi wifi: winc1500: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-01-28 10:39:59 -06:00
wpan_serial samples: usb: Update samples for new port name 2019-02-08 11:23:04 -05:00
wpanusb shell: removing legacy shell 2019-01-16 21:35:36 -05:00
zperf shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
net.rst