1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_gpio/Makefile

15 lines
272 B
Makefile
Raw Normal View History

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