1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/dist/tools/ethos/README.md

16 lines
343 B
Markdown
Raw Normal View History

2016-02-05 12:52:32 +01:00
## Requirements
- currently, the host side only compiles on Linux
## Usage
To use, add
#
GNRC_NETIF_NUMOF := 2
USEMODULE += stdio_ethos gnrc_netdev
CFLAGS += '-DETHOS_UART=UART_DEV(0)' -DETHOS_BAUDRATE=115200
2016-02-05 12:52:32 +01:00
to app Makefile, "make clean all flash", then run this tool as follows:
2016-02-05 12:52:32 +01:00
# sudo ./ethos <tap-device> <serial>