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

tests: fix default board for tests
This commit is contained in:
Alexandre Abadie 2017-02-23 15:53:23 +01:00 committed by GitHub
commit dfb7ccf3ca
13 changed files with 15 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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