mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
323 B
Makefile
14 lines
323 B
Makefile
include ../Makefile.core_common
|
|
FEATURES_REQUIRED += cpp
|
|
FEATURES_REQUIRED += libstdcpp
|
|
USEPKG += fff
|
|
|
|
# Some boards don't define irq functions as static inline. Then they can't be mocked.
|
|
FEATURES_BLACKLIST += \
|
|
arch_esp32 \
|
|
arch_esp8266 \
|
|
arch_mips32r2 \
|
|
arch_native
|
|
|
|
include $(RIOTBASE)/Makefile.include
|