Merge pull request #11675 from cladmi/pr/boards/common/use_makefile_features
boards/common: use Makefile.features
This commit is contained in:
commit
2ebd65ff86
@ -7,4 +7,4 @@ FEATURES_PROVIDED += periph_uart
|
|||||||
|
|
||||||
# Various other features (if any)
|
# Various other features (if any)
|
||||||
|
|
||||||
include $(RIOTCPU)/lpc2387/Makefile.features
|
include $(RIOTBOARD)/common/msba2/Makefile.features
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
-include $(RIOTBOARD)/common/stm32f103c8/Makefile.features
|
include $(RIOTBOARD)/common/stm32f103c8/Makefile.features
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
-include $(RIOTBOARD)/common/stm32f103c8/Makefile.features
|
include $(RIOTBOARD)/common/stm32f103c8/Makefile.features
|
||||||
|
|||||||
1
boards/common/msba2/Makefile.features
Normal file
1
boards/common/msba2/Makefile.features
Normal file
@ -0,0 +1 @@
|
|||||||
|
include $(RIOTCPU)/lpc2387/Makefile.features
|
||||||
1
boards/common/remote/Makefile.features
Normal file
1
boards/common/remote/Makefile.features
Normal file
@ -0,0 +1 @@
|
|||||||
|
include $(RIOTCPU)/cc2538/Makefile.features
|
||||||
@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_spi
|
|||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
|
|
||||||
-include $(RIOTCPU)/cc2538/Makefile.features
|
include $(RIOTBOARD)/common/remote/Makefile.features
|
||||||
|
|||||||
@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_uart
|
|||||||
|
|
||||||
# Various other features (if any)
|
# Various other features (if any)
|
||||||
|
|
||||||
include $(RIOTCPU)/msp430fxyz/Makefile.features
|
include $(RIOTBOARD)/common/msb-430/Makefile.features
|
||||||
|
|||||||
@ -4,4 +4,4 @@ FEATURES_PROVIDED += periph_spi
|
|||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
|
|
||||||
include $(RIOTCPU)/msp430fxyz/Makefile.features
|
include $(RIOTBOARD)/common/msb-430/Makefile.features
|
||||||
|
|||||||
@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_spi
|
|||||||
FEATURES_PROVIDED += periph_timer
|
FEATURES_PROVIDED += periph_timer
|
||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
|
|
||||||
include $(RIOTCPU)/lpc2387/Makefile.features
|
include $(RIOTBOARD)/common/msba2/Makefile.features
|
||||||
|
|||||||
@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_timer
|
|||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
FEATURES_PROVIDED += periph_adc
|
FEATURES_PROVIDED += periph_adc
|
||||||
|
|
||||||
include $(RIOTCPU)/cc2538/Makefile.features
|
include $(RIOTBOARD)/common/remote/Makefile.features
|
||||||
|
|||||||
@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_timer
|
|||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
FEATURES_PROVIDED += periph_adc
|
FEATURES_PROVIDED += periph_adc
|
||||||
|
|
||||||
include $(RIOTCPU)/cc2538/Makefile.features
|
include $(RIOTBOARD)/common/remote/Makefile.features
|
||||||
|
|||||||
@ -6,4 +6,4 @@ FEATURES_PROVIDED += periph_timer
|
|||||||
FEATURES_PROVIDED += periph_uart
|
FEATURES_PROVIDED += periph_uart
|
||||||
FEATURES_PROVIDED += periph_adc
|
FEATURES_PROVIDED += periph_adc
|
||||||
|
|
||||||
include $(RIOTCPU)/cc2538/Makefile.features
|
include $(RIOTBOARD)/common/remote/Makefile.features
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user