mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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)))
|
||||
USEMODULE += sx1276
|
||||
endif
|
||||
|
@ -1,5 +1,3 @@
|
||||
FEATURES_REQUIRED += periph_dma
|
||||
|
||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += saul_gpio
|
||||
USEMODULE += hts221
|
||||
|
@ -1,7 +1,5 @@
|
||||
include $(RIOTBOARD)/common/iotlab/Makefile.dep
|
||||
|
||||
FEATURES_REQUIRED += periph_dma
|
||||
|
||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
USEMODULE += isl29020
|
||||
USEMODULE += lps331ap
|
||||
|
@ -1,3 +1 @@
|
||||
FEATURES_REQUIRED += periph_dma
|
||||
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -1,3 +1 @@
|
||||
FEATURES_REQUIRED += periph_dma
|
||||
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -1,3 +1 @@
|
||||
FEATURES_REQUIRED += periph_dma
|
||||
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
@ -1,3 +1 @@
|
||||
FEATURES_REQUIRED += periph_dma
|
||||
|
||||
include $(RIOTBOARD)/common/nucleo/Makefile.dep
|
||||
|
Loading…
Reference in New Issue
Block a user