zephyr/drivers
Adam Porter 722a85aea2 drivers: wifi: remove dependency on NET_SOCKETS_POSIX_NAMES
This change removes references to raw POSIX types and functions,
allowing the drivers to build without NET_SOCKETS_POSIX_NAMES.

After this, the dependency between NET_SOCKETS_OFFLOAD and
NET_SOCKETS_POSIX_NAMES can be removed.

See issue #26033 for additional context

Signed-off-by: Adam Porter <porter.adam@gmail.com>
2020-06-15 16:59:36 +02:00
..
adc drivers: adc: lmp90xxx: set thread name 2020-06-09 10:54:21 +02:00
audio
bluetooth
can
clock_control clock_control: add EDMA clock support 2020-06-12 13:03:28 -05:00
console drivers: uart_mux: Add missing verfification handler 2020-06-13 16:37:58 -04:00
counter drivers: counter: rtc for stm32f2 soc series 2020-06-10 09:40:21 +02:00
crypto
dac
debug
display
dma dma: add error check on peripheral to peripheral 2020-06-12 13:03:28 -05:00
eeprom
entropy drivers: entropy: add get_entropy_isr() for CC13x2/CC26x2 2020-06-15 16:53:39 +02:00
espi drivers: espi: Add support for KBC status operations 2020-06-15 16:52:53 +02:00
ethernet clk: eth: Add ETH_MCUX_RMII_EXT_CLK option to enable external RMII clock 2020-06-10 13:02:22 -05:00
flash drivers: flash: nrf_qspi_nor: optionally support write from NVMC 2020-06-12 11:13:23 +02:00
gpio drivers: gpio: nrf: Add mask to track GPIOTE usage 2020-06-10 11:57:45 +02:00
hwinfo
i2c drivers: i2c: Check non-null pointer before dereferencing in i2c shell 2020-06-10 18:33:42 -04:00
i2s
ieee802154 drivers: ieee802154: fix nrf5 initialization with external irq source 2020-06-09 13:46:39 +02:00
interrupt_controller
ipm
kscan
led
led_strip
lora drivers: lora: sx1276: make GPIO CS pin optional 2020-06-12 11:06:26 +02:00
modem drivers: modem: use zsock_ variants of socket API 2020-06-10 09:27:51 +03:00
net
neural_net
pcie pcie: endpoint: Add iProc PCIe EP driver 2020-06-13 01:35:19 -07:00
peci
pinmux soc: stm32l1: Enable DAC support 2020-06-12 11:06:44 +02:00
ps2
ptp_clock
pwm
sensor
serial serial: uart_xlnx_ps: Fix duplicate initialization 2020-06-15 16:53:20 +02:00
spi
timer drivers: timer: stm32 lptim stops counting on timeout FOREVER 2020-06-10 09:33:40 -05:00
usb drivers: usb: fix a buffer overflow in usb_sam0.c 2020-06-15 16:56:05 +02:00
video
watchdog
wifi drivers: wifi: remove dependency on NET_SOCKETS_POSIX_NAMES 2020-06-15 16:59:36 +02:00
CMakeLists.txt
Kconfig