Blame view

RIOT/boards/arduino-zero/Makefile.include 196 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  # define the cpu used by Arduino/Genuino Zero board
  export CPU = samd21
  export CPU_MODEL = samd21g18a
  
  # set edbg device type
  EDBG_DEVICE_TYPE = atmel_cm0p
  
  include $(RIOTMAKE)/boards/sam0.inc.mk