1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/dist/tools/uf2/Makefile
2020-12-02 10:20:17 +01:00

13 lines
272 B
Makefile

PKG_NAME=UF2
PKG_URL=https://github.com/microsoft/uf2.git
PKG_VERSION=41394bd604e341ebcfdf0a8c4acce9ec8fd73d93
PKG_LICENSE=MIT
include $(RIOTBASE)/pkg/pkg.mk
all: $(CURDIR)/uf2conv.py
$(CURDIR)/uf2conv.py:
cp $(PKG_SOURCE_DIR)/utils/uf2conv.py .
chmod a+x uf2conv.py