1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/native/include
Yonezawa-T2 79d33897cb native: add UART driver based on /dev/tty
uart0 functionality is removed by #3164. This patch implements periph/uart,
rather than deprecated uart0, using /dev/tty.
To use with netdev2_tap simultaneously, this patch adds asynchronus read system
and modifies netdev2_tap to use it.

A TTY device is specified on command line with -c (COM) option, since -t was
used by the old implementation.

This patch also implements empty GPIO driver needed by the xbee driver.
2016-03-31 16:59:12 +09:00
..
async_read.h native: add UART driver based on /dev/tty 2016-03-31 16:59:12 +09:00
clang_compat.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
cpu_conf.h cpu: cleanup and unification of CPUID implementations 2016-02-08 14:36:03 +01:00
cpu.h Merge pull request #3313 from gebart/pr/eINT-fixes 2015-09-29 12:39:16 +02:00
native_internal.h core: header cleanup 2016-02-28 22:46:28 +01:00
netdev2_tap.h netdev2: use params parameter for setup 2016-03-28 20:22:20 +02:00
periph_conf.h native: add UART driver based on /dev/tty 2016-03-31 16:59:12 +09:00
periph_cpu.h cpu: cleanup and unification of CPUID implementations 2016-02-08 14:36:03 +01:00
tty_uart.h native: add UART driver based on /dev/tty 2016-03-31 16:59:12 +09:00