1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00

tests: move cpu related applications to tests/cpu

This commit is contained in:
Alexandre Abadie 2023-05-12 10:39:28 +02:00
parent 8e165cf2e2
commit 722e99412a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
29 changed files with 10 additions and 8 deletions

View File

@ -0,0 +1,2 @@
RIOTBASE ?= $(CURDIR)/../../..
include $(CURDIR)/../../Makefile.tests_common

View File

@ -1,6 +1,6 @@
BOARD ?= atxmega-a1u-xpro BOARD ?= atxmega-a1u-xpro
include ../Makefile.tests_common include ../Makefile.cpu_common
# list of ATxmega boards # list of ATxmega boards
BOARD_WHITELIST = \ BOARD_WHITELIST = \

View File

@ -1,6 +1,6 @@
BOARD ?= samr21-xpro BOARD ?= samr21-xpro
include ../Makefile.tests_common include ../Makefile.cpu_common
FEATURES_REQUIRED += cpu_check_address FEATURES_REQUIRED += cpu_check_address

View File

@ -1,5 +1,5 @@
BOARD ?= sltb001a BOARD ?= sltb001a
include ../Makefile.tests_common include ../Makefile.cpu_common
FEATURES_REQUIRED += efm32_coretemp FEATURES_REQUIRED += efm32_coretemp

View File

@ -1,5 +1,5 @@
BOARD ?= sltb001a BOARD ?= sltb001a
include ../Makefile.tests_common include ../Makefile.cpu_common
BOARD_WHITELIST := ikea-tradfri \ BOARD_WHITELIST := ikea-tradfri \
slstk3401a \ slstk3401a \

View File

@ -1,6 +1,6 @@
BOARD ?= nucleo-f767zi BOARD ?= nucleo-f767zi
include ../Makefile.tests_common include ../Makefile.cpu_common
USEMODULE += mpu_noexec_ram USEMODULE += mpu_noexec_ram

View File

@ -1,6 +1,6 @@
BOARD ?= nucleo-f767zi BOARD ?= nucleo-f767zi
include ../Makefile.tests_common include ../Makefile.cpu_common
USEMODULE += mpu_stack_guard USEMODULE += mpu_stack_guard

View File

@ -1,4 +1,4 @@
include ../Makefile.tests_common include ../Makefile.cpu_common
USEMODULE += backtrace USEMODULE += backtrace

View File

@ -1,5 +1,5 @@
BOARD ?= nucleo-f411re BOARD ?= nucleo-f411re
include ../Makefile.tests_common include ../Makefile.cpu_common
FEATURES_REQUIRED = bootloader_stm32 FEATURES_REQUIRED = bootloader_stm32