1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 20:52:58 +01:00
RIOT/tests/periph_gpio_arduino/Makefile

11 lines
207 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
FEATURES_REQUIRED = periph_gpio
USEMODULE += shell
USEMODULE += arduino
include $(RIOTBASE)/Makefile.include