mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2df5d6048d
Rename all files Rename all variables, methods and methodcalls Rename all folders Add to the makefiles Add to doc
11 lines
255 B
Makefile
11 lines
255 B
Makefile
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano\
|
|
arduino-uno
|
|
DRIVER ?= mpu9150
|
|
|
|
USEMODULE += $(DRIVER)
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|