zephyr/drivers
Michael Scott 042d79e86c drivers: modem: add Wistron WNC-M14A2A LTE-M Modem Driver
The WNC-M14A2A (LTE / LTE-M) modem is presented as an Arduino-
compatible shield via AT&T's IoT Starter Kit v1.0.  It was
originally intended to work with the FRDM-K64F board, but
in theory as long as the right pins are configured it can
work with any board that supports Arduino-compatible headers.

The driver utilizes the CONFIG_NET_OFFLOAD setting to avoid the
normal handling of IP packets, and instead uses a socket-like
UART interface to handle incoming and outgoing data.

Signed-off-by: Michael Scott <mike@foundries.io>
2018-08-06 10:43:46 +03:00
..
adc drivers: adc: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
aio drivers: aio: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
bluetooth Bluetooth: Userchan: Add missing headers 2018-08-02 19:14:19 +02:00
can drivers: can: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
clock_control clock_control: nRF5x: Fix HFSTAT and LFSTAT check 2018-08-02 01:04:46 +02:00
console native_posix: Add missing headers and function prototypes 2018-08-02 19:14:19 +02:00
counter drivers: qmsi: Fix types and u32_t/uint32_t conflicts 2018-07-18 12:32:23 -04:00
crypto drivers: crypto: Fix input len size for cbc decryption 2018-08-02 19:18:58 +02:00
display drivers: display: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
dma drivers/dma: dma_stm32f4x: use dma_slot to select peripheral 2018-07-05 11:24:59 -05:00
entropy native_posix: Add missing headers and function prototypes 2018-08-02 19:14:19 +02:00
ethernet drivers: eth: gmac: Finish 802.1Qav support 2018-08-06 10:37:09 +03:00
flash drivers: flash: w25q: Fix typo 2018-07-17 08:27:04 -04:00
gpio drivers/pinmux: stm32 fix ports_enable array definition 2018-07-31 09:45:39 -05:00
grove drivers: grove: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
i2c drivers/i2c: kconfig: Clean up I2C Kconfigs a bit 2018-08-02 19:12:52 +02:00
i2s drivers: i2c: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
ieee802154 drivers/ieee802154: Fix settings channel/tx power in uart pipe driver 2018-07-24 20:40:51 +03:00
interrupt_controller ioapic: IOREGSEL register needs to be treated as 32 bits 2018-07-24 09:04:05 -04:00
ipm drivers: ipm: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
led Kconfig: Clean up some symbol definitions 2018-08-01 12:47:17 -04:00
led_strip drivers: led_strip: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
modem drivers: modem: add Wistron WNC-M14A2A LTE-M Modem Driver 2018-08-06 10:43:46 +03:00
net drivers: net: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
pci drivers: pci: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
pinmux drivers/pinmux: stm32 fix ports_enable array definition 2018-07-31 09:45:39 -05:00
ptp_clock drivers: ptp_clock: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
pwm drivers: add i.MX PWM driver 2018-07-17 16:08:22 -05:00
rtc drivers: rtc: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
sensor drivers: sensor: Add support for MMA8451Q (3-axis accelerometer) 2018-07-31 09:07:54 -05:00
serial drivers: uart: Allow to pass arbitrary user data to irq callback 2018-08-02 19:20:12 +02:00
spi drivers: spi: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
timer native_posix: Add missing headers and function prototypes 2018-08-02 19:14:19 +02:00
usb usb_dc_stm32: Fix FS mode 2018-07-24 22:27:17 -04:00
watchdog drivers: watchdog: Fix assert errors in nrf watchdog implementation 2018-07-26 22:22:03 -04:00
wifi drivers: wifi: simplelink: enable Fast Connect policy 2018-07-26 13:57:34 +03:00
CMakeLists.txt drivers: modem: add modem receiver (tty) driver 2018-08-06 10:43:46 +03:00
Kconfig drivers: modem: add modem receiver (tty) driver 2018-08-06 10:43:46 +03:00