1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests: move remaining driver related applications to tests/drivers

This commit is contained in:
Alexandre Abadie 2023-05-10 11:58:26 +02:00
parent cf7ef55b8d
commit aebbd015bb
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
32 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
BOARD ?= stm32f429i-disc1
include ../Makefile.tests_common
include ../Makefile.drivers_common
DISABLE_MODULE += test_utils_interactive_sync

View File

@ -1,6 +1,6 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
include ../Makefile.drivers_common
USEMODULE += mtd_at24cxxx
USEMODULE += embunit

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.drivers_common
USEMODULE += mtd_at25xxx
USEMODULE += embunit

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.drivers_common
USEMODULE += mtd_flashpage
USEMODULE += mtd_write_page

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.drivers_common
USEMODULE += mtd_mapper
USEMODULE += mtd_write_page

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.drivers_common
USEMODULE += shell
USEMODULE += shell_cmds_default

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common
include ../Makefile.drivers_common
# include and auto-initialize all available sensors
USEMODULE += saul_default

View File

@ -1,5 +1,5 @@
BOARD ?= stm32f4discovery
include ../Makefile.tests_common
include ../Makefile.drivers_common
# Only build on a subset of boards (one per arch supported and
# with enough features provided)

View File

@ -1,5 +1,5 @@
BOARD ?= stm32f429i-disc1
include ../Makefile.tests_common
include ../Makefile.drivers_common
DISABLE_MODULE += test_utils_interactive_sync