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

boards: use EDBG with arduino-zero and saml21-xpro

This commit is contained in:
Alexandre Abadie 2017-07-09 23:18:49 +02:00
parent b16118ab6e
commit 114effd2ce
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -3,4 +3,7 @@ export CPU = saml21
export CPU_MODEL = saml21j18a
export CFLAGS += -D__SAML21J18A__
# set edbg device type
EDBG_DEVICE_TYPE = atmel_cm0p
include $(RIOTMAKE)/boards/sam0.inc.mk