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:
parent
48777f5ba4
commit
7a1758d7f4
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user