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:
parent
16729529ee
commit
406e231225
@ -1,3 +1,5 @@
|
||||
BOARD ?= nucleo-f767zi
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += shell
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD ?= nucleo-f767zi
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += shell
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD ?= nucleo-f767zi
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += dbgpin
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD ?= nucleo-f767zi
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += mpu_noexec_ram
|
||||
|
@ -1,4 +1,5 @@
|
||||
BOARD ?= samr21-xpro
|
||||
BOARD ?= nucleo-f767zi
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += mpu_stack_guard
|
||||
|
@ -1,3 +1,5 @@
|
||||
BOARD ?= nucleo-f767zi
|
||||
|
||||
include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += mtd_at24cxxx
|
||||
|
Loading…
Reference in New Issue
Block a user