tests/xtimer: blacklist arduino boards based on ROM/RAM overflow
This commit is contained in:
parent
fc6c06992f
commit
ad6f6fcb03
@ -1,6 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
||||||
|
nucleo-f031k6 nucleo-f042k6
|
||||||
|
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
|
||||||
|
nucleo-f031k6 nucleo-f042k6
|
||||||
|
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := chronos
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno chronos
|
||||||
|
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user