zephyr/samples/net
Kumar Gala db725c0ec9 drivers: Replace GPIO_CS Kconfig with devicetree detection
Use DT_INST_SPI_DEV_HAS_CS_GPIOS() in drivers to determine if we should
utilize CS_GPIO base SPI chipselect handling.  This allows us to remove
Kconfig option for this feature.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-09 13:07:05 +02:00
..
cloud samples: net: google_iot: Clarify key type docs 2020-05-08 22:23:37 +02:00
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4_client cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
dns_resolve net: dns: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
eth_native_posix cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
gptp samples: net: gptp: Remove Kconfig MAC address for sam_e70_xplained 2020-03-31 08:08:29 -05:00
gsm_modem drivers/serial/Kconfig.nrfx: Choose driver type basing on DT compatible 2020-04-03 14:47:32 +02:00
ipv4_autoconf cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
lldp cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
lwm2m_client samples: Convert DT_ALIAS_* to new DT_ALIAS() macro 2020-05-04 15:28:20 -05:00
mdns_responder cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
mqtt_publisher net: mqtt: Refactor because of timeout overhaul 2020-04-09 21:58:42 +03:00
openthread/ncp net: openthread: Use newlib in samples 2020-05-07 23:27:49 -05:00
promiscuous_mode cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
sockets samples: sockets: echo_async_select: Add CONFIG_POSIX_API config 2020-05-08 11:16:31 +03:00
stats cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
syslog_net samples: net: syslog: Fix to use proper data type for sleep 2020-04-09 16:07:03 +03:00
telnet cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
updatehub lib: updatehub: Fix buffer sizes 2020-03-30 16:54:29 +03:00
vlan cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
wifi drivers: Replace GPIO_CS Kconfig with devicetree detection 2020-05-09 13:07:05 +02:00
wpan_serial samples: wpan_serial: relax wait-for-dtr loop 2020-04-22 17:37:27 +02:00
wpanusb net: ieee802154_radio: Allow to specify TX mode 2020-04-03 14:07:41 +03:00
zperf samples: net: zperf: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
net.rst