1
0
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:
Alexandre Abadie 2019-01-17 15:50:46 +01:00
parent fc1baddef8
commit 8d1a0ae074
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
7 changed files with 0 additions and 14 deletions

View File

@ -1,5 +1,3 @@
FEATURES_REQUIRED += periph_dma
ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += sx1276
endif

View File

@ -1,5 +1,3 @@
FEATURES_REQUIRED += periph_dma
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += hts221

View File

@ -1,7 +1,5 @@
include $(RIOTBOARD)/common/iotlab/Makefile.dep
FEATURES_REQUIRED += periph_dma
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += isl29020
USEMODULE += lps331ap

View File

@ -1,3 +1 @@
FEATURES_REQUIRED += periph_dma
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -1,3 +1 @@
FEATURES_REQUIRED += periph_dma
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -1,3 +1 @@
FEATURES_REQUIRED += periph_dma
include $(RIOTBOARD)/common/nucleo/Makefile.dep

View File

@ -1,3 +1 @@
FEATURES_REQUIRED += periph_dma
include $(RIOTBOARD)/common/nucleo/Makefile.dep