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:
commit
945dd082b0
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= arduino-zero
|
||||||
|
|
||||||
# name of your application
|
# name of your application
|
||||||
APPLICATION = arduino_hello-world
|
APPLICATION = arduino_hello-world
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += dbgpin
|
USEMODULE += dbgpin
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += mpu_noexec_ram
|
USEMODULE += mpu_noexec_ram
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
BOARD ?= samr21-xpro
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += mpu_stack_guard
|
USEMODULE += mpu_stack_guard
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += mtd_at24cxxx
|
USEMODULE += mtd_at24cxxx
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= samr34-xpro
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED += backup_ram
|
FEATURES_REQUIRED += backup_ram
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= samr34-xpro
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED = periph_dma
|
FEATURES_REQUIRED = periph_dma
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= samr34-xpro
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED += periph_gpio
|
FEATURES_REQUIRED += periph_gpio
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED = periph_gpio
|
FEATURES_REQUIRED = periph_gpio
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= samr34-xpro
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED += periph_uart
|
FEATURES_REQUIRED += periph_uart
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= samr34-xpro
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED += periph_uart_nonblocking
|
FEATURES_REQUIRED += periph_uart_nonblocking
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
FEATURES_REQUIRED += periph_vbat
|
FEATURES_REQUIRED += periph_vbat
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEPKG += arduino_sdi_12
|
USEPKG += arduino_sdi_12
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# Test fails to build for these boards fails due to
|
# Test fails to build for these boards fails due to
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= nucleo-f767zi
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
# Test fails to build for these boards fails due to
|
# Test fails to build for these boards fails due to
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= arduino-zero
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += arduino
|
USEMODULE += arduino
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
BOARD ?= arduino-zero
|
||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEPKG += talking_leds
|
USEPKG += talking_leds
|
||||||
|
Loading…
Reference in New Issue
Block a user