Skip to content
Snippets Groups Projects
Commit ca9c8a5f authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

tests/pthread_*: udpate BOARD_INSUFFICIENT_MEMORY variable

parent ed4004bd
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove ...@@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# arduino mega2560 uno duemilanove: unknown type name: clockid_t # arduino mega2560 uno duemilanove: unknown type name: clockid_t
# exclude boards with insufficient memory # exclude boards with insufficient memory
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 stm32f0discovery BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
# Modules to include. # Modules to include.
USEMODULE += pthread USEMODULE += pthread
......
...@@ -4,7 +4,7 @@ include ../Makefile.tests_common ...@@ -4,7 +4,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
# arduino mega2560 uno duemilanove: unknown type name: clockid_t # arduino mega2560 uno duemilanove: unknown type name: clockid_t
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 stm32f0discovery BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += posix USEMODULE += posix
USEMODULE += pthread USEMODULE += pthread
......
...@@ -8,10 +8,9 @@ USEMODULE += pthread ...@@ -8,10 +8,9 @@ USEMODULE += pthread
USEMODULE += xtimer USEMODULE += xtimer
USEMODULE += random USEMODULE += random
BOARD_INSUFFICIENT_MEMORY += airfy-beacon chronos mbed_lpc1768 msb-430 msb-430h \ BOARD_INSUFFICIENT_MEMORY += chronos msb-430 msb-430h nucleo32-f031 \
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-l031 \ nucleo32-f042 nucleo32-l031 nucleo-f030 \
nucleo-f030 nucleo-f334 nucleo-l053 pca10000 pca10005 \ nucleo-f334 nucleo-l053 stm32f0discovery
spark-core stm32f0discovery yunjia-nrf51822
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment