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

16 lines
332 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\
arduino-uno
2014-10-01 17:24:27 +02:00
FEATURES_REQUIRED = periph_gpio
FEATURES_OPTIONAL = periph_gpio_irq
2015-06-03 18:13:41 +02:00
USEMODULE += shell
USEMODULE += benchmark
include $(RIOTBASE)/Makefile.include
bench:
tests/02-bench.py