1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #7338 from aabadie/edbg_remaining_boards

boards: use EDBG flasher with arduino-zero and saml21-xpro
This commit is contained in:
Sebastian Meiling 2017-08-17 09:16:39 +02:00 committed by GitHub
commit 422b42ce65
3 changed files with 7 additions and 1 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

View File

@ -1,6 +1,6 @@
PKG_NAME=edbg
PKG_URL=https://github.com/ataradov/edbg
PKG_VERSION=935bb4b1efd0e2f8434cf97443e0d95b9e02ec1d
PKG_VERSION=76f85abdea212ba23760723cce15e00ca4ae4b76
PKG_LICENSE=BSD-3-Clause
PKG_BUILDDIR=$(CURDIR)/bin