2017-01-20 15:46:53 +01:00
|
|
|
include ../Makefile.tests_common
|
2015-03-03 19:34:12 +01:00
|
|
|
|
2015-05-29 02:47:40 +02:00
|
|
|
# ROM is overflowing for these boards when using
|
|
|
|
# gcc-arm-none-eabi-4.9.3.2015q2-1trusty1 from ppa:terry.guo/gcc-arm-embedded
|
|
|
|
# (Travis is using this PPA currently, 2015-06-23)
|
|
|
|
# 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
|
|
|
|
# not pull in all C++ locale code whenever exceptions are used.
|
2017-03-13 18:27:50 +01:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
|
2015-05-29 02:47:40 +02:00
|
|
|
|
2015-03-03 19:34:12 +01:00
|
|
|
# If you want to add some extra flags when compile c++ files, add these flags
|
|
|
|
# to CXXEXFLAGS variable
|
2015-05-29 02:47:40 +02:00
|
|
|
CXXEXFLAGS += -std=c++11
|
2015-03-03 19:34:12 +01:00
|
|
|
|
|
|
|
USEMODULE += cpp11-compat
|
2015-11-11 13:03:58 +01:00
|
|
|
USEMODULE += xtimer
|
2015-03-03 19:34:12 +01:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
2017-10-18 13:29:03 +02:00
|
|
|
|
|
|
|
test:
|
|
|
|
tests/01-run.py
|