1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

boards/particle: use FEATURES_REQUIRED for periph_uart_hw_fc

This commit is contained in:
Francisco Molina 2021-12-07 12:06:38 +01:00
parent 48777f5ba4
commit 7a1758d7f4
3 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,7 @@ FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_uart_hw_fc
FEATURES_PROVIDED += periph_usbdev
FEATURES_PROVIDED += vdd_lc_filter_reg1

View File

@ -1,4 +1,6 @@
USEMODULE += boards_common_particle_mesh
USEMODULE += periph_uart_hw_fc
ifneq (,$(filter periph_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_uart_hw_fc
endif
include $(RIOTBOARD)/common/particle-mesh/Makefile.dep

View File

@ -1,4 +1,6 @@
USEMODULE += boards_common_particle_mesh
USEMODULE += periph_uart_hw_fc
ifneq (,$(filter periph_uart,$(USEMODULE)))
FEATURES_REQUIRED += periph_uart_hw_fc
endif
include $(RIOTBOARD)/common/particle-mesh/Makefile.dep