Skip to content
Snippets Groups Projects
Unverified Commit 983bbba0 authored by Koen Zandberg's avatar Koen Zandberg Committed by GitHub
Browse files

Merge pull request #8805 from miri64/ethos/fix/uart-dependency

ethos: add periph_uart as dependency
parents 38b8be0d 198e7cf1
No related branches found
No related tags found
No related merge requests found
...@@ -112,6 +112,7 @@ ifneq (,$(filter encx24j600,$(USEMODULE))) ...@@ -112,6 +112,7 @@ ifneq (,$(filter encx24j600,$(USEMODULE)))
endif endif
ifneq (,$(filter ethos,$(USEMODULE))) ifneq (,$(filter ethos,$(USEMODULE)))
FEATURES_REQUIRED += periph_uart
USEMODULE += iolist USEMODULE += iolist
USEMODULE += netdev_eth USEMODULE += netdev_eth
USEMODULE += random USEMODULE += random
......
...@@ -28,7 +28,6 @@ ifeq (,$(filter native,$(BOARD))) ...@@ -28,7 +28,6 @@ ifeq (,$(filter native,$(BOARD)))
# ethos baudrate can be configured from make command # ethos baudrate can be configured from make command
ETHOS_BAUDRATE ?= 115200 ETHOS_BAUDRATE ?= 115200
CFLAGS += -DETHOS_BAUDRATE=$(ETHOS_BAUDRATE) -DUSE_ETHOS_FOR_STDIO CFLAGS += -DETHOS_BAUDRATE=$(ETHOS_BAUDRATE) -DUSE_ETHOS_FOR_STDIO
FEATURES_REQUIRED += periph_uart
else else
GNRC_NETIF_NUMOF := 2 GNRC_NETIF_NUMOF := 2
TERMFLAGS += -z [::1]:17754 TERMFLAGS += -z [::1]:17754
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment