zephyr/samples/net
David B. Kinder 60136f00cb doc: add how to exit from QEMU in samples
While trying out the hello_world sample built for QEMU, I was expecting
the sample app to exit and I'd return to a command prompt.  Nope.  You
need to exit QEMU manually, so add that step to the sample instructions.
Looking around, there are more uses of QEMU like this that could use
this added step after running the sample app.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2019-09-02 12:06:08 -04:00
..
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4_client ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
dns_resolve samples: net: dns: Do mDNS query always if mDNS is enabled 2019-08-29 19:47:07 +02:00
eth_native_posix tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
google_iot_mqtt cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
gptp samples: add board customization for native_posix_64 2019-07-17 15:29:42 -07:00
ipv4_autoconf tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
lldp tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
lwm2m_client samples: net: lwm2m: bootstrap support changes: 2019-08-24 11:04:25 +02:00
mdns_responder license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mqtt_publisher samples: net: Modify mqtt_publisher to use set proxy 2019-08-05 13:26:11 +03:00
nats dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
promiscuous_mode license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
sockets doc: add how to exit from QEMU in samples 2019-09-02 12:06:08 -04:00
stats license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
syslog_net license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
telnet license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
updatehub samples: Corrected typos in updatehub sample 2019-08-15 23:11:53 +02:00
vlan license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
wifi boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
wpan_serial boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
wpanusb boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
zperf samples: net: zperf: Use proper value in k_busy_wait() 2019-08-07 12:24:23 +02:00
net.rst