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

tests: add default BOARDS

This commit is contained in:
Karl Fessel 2022-02-25 17:17:44 +01:00
parent e362586da9
commit 16729529ee
12 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,5 @@
BOARD ?= samr34-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED += backup_ram

View File

@ -1,3 +1,5 @@
BOARD ?= samr34-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_dma

View File

@ -1,3 +1,5 @@
BOARD ?= samr34-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED += periph_gpio

View File

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

View File

@ -1,3 +1,5 @@
BOARD ?= samr34-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED += periph_uart

View File

@ -1,3 +1,5 @@
BOARD ?= samr34-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED += periph_uart_nonblocking

View File

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

View File

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

View File

@ -1,3 +1,5 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
# Test fails to build for these boards fails due to

View File

@ -1,3 +1,5 @@
BOARD ?= nucleo-f767zi
include ../Makefile.tests_common
# Test fails to build for these boards fails due to

View File

@ -1,3 +1,5 @@
BOARD ?= arduino-zero
include ../Makefile.tests_common
USEMODULE += arduino

View File

@ -1,3 +1,5 @@
BOARD ?= arduino-zero
include ../Makefile.tests_common
USEPKG += talking_leds