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