Skip to content
Snippets Groups Projects
Commit dfb7ccf3 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

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

tests: fix default board for tests
parents fc6b7f05 1562ef7d
Branches
No related tags found
No related merge requests found
ifneq (,$(filter driver_%,$(APPLICATION)))
BOARD ?= samr21-xpro
endif
BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..
QUIET ?= 1
......
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
......
APPLICATION = driver_lis3mdl
BOARD ?= limifrog-v1
include ../Makefile.tests_common
# only this board is known (yet) to provide the sensor LIS3MDL
......
APPLICATION = mpu_stack_guard
BOARD ?= samr21-xpro
include ../Makefile.tests_common
BOARD_WHITELIST += arduino-due # cortex-m3
......
APPLICATION = periph_adc
BOARD ?= pba-d-01-kw2x
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_adc
......
APPLICATION = periph_dac
BOARD ?= stm32f4discovery
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_dac
......
APPLICATION = periph_flashpage
BOARD ?= iotlab-m3
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_flashpage
......
APPLICATION = periph_i2c
BOARD ?= samr21-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
......
APPLICATION = periph_pwm
BOARD ?= samr21-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_pwm
......
APPLICATION = periph_rtt
BOARD ?= samr21-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_rtt
......
APPLICATION = periph_spi
BOARD ?= samr21-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi
......
APPLICATION = cmsis-dsp
BOARD ?= samr21-xpro
include ../Makefile.tests_common
USEPKG += cmsis-dsp
......
APPLICATION = warn_conflict
BOARD ?= stm32f4discovery
include ../Makefile.tests_common
# The stm32f4discovery is the only board that provides known conflicting features,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment