Skip to content
Snippets Groups Projects
Unverified Commit 3cb57b68 authored by Gaëtan Harter's avatar Gaëtan Harter Committed by GitHub
Browse files

Merge pull request #9502 from dylad/pr/update_edbg

dist/tools: update EDBG version
parents e3c897dd 5341fc5a
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -12,7 +12,7 @@ $(RIOTTOOLS)/bossa/bossac:
@make -C $(RIOTTOOLS)/bossa
@echo "[INFO] bossac binary successfully build!"
$(RIOTTOOLS)/edbg/edbg:
$(RIOTTOOLS)/edbg/edbg: $(RIOTTOOLS)/edbg/Makefile
@echo "[INFO] edbg binary not found - building it from source now"
CC= CFLAGS= make -C $(RIOTTOOLS)/edbg
@echo "[INFO] edbg binary successfully build!"
......
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