1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/native
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
..
drivers boards/native: Use another module name for drivers subdirectory 2016-03-08 14:19:52 +01:00
include boards/native: updated LED macros 2016-03-15 15:48:46 +01:00
board_config.c documentation: update my name (Ortmann -> Knüpfer) 2015-09-27 18:58:30 +02:00
board_init.c boards/native: updated LED macros 2016-03-15 15:48:46 +01:00
Makefile boards: changed module name to 'board' 2015-12-07 17:53:22 +01:00
Makefile.dep make: introduce netif_default pseudomodule 2016-03-24 16:47:30 +01:00
Makefile.features native: add UART driver based on /dev/tty 2016-03-31 16:59:12 +09:00
Makefile.include make: native: allow overriding of TERMPROG 2016-03-23 23:56:18 +01:00