From edf0360103321540479e2a3f33e7c4041da5dfd3 Mon Sep 17 00:00:00 2001 From: dylad <dylan.laduranty@mesotic.com> Date: Wed, 4 Jul 2018 22:00:03 +0200 Subject: [PATCH] dist/tools: update EDBG version update to the current lastest version of EDBG to allow user to reflash a bricked board due to sleep mode or wrong clock assignment. this avoid the use of Atmel Studio to erase flash. --- dist/tools/edbg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/tools/edbg/Makefile b/dist/tools/edbg/Makefile index fabea13a48..a9b7fb3940 100644 --- a/dist/tools/edbg/Makefile +++ b/dist/tools/edbg/Makefile @@ -1,6 +1,6 @@ PKG_NAME=edbg PKG_URL=https://github.com/ataradov/edbg -PKG_VERSION=76f85abdea212ba23760723cce15e00ca4ae4b76 +PKG_VERSION=a59b16ea18ea095135362035dcfd990ca1dd3af2 PKG_LICENSE=BSD-3-Clause PKG_BUILDDIR=$(CURDIR)/bin -- GitLab