tests/xtimer: blacklist arduino boards based on ROM/RAM overflow

This commit is contained in:
cladmi 2018-08-17 11:52:03 +02:00
parent fc6c06992f
commit ad6f6fcb03
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
nucleo-f031k6 nucleo-f042k6
USEMODULE += xtimer

View File

@ -1,6 +1,7 @@
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
nucleo-f031k6 nucleo-f042k6
USEMODULE += xtimer

View File

@ -1,6 +1,6 @@
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno chronos
USEMODULE += xtimer