Skip to content
Snippets Groups Projects
Commit 114effd2 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

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

parent b16118ab
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,7 @@ ...@@ -2,4 +2,7 @@
export CPU = samd21 export CPU = samd21
export CPU_MODEL = samd21g18a export CPU_MODEL = samd21g18a
# set edbg device type
EDBG_DEVICE_TYPE = atmel_cm0p
include $(RIOTMAKE)/boards/sam0.inc.mk include $(RIOTMAKE)/boards/sam0.inc.mk
...@@ -3,4 +3,7 @@ export CPU = saml21 ...@@ -3,4 +3,7 @@ export CPU = saml21
export CPU_MODEL = saml21j18a export CPU_MODEL = saml21j18a
export CFLAGS += -D__SAML21J18A__ export CFLAGS += -D__SAML21J18A__
# set edbg device type
EDBG_DEVICE_TYPE = atmel_cm0p
include $(RIOTMAKE)/boards/sam0.inc.mk include $(RIOTMAKE)/boards/sam0.inc.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment