boards: revert forced use of periph_dma with STM32
The periph_dma is not pulled in automatically for all applications. Applications willing to use the configured peripherals with periph_dma for a given board will have to include the feature explictly in their Makefile. It was causing unrelated issues as threads got de-scheduled while calling printf and this was not handled properly in tests at that moment.
This commit is contained in:
parent
fc1baddef8
commit
8d1a0ae074
@ -1,5 +1,3 @@
|
|||||||
FEATURES_REQUIRED += periph_dma
|
|
||||||
|
|
||||||
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
ifneq (,$(filter netdev_default,$(USEMODULE)))
|
||||||
USEMODULE += sx1276
|
USEMODULE += sx1276
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
FEATURES_REQUIRED += periph_dma
|
|
||||||
|
|
||||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||||
USEMODULE += saul_gpio
|
USEMODULE += saul_gpio
|
||||||
USEMODULE += hts221
|
USEMODULE += hts221
|
||||||
|
|||||||
@ -1,7 +1,5 @@
|
|||||||
include $(RIOTBOARD)/common/iotlab/Makefile.dep
|
include $(RIOTBOARD)/common/iotlab/Makefile.dep
|
||||||
|
|
||||||
FEATURES_REQUIRED += periph_dma
|
|
||||||
|
|
||||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||||
USEMODULE += isl29020
|
USEMODULE += isl29020
|
||||||
USEMODULE += lps331ap
|
USEMODULE += lps331ap
|
||||||
|
|||||||
@ -1,3 +1 @@
|
|||||||
FEATURES_REQUIRED += periph_dma
|
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
|||||||
@ -1,3 +1 @@
|
|||||||
FEATURES_REQUIRED += periph_dma
|
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
|||||||
@ -1,3 +1 @@
|
|||||||
FEATURES_REQUIRED += periph_dma
|
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
|||||||
@ -1,3 +1 @@
|
|||||||
FEATURES_REQUIRED += periph_dma
|
|
||||||
|
|
||||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user