Blame view

RIOT/dist/tools/ethos/README.md 359 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  ## Requirements
  
  - currently, the host side only compiles on Linux
  
  ## Usage
  
  To use, add
  
      #
      GNRC_NETIF_NUMOF := 2
      USEMODULE += ethos gnrc_netdev
      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 <tap-device> <serial>