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:
parent
b16118ab6e
commit
114effd2ce
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user