zephyr/include/drivers
Szymon Janc 6d27b0a33c Add simple UART driver
This driver is a very simple UART driver that can be used to implement
a protocol in application. It has no protocol logic and just allow
application to receive and send data over UART in platform independent
manner.

API is designed to minimize number of required memory copies.
Application is able to provide new buffer every time it decides to
consume received data. It is also able to just alter offset and
reuse current buffer eg if data was corrupted or otherwise invalid.

Change-Id: I8d3827fe2e242196e986d0419bc5487357481558
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
2016-02-05 20:14:16 -05:00
..
console Eliminate unnecessary references to cpu.h and cputype.h 2016-02-05 20:14:14 -05:00
pci Convert PCI_DEBUG parameter to a configuration parameter 2016-02-05 20:14:11 -05:00
simple Add simple UART driver 2016-02-05 20:14:16 -05:00
ioapic.h First commit 2015-04-10 16:44:37 -07:00
k6x_mpu.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k6x_pmc.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_mcg.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_pcr.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_sim.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_uart.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_watchdog.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
loapic.h loapic: Expose APIC LVT mask definition 2016-02-05 20:14:00 -05:00
pic.h First commit 2015-04-10 16:44:37 -07:00
rand32.h Introduce public APIs for random number generation 2016-02-05 20:14:12 -05:00
system_timer.h timer: micro/nano abstraction for announcing tick 2016-02-05 20:13:59 -05:00
uart.h uart: Removing driver specific informations from the generic API 2016-02-05 20:14:01 -05:00