2020-02-04 22:28:59 +01:00
|
|
|
USEMODULE += boards_common_arduino-mkr
|
|
|
|
|
2020-03-30 17:24:13 +02:00
|
|
|
ifneq (,$(filter gnrc_netdev_default,$(USEMODULE)))
|
|
|
|
USEMODULE += atwinc15x0
|
|
|
|
endif
|
|
|
|
|
2017-11-16 12:28:47 +01:00
|
|
|
include $(RIOTBOARD)/common/arduino-mkr/Makefile.dep
|