Merge pull request #6599 from smlng/pr/tests/fix_default_board_calliope_mini
tests: fix default board for tests
This commit is contained in:
commit
dfb7ccf3ca
@ -1,3 +1,6 @@
|
|||||||
|
ifneq (,$(filter driver_%,$(APPLICATION)))
|
||||||
|
BOARD ?= samr21-xpro
|
||||||
|
endif
|
||||||
BOARD ?= native
|
BOARD ?= native
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
QUIET ?= 1
|
QUIET ?= 1
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user