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

ethos: add periph_uart as dependency
This commit is contained in:
Koen Zandberg 2018-03-27 21:18:43 +02:00 committed by GitHub
commit 983bbba028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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