zephyr/samples/net
Jukka Rissanen e2f13276cd samples: net: gsm: Add suspend/resume shell commands
Add commands to suspend or resume the GSM modem. These commands
might not be enough as at least the SIMCOM 808 modem requires
that the modem is reset when it is resumed, and this application
does not do any reset atm.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-10-21 00:08:39 +03:00
..
cloud net: mqtt: fix sample to use zsock_ functions 2020-10-01 17:35:45 +03:00
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4_client zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dns_resolve zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
eth_native_posix sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
gptp sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
gsm_modem samples: net: gsm: Add suspend/resume shell commands 2020-10-21 00:08:39 +03:00
ipv4_autoconf sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
lldp sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
lwm2m_client net: lwm2m: Make bootstrap optional 2020-10-06 12:01:13 +03:00
mdns_responder samples: net: mdns_responder: Add IPv4 gateway setting 2020-08-28 17:43:36 +02:00
mqtt_publisher net: mqtt: fix sample to use zsock_ functions 2020-10-01 17:35:45 +03:00
openthread/ncp eth: mcux: Get rid of CONFIG_ETH_MCUX_* 2020-10-09 11:50:50 +02:00
promiscuous_mode zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets samples: sockets: big_http_download: Increase stack size to 2.5K. 2020-10-07 13:08:44 +03:00
stats samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
syslog_net samples: net: syslog: Add configs for ipv4- and ipv6-only 2020-08-14 18:51:28 -04:00
telnet zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
vlan samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
wifi sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
wpan_serial device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
wpanusb device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
zperf shell: examples cleanup 2020-09-29 10:48:47 +02:00
net.rst