1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 22:32:44 +01:00
RIOT/tests/periph_eeprom/Makefile

12 lines
268 B
Makefile
Raw Normal View History

BOARD ?= b-l072z-lrwan1
include ../Makefile.tests_common
FEATURES_REQUIRED += periph_eeprom
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
USEMODULE += shell
USEMODULE += shell_commands # provides reboot command
include $(RIOTBASE)/Makefile.include