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

tests: add building BOARD defaults

This commit is contained in:
Karl Fessel 2022-02-28 21:57:58 +01:00
parent 16729529ee
commit 406e231225
6 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,5 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
USEMODULE += shell

View File

@ -1,3 +1,5 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
USEMODULE += shell

View File

@ -1,3 +1,5 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
USEMODULE += dbgpin

View File

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

View File

@ -1,4 +1,5 @@
BOARD ?= samr21-xpro
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
USEMODULE += mpu_stack_guard

View File

@ -1,3 +1,5 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
USEMODULE += mtd_at24cxxx