zephyr/include
Michael Scott 9182d2e59c drivers: modem: add modem receiver (tty) driver
Modem drivers need a fast buffer-based receiver for passing data
back and forth from the UART to the driver.  This provides an
efficient configuarable driver which merely sends and receives
but doesn't process the data, that's left up to the modem driver.

Signed-off-by: Michael Scott <mike@foundries.io>
2018-08-06 10:43:46 +03:00
..
app_memory userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00
arch syscall: Move arch specific syscall code into its own header 2018-08-02 22:06:49 -05:00
audio drivers: codec: APIs for Audio Codecs 2018-07-17 09:57:18 -04:00
bluetooth Bluetooth: Add support for fixed passkeys 2018-08-01 16:13:21 +03:00
crypto
debug obj_tracing: Declare object trace list for queue 2018-07-27 07:51:26 -04:00
dfu
display
drivers drivers: modem: add modem receiver (tty) driver 2018-08-06 10:43:46 +03:00
dt-bindings
fs
linker userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00
logging logging: fix multi-file module support 2018-08-02 19:18:05 +02:00
mgmt subsys: mgmt: Fix broken OTA firmware update 2018-07-18 14:32:06 +02:00
misc userspace: compartmentalized app memory organization 2018-07-25 12:02:01 -07:00
net net: buf: add linearize, append_bytes and skip APIs to net_buf 2018-08-06 10:43:46 +03:00
nvs
posix posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
random
settings
shell
toolchain
usb
zephyr
adc.h
aio_comparator.h
atomic.h
base64.h
cache.h
can.h
clock_control.h
console.h
counter.h
crc8.h
crc16.h
crc32.h lib/crc: Add CRC32 support 2018-07-18 10:00:12 -04:00
device.h
disk_access.h
dma.h
entropy.h
exc_handle.h arch: introduce exc_handle.h 2018-07-31 07:47:15 -07:00
fcb.h
flash_map.h
flash.h
fs.h
gpio.h
i2c.h
i2s.h
init.h
ipm.h
irq_nextlevel.h
irq_offload.h
irq.h
json.h
kernel_includes.h Fix compile errors related to errno.h 2018-07-25 23:38:13 -04:00
kernel_version.h
kernel.h Fix compile errors related to errno.h 2018-07-25 23:38:13 -04:00
led_strip.h
led.h
pinmux.h
power.h
ptp_clock.h
pwm.h
ring_buffer.h
rtc.h
sched_priq.h
sensor.h
shared_irq.h
spi.h
spinlock.h
stats.h
sw_isr_table.h
sys_clock.h kernel: Deprecate sys_clock_us_per_tick variable. 2018-07-20 00:03:52 -04:00
sys_io.h
syscall.h syscall: Move arch specific syscall code into its own header 2018-08-02 22:06:49 -05:00
toolchain.h
uart.h drivers: uart: Allow to pass arbitrary user data to irq callback 2018-08-02 19:20:12 +02:00
watchdog.h
zephyr.h