mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
Merge pull request #9502 from dylad/pr/update_edbg
dist/tools: update EDBG version
This commit is contained in:
commit
3cb57b68c2
2
dist/tools/edbg/Makefile
vendored
2
dist/tools/edbg/Makefile
vendored
@ -1,6 +1,6 @@
|
|||||||
PKG_NAME=edbg
|
PKG_NAME=edbg
|
||||||
PKG_URL=https://github.com/ataradov/edbg
|
PKG_URL=https://github.com/ataradov/edbg
|
||||||
PKG_VERSION=76f85abdea212ba23760723cce15e00ca4ae4b76
|
PKG_VERSION=a59b16ea18ea095135362035dcfd990ca1dd3af2
|
||||||
PKG_LICENSE=BSD-3-Clause
|
PKG_LICENSE=BSD-3-Clause
|
||||||
PKG_BUILDDIR=$(CURDIR)/bin
|
PKG_BUILDDIR=$(CURDIR)/bin
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ $(RIOTTOOLS)/bossa/bossac:
|
|||||||
@make -C $(RIOTTOOLS)/bossa
|
@make -C $(RIOTTOOLS)/bossa
|
||||||
@echo "[INFO] bossac binary successfully build!"
|
@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"
|
@echo "[INFO] edbg binary not found - building it from source now"
|
||||||
CC= CFLAGS= make -C $(RIOTTOOLS)/edbg
|
CC= CFLAGS= make -C $(RIOTTOOLS)/edbg
|
||||||
@echo "[INFO] edbg binary successfully build!"
|
@echo "[INFO] edbg binary successfully build!"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user