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

Merge pull request #17715 from kfessel/p-add-building-default

tests: add default BOARDS
This commit is contained in:
Francisco 2022-03-01 10:23:58 +01:00 committed by GitHub
commit 945dd082b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 38 additions and 1 deletions

View File

@ -1,3 +1,5 @@
BOARD ?= arduino-zero
# name of your application
APPLICATION = arduino_hello-world

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

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