tests/cpp11_thread: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY
This commit is contained in:
parent
a5058869d8
commit
447d0be129
@ -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)/../..
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user