Skip to content
Snippets Groups Projects
Commit 447d0be1 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

tests/cpp11_thread: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY

parent a5058869
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ BOARD ?= native ...@@ -10,7 +10,7 @@ BOARD ?= native
# Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though. # Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
# Remove this line if Travis is upgraded to a different toolchain which does # Remove this line if Travis is upgraded to a different toolchain which does
# not pull in all C++ locale code whenever exceptions are used. # not pull in all C++ locale code whenever exceptions are used.
BOARD_INSUFFICIENT_RAM := stm32f0discovery spark-core nucleo-f334 BOARD_INSUFFICIENT_MEMORY := stm32f0discovery spark-core nucleo-f334
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment