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:
parent
f24a3802c7
commit
602f9d7f9c
@ -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
|
||||
|
||||
@ -3,6 +3,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
||||
arduino-leonardo \
|
||||
arduino-nano \
|
||||
arduino-uno \
|
||||
atmega256rfr2-xpro \
|
||||
atmega328p \
|
||||
chronos \
|
||||
mega-xplained \
|
||||
|
||||
@ -6,6 +6,7 @@ BOARD_BLACKLIST := arduino-duemilanove \
|
||||
arduino-mega2560 \
|
||||
arduino-nano \
|
||||
arduino-uno \
|
||||
atmega256rfr2-xpro \
|
||||
atmega328p \
|
||||
chronos \
|
||||
f4vi1 \
|
||||
|
||||
@ -4,6 +4,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
||||
arduino-mega2560 \
|
||||
arduino-nano \
|
||||
arduino-uno \
|
||||
atmega256rfr2-xpro \
|
||||
atmega328p \
|
||||
mega-xplained \
|
||||
microduino-corerf \
|
||||
|
||||
@ -4,6 +4,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
||||
arduino-mega2560 \
|
||||
arduino-nano \
|
||||
arduino-uno \
|
||||
atmega256rfr2-xpro \
|
||||
atmega328p \
|
||||
hifive1 \
|
||||
hifive1b \
|
||||
|
||||
@ -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
|
||||
|
||||
@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
||||
arduino-mkrzero \
|
||||
arduino-nano \
|
||||
arduino-uno \
|
||||
atmega256rfr2-xpro \
|
||||
atmega328p \
|
||||
arduino-zero \
|
||||
b-l072z-lrwan1 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user