makefiles/stdio.inc.mk: stdio_uart require uart or lpuart
This commit is contained in:
parent
fde0bb7819
commit
0d607e4eb0
@ -41,7 +41,7 @@ ifneq (,$(filter stdio_uart_rx,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
FEATURES_REQUIRED += periph_uart
|
FEATURES_REQUIRED_ANY += periph_uart|periph_lpuart
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter stdio_semihosting,$(USEMODULE)))
|
ifneq (,$(filter stdio_semihosting,$(USEMODULE)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user