1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards: require lpuart only if stdio_uart is used

This commit is contained in:
Francisco Molina 2021-04-14 13:52:15 +02:00
parent 0d607e4eb0
commit 2049ab35d3
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
9 changed files with 27 additions and 18 deletions

View File

@ -1,5 +1,6 @@
FEATURES_REQUIRED += periph_lpuart
ifneq (,$(filter stdio_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_lpuart
endif
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += sx1272
endif

View File

@ -1,3 +1,4 @@
FEATURES_REQUIRED += periph_lpuart
ifneq (,$(filter stdio_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_lpuart
endif
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -1,3 +1,4 @@
FEATURES_REQUIRED += periph_lpuart
ifneq (,$(filter stdio_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_lpuart
endif
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -1,3 +1,4 @@
FEATURES_REQUIRED += periph_lpuart
ifneq (,$(filter stdio_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_lpuart
endif
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -1,3 +1,4 @@
FEATURES_REQUIRED += periph_lpuart
ifneq (,$(filter stdio_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_lpuart
endif
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -1,3 +1,4 @@
FEATURES_REQUIRED += periph_lpuart
ifneq (,$(filter stdio_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_lpuart
endif
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -1,3 +1,4 @@
FEATURES_REQUIRED += periph_lpuart
ifneq (,$(filter stdio_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_lpuart
endif
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -1,3 +1,4 @@
FEATURES_REQUIRED += periph_lpuart
ifneq (,$(filter stdio_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_lpuart
endif
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -1,3 +1,4 @@
FEATURES_REQUIRED += periph_lpuart
ifneq (,$(filter stdio_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_lpuart
endif
include $(RIOTBOARD)/common/nucleo/Makefile.dep