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:
parent
cf7ef55b8d
commit
aebbd015bb
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= stm32f429i-disc1
|
BOARD ?= stm32f429i-disc1
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.drivers_common
|
||||||
|
|
||||||
DISABLE_MODULE += test_utils_interactive_sync
|
DISABLE_MODULE += test_utils_interactive_sync
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
BOARD ?= nucleo-f767zi
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.drivers_common
|
||||||
|
|
||||||
USEMODULE += mtd_at24cxxx
|
USEMODULE += mtd_at24cxxx
|
||||||
USEMODULE += embunit
|
USEMODULE += embunit
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.drivers_common
|
||||||
|
|
||||||
USEMODULE += mtd_at25xxx
|
USEMODULE += mtd_at25xxx
|
||||||
USEMODULE += embunit
|
USEMODULE += embunit
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.drivers_common
|
||||||
|
|
||||||
USEMODULE += mtd_flashpage
|
USEMODULE += mtd_flashpage
|
||||||
USEMODULE += mtd_write_page
|
USEMODULE += mtd_write_page
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.drivers_common
|
||||||
|
|
||||||
USEMODULE += mtd_mapper
|
USEMODULE += mtd_mapper
|
||||||
USEMODULE += mtd_write_page
|
USEMODULE += mtd_write_page
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.drivers_common
|
||||||
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_cmds_default
|
USEMODULE += shell_cmds_default
|
@ -1,4 +1,4 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.drivers_common
|
||||||
|
|
||||||
# include and auto-initialize all available sensors
|
# include and auto-initialize all available sensors
|
||||||
USEMODULE += saul_default
|
USEMODULE += saul_default
|
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= stm32f4discovery
|
BOARD ?= stm32f4discovery
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.drivers_common
|
||||||
|
|
||||||
# Only build on a subset of boards (one per arch supported and
|
# Only build on a subset of boards (one per arch supported and
|
||||||
# with enough features provided)
|
# with enough features provided)
|
@ -1,5 +1,5 @@
|
|||||||
BOARD ?= stm32f429i-disc1
|
BOARD ?= stm32f429i-disc1
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.drivers_common
|
||||||
|
|
||||||
DISABLE_MODULE += test_utils_interactive_sync
|
DISABLE_MODULE += test_utils_interactive_sync
|
||||||
|
|
Loading…
Reference in New Issue
Block a user