mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
tests: move cpu related applications to tests/cpu
This commit is contained in:
parent
8e165cf2e2
commit
722e99412a
2
tests/cpu/Makefile.cpu_common
Normal file
2
tests/cpu/Makefile.cpu_common
Normal file
@ -0,0 +1,2 @@
|
||||
RIOTBASE ?= $(CURDIR)/../../..
|
||||
include $(CURDIR)/../../Makefile.tests_common
|
||||
@ -1,6 +1,6 @@
|
||||
BOARD ?= atxmega-a1u-xpro
|
||||
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.cpu_common
|
||||
|
||||
# list of ATxmega boards
|
||||
BOARD_WHITELIST = \
|
||||
@ -1,6 +1,6 @@
|
||||
BOARD ?= samr21-xpro
|
||||
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.cpu_common
|
||||
|
||||
FEATURES_REQUIRED += cpu_check_address
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
BOARD ?= sltb001a
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.cpu_common
|
||||
|
||||
FEATURES_REQUIRED += efm32_coretemp
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
BOARD ?= sltb001a
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.cpu_common
|
||||
|
||||
BOARD_WHITELIST := ikea-tradfri \
|
||||
slstk3401a \
|
||||
@ -1,6 +1,6 @@
|
||||
BOARD ?= nucleo-f767zi
|
||||
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.cpu_common
|
||||
|
||||
USEMODULE += mpu_noexec_ram
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
BOARD ?= nucleo-f767zi
|
||||
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.cpu_common
|
||||
|
||||
USEMODULE += mpu_stack_guard
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.cpu_common
|
||||
|
||||
USEMODULE += backtrace
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
BOARD ?= nucleo-f411re
|
||||
include ../Makefile.tests_common
|
||||
include ../Makefile.cpu_common
|
||||
|
||||
FEATURES_REQUIRED = bootloader_stm32
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user