1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

tests: exclude atmega256rfr2-xpro where required

This commit is contained in:
Alexandre Abadie 2019-11-04 21:44:19 +01:00
parent f24a3802c7
commit 602f9d7f9c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
7 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,8 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
arduino-mega2560 arduino-nano arduino-uno \
atmega328p mega-xplained microduino-corerf waspmote-pro
atmega328p atmega256rfr2-xpro mega-xplained \
microduino-corerf waspmote-pro
# arduino-mega2560: builds locally but breaks travis (possibly because of
# differences in the toolchain)
# The MSP boards don't feature round(), exp(), and log(), which are used in the unittests

View File

@ -3,6 +3,7 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-leonardo \
arduino-nano \
arduino-uno \
atmega256rfr2-xpro \
atmega328p \
chronos \
mega-xplained \

View File

@ -6,6 +6,7 @@ BOARD_BLACKLIST := arduino-duemilanove \
arduino-mega2560 \
arduino-nano \
arduino-uno \
atmega256rfr2-xpro \
atmega328p \
chronos \
f4vi1 \

View File

@ -4,6 +4,7 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-mega2560 \
arduino-nano \
arduino-uno \
atmega256rfr2-xpro \
atmega328p \
mega-xplained \
microduino-corerf \

View File

@ -4,6 +4,7 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-mega2560 \
arduino-nano \
arduino-uno \
atmega256rfr2-xpro \
atmega328p \
hifive1 \
hifive1b \

View File

@ -6,6 +6,7 @@ BOARD_BLACKLIST += arduino-leonardo
BOARD_BLACKLIST += arduino-mega2560
BOARD_BLACKLIST += arduino-nano
BOARD_BLACKLIST += arduino-uno
BOARD_BLACKLIST += atmega256rfr2-xpro
BOARD_BLACKLIST += atmega328p
BOARD_BLACKLIST += chronos
BOARD_BLACKLIST += mega-xplained

View File

@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-mkrzero \
arduino-nano \
arduino-uno \
atmega256rfr2-xpro \
atmega328p \
arduino-zero \
b-l072z-lrwan1 \