1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/dist/tools/ethos
2016-04-19 14:34:18 +02:00
..
.gitignore dist/tools/ethos: add .gitignore for ethos 2016-02-17 11:38:53 +01:00
ethos.c dist/ethos: fixed compile warnings 2016-04-14 17:31:49 +02:00
LICENSE dist: add ethos UNIX tool 2016-02-07 19:15:15 +01:00
Makefile dist: ethos: add clean target 2016-04-11 17:03:28 +02:00
README.md dist: add ethos UNIX tool 2016-02-07 19:15:15 +01:00
start_network.sh tools: ethos: allow start_network.sh script to run from anywhere 2016-04-19 14:34:18 +02:00

Requirements

  • currently, the host side only compiles on Linux

Usage

To use, add

#
GNRC_NETIF_NUMOF := 2
USEMODULE += ethos gnrc_netdev2
CFLAGS += '-DETHOS_UART=UART_DEV(0)' -DETHOS_BAUDRATE=115200 -DUSE_ETHOS_FOR_STDIO

to app Makefile, "make clean all flash", then run this tool so follows: # sudo ./ethos