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:
parent
0d607e4eb0
commit
2049ab35d3
@ -1,5 +1,6 @@
|
|||||||
FEATURES_REQUIRED += periph_lpuart
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
|
FEATURES_REQUIRED += periph_lpuart
|
||||||
|
endif
|
||||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||||
USEMODULE += sx1272
|
USEMODULE += sx1272
|
||||||
endif
|
endif
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FEATURES_REQUIRED += periph_lpuart
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
|
FEATURES_REQUIRED += periph_lpuart
|
||||||
|
endif
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FEATURES_REQUIRED += periph_lpuart
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
|
FEATURES_REQUIRED += periph_lpuart
|
||||||
|
endif
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FEATURES_REQUIRED += periph_lpuart
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
|
FEATURES_REQUIRED += periph_lpuart
|
||||||
|
endif
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FEATURES_REQUIRED += periph_lpuart
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
|
FEATURES_REQUIRED += periph_lpuart
|
||||||
|
endif
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FEATURES_REQUIRED += periph_lpuart
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
|
FEATURES_REQUIRED += periph_lpuart
|
||||||
|
endif
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FEATURES_REQUIRED += periph_lpuart
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
|
FEATURES_REQUIRED += periph_lpuart
|
||||||
|
endif
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FEATURES_REQUIRED += periph_lpuart
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
|
FEATURES_REQUIRED += periph_lpuart
|
||||||
|
endif
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
FEATURES_REQUIRED += periph_lpuart
|
ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
||||||
|
FEATURES_REQUIRED += periph_lpuart
|
||||||
|
endif
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
Loading…
Reference in New Issue
Block a user