Skip to content
Snippets Groups Projects
Unverified Commit fc6c0699 authored by cladmi's avatar cladmi
Browse files

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

parent 725d3d9b
No related branches found
No related tags found
No related merge requests found
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f031k6 \ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \
chronos msb-430 msb-430h nucleo-f031k6 \
nucleo-f303k8 nucleo-f303k8
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init
......
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
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init
......
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
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init
......
include ../Makefile.tests_common include ../Makefile.tests_common
USEMODULE += xtimer USEMODULE += xtimer
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno nucleo-f031k6
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment