zephyr/tests/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
..
6lo cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
all drivers: Replace GPIO_CS Kconfig with devicetree detection 2020-05-09 13:07:05 +02:00
arp cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
buf cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
checksum_offload tests: net: Rename local PORT definition 2020-04-28 09:57:04 +03:00
context net: Replace NET_WAIT_FOREVER by SYS_FOREVER_MS 2020-05-05 16:29:23 +03:00
dhcpv4 cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
ethernet_mgmt cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
hostname cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
icmpv4 cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
icmpv6 cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
ieee802154 net: ieee802154_radio: Allow to specify TX mode 2020-04-03 14:07:41 +03:00
iface net: if: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
ip-addr cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
ipv6 net: ipv6: nbr: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
ipv6_fragment net: ipv6: nbr: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
lib tests: net: dns: Increase stack size for coverage support 2020-05-06 13:43:17 +03:00
mgmt tests: net: mgmt: Change timeout back to u32_t 2020-04-27 10:35:17 +03:00
mld net: tests: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
neighbor cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
net_pkt net: pkt: Fix removal of empty buffers in net_pkt_pull() 2020-05-05 13:39:45 +03:00
ppp/driver cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
promiscuous cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
ptp/clock cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
route tests: net: route: Fix timeout data type 2020-04-09 16:07:03 +03:00
shell cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
socket tests: net: websocket: Remove redundant logging configurations 2020-05-07 14:47:35 +02:00
tcp net: tests: Fix timeout passed to k_sleep() 2020-04-01 20:03:15 +03:00
tcp2 tests: net: tcp2: Add flags checks 2020-04-30 12:52:11 +03:00
traffic_class tests: net: Rename local PORT definition 2020-04-28 09:57:04 +03:00
trickle cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
tx_timestamp tests: net: Rename local PORT definition 2020-04-28 09:57:04 +03:00
udp tests: net: udp: Fix timeout value type 2020-04-09 16:07:03 +03:00
utils cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
vlan tests: net: Rename local PORT definition 2020-04-28 09:57:04 +03:00