Skip to content
Snippets Groups Projects
Unverified Commit 872cfa12 authored by Gaëtan Harter's avatar Gaëtan Harter Committed by GitHub
Browse files

Merge pull request #10803 from aabadie/pr/boards/revert_forced_dma_feature

boards/stm32: revert forced use of dma feature in STM32 boards
parents cb7814e6 8d1a0ae0
No related branches found
No related tags found
No related merge requests found
FEATURES_REQUIRED += periph_dma
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += sx1276
endif
......
FEATURES_REQUIRED += periph_dma
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += hts221
......
include $(RIOTBOARD)/common/iotlab/Makefile.dep
FEATURES_REQUIRED += periph_dma
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += isl29020
USEMODULE += lps331ap
......
FEATURES_REQUIRED += periph_dma
include $(RIOTBOARD)/common/nucleo/Makefile.dep
FEATURES_REQUIRED += periph_dma
include $(RIOTBOARD)/common/nucleo/Makefile.dep
FEATURES_REQUIRED += periph_dma
include $(RIOTBOARD)/common/nucleo/Makefile.dep
FEATURES_REQUIRED += periph_dma
include $(RIOTBOARD)/common/nucleo/Makefile.dep
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment