Blame view

RIOT/boards/arduino-mkr1000/Makefile.include 241 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
  USEMODULE += arduino-mkr-common
  
  ifeq ($(PROGRAMMER),jlink)
    export MKR_JLINK_DEVICE = atsamw25
  endif
  
  include $(RIOTBOARD)/arduino-mkr-common/Makefile.include
  
  # add arduino-mkr1000 include path
  INCLUDES += -I$(RIOTBOARD)/$(BOARD)/include