diff --git a/boards/native/Makefile.features b/boards/native/Makefile.features index 7cd83d3843..c933e2bf3f 100644 --- a/boards/native/Makefile.features +++ b/boards/native/Makefile.features @@ -1 +1 @@ -FEATURES_PROVIDED += transceiver periph_cpuid +FEATURES_PROVIDED += transceiver periph_cpuid cpp diff --git a/examples/riot_and_cpp/Makefile b/examples/riot_and_cpp/Makefile index f19f779225..14793b5766 100644 --- a/examples/riot_and_cpp/Makefile +++ b/examples/riot_and_cpp/Makefile @@ -27,12 +27,8 @@ CFLAGS += -DDEVELHELP # Change this to 0 show compiler invocation lines by default: QUIET ?= 1 -# Blacklist boards -BOARD_BLACKLIST := arduino-due avsextrem chronos mbed_lpc1768 msb-430h msba2 redbee-econotag \ - telosb wsn430-v1_3b wsn430-v1_4 msb-430 pttu udoo qemu-i386 z1 stm32f0discovery \ - stm32f3discovery stm32f4discovery pca10000 pca10005 iot-lab_M3 arduino-mega2560 \ - msbiot yunjia-nrf51822 samr21-xpro cc2538dk openmote spark-core airfy-beacon \ - f4vi1 +# Features required +FEATURES_REQUIRED += cpp # This example only works with native for now. # msb430-based boards: msp430-g++ is not provided in mspgcc.