mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 18:32:50 +01:00
855b5bd54d
Added arduino-leonardo to BOARD_INSUFFICIENT_MEMORY where needed
12 lines
266 B
Makefile
12 lines
266 B
Makefile
BOARD ?= samr21-xpro
|
|
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\
|
|
arduino-uno
|
|
|
|
FEATURES_REQUIRED = periph_i2c
|
|
|
|
USEMODULE += shell
|
|
|
|
include $(RIOTBASE)/Makefile.include
|