1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/native/periph
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
..
cpuid.c cpu: cleanup and unification of CPUID implementations 2016-02-08 14:36:03 +01:00
gpio.c native: add UART driver based on /dev/tty 2016-03-31 16:59:12 +09:00
hwrng.c cpu/native: adapted HWRNG implementation 2016-02-14 12:59:46 +01:00
Makefile native: add periph substructure 2014-10-18 10:47:26 +02:00
rtc.c documentation: update my name (Ortmann -> Knüpfer) 2015-09-27 18:58:30 +02:00
timer.c native: workaround for thread_t name collision 2016-03-14 14:23:38 +09:00
uart.c native: add UART driver based on /dev/tty 2016-03-31 16:59:12 +09:00