Merge pull request #6599 from smlng/pr/tests/fix_default_board_calliope_mini

tests: fix default board for tests
pr/rotary
Alexandre Abadie 6 years ago committed by GitHub
commit dfb7ccf3ca

@ -1,3 +1,6 @@
ifneq (,$(filter driver_%,$(APPLICATION)))
BOARD ?= samr21-xpro
endif
BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..
QUIET ?= 1

@ -1,7 +1,6 @@
APPLICATION = board_calliope-mini
include ../Makefile.tests_common
BOARD ?= calliope-mini
include ../Makefile.tests_common
# This test application is for the Calliope mini only
BOARD_WHITELIST := calliope-mini

@ -1,4 +1,5 @@
APPLICATION = driver_lis3mdl
BOARD ?= limifrog-v1
include ../Makefile.tests_common
# only this board is known (yet) to provide the sensor LIS3MDL

@ -1,4 +1,5 @@
APPLICATION = mpu_stack_guard
BOARD ?= samr21-xpro
include ../Makefile.tests_common
BOARD_WHITELIST += arduino-due # cortex-m3

@ -1,4 +1,5 @@
APPLICATION = periph_adc
BOARD ?= pba-d-01-kw2x
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_adc

@ -1,4 +1,5 @@
APPLICATION = periph_dac
BOARD ?= stm32f4discovery
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_dac

@ -1,4 +1,5 @@
APPLICATION = periph_flashpage
BOARD ?= iotlab-m3
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_flashpage

@ -1,4 +1,5 @@
APPLICATION = periph_i2c
BOARD ?= samr21-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c

@ -1,4 +1,5 @@
APPLICATION = periph_pwm
BOARD ?= samr21-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_pwm

@ -1,4 +1,5 @@
APPLICATION = periph_rtt
BOARD ?= samr21-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_rtt

@ -1,4 +1,5 @@
APPLICATION = periph_spi
BOARD ?= samr21-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi

@ -1,4 +1,5 @@
APPLICATION = cmsis-dsp
BOARD ?= samr21-xpro
include ../Makefile.tests_common
USEPKG += cmsis-dsp

@ -1,4 +1,5 @@
APPLICATION = warn_conflict
BOARD ?= stm32f4discovery
include ../Makefile.tests_common
# The stm32f4discovery is the only board that provides known conflicting features,

Loading…
Cancel
Save