Find a file
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
arch Add simple UART driver 2016-02-05 20:14:16 -05:00
config Rename VPF files to use MDEF file extension 2016-02-05 20:14:15 -05:00
doc Rename VXMICRO_GCC_VARIANT to ZEPHYR_GCC_VARIANT 2016-02-05 20:14:15 -05:00
drivers Add simple UART driver 2016-02-05 20:14:16 -05:00
include Add simple UART driver 2016-02-05 20:14:16 -05:00
kernel Eliminate VxMicro branding in kernel code 2016-02-05 20:14:15 -05:00
lib/libc libc: Add tolower implementation 2016-02-05 20:14:14 -05:00
misc Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
net Apply __stack tag to align bluetooth defined fiber stacks 2016-02-05 20:14:13 -05:00
samples Rename VXMICRO_BASE to TIMO_BASE 2016-02-05 20:14:16 -05:00
scripts Rename VXMICRO_BSP_BASE to ZEPHYR_BSP_BASE 2016-02-05 20:14:16 -05:00
shared/include/nanokernel/x86 Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore Add tools and Makefiles for Documentation 2016-02-05 20:13:58 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kconfig Kconfig: make architecture kconfig independent 2016-02-05 20:14:11 -05:00
Makefile Rename VXMICRO_GCC_VARIANT to ZEPHYR_GCC_VARIANT 2016-02-05 20:14:15 -05:00
Makefile.inc Rename VPF files to use MDEF file extension 2016-02-05 20:14:15 -05:00
timo-env.sh Eliminate VxMicro branding in build system 2016-02-05 20:14:15 -05:00