1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards: samr21-xpro: enable use of edbg

This commit is contained in:
Kaspar Schleiser 2017-05-19 00:07:18 +02:00
parent d7d796b80d
commit f2cc58e8ed

View File

@ -2,4 +2,7 @@
export CPU = samd21
export CPU_MODEL = samr21g18a
# set edbg device type
EDBG_DEVICE_TYPE = atmel_cm0p
include $(RIOTMAKE)/boards/sam0.inc.mk