Blame view

RIOT/boards/samr21-xpro/Makefile.include 195 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  # define the cpu used by SAMR21 Xplained Pro board
  export CPU = samd21
  export CPU_MODEL = samr21g18a
  
  # set edbg device type
  EDBG_DEVICE_TYPE = atmel_cm0p
  
  include $(RIOTMAKE)/boards/sam0.inc.mk