From f1ffa10c7ed721e1236b0ac47f2bfc7a0aeabff1 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Mon, 24 Jun 2019 09:56:30 +0200 Subject: [PATCH] dist/tools/ethos: adapt README.md to USEMODULE+=stdio_ethos --- dist/tools/ethos/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/tools/ethos/README.md b/dist/tools/ethos/README.md index 36a2310299..e7fccabfb1 100644 --- a/dist/tools/ethos/README.md +++ b/dist/tools/ethos/README.md @@ -8,8 +8,8 @@ To use, add # GNRC_NETIF_NUMOF := 2 - USEMODULE += ethos gnrc_netdev - CFLAGS += '-DETHOS_UART=UART_DEV(0)' -DETHOS_BAUDRATE=115200 -DUSE_ETHOS_FOR_STDIO + USEMODULE += stdio_ethos gnrc_netdev + CFLAGS += '-DETHOS_UART=UART_DEV(0)' -DETHOS_BAUDRATE=115200 -to app Makefile, "make clean all flash", then run this tool so follows: +to app Makefile, "make clean all flash", then run this tool as follows: # sudo ./ethos