Skip to content

Commit

Permalink
[JTAG] Download firmware instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Oct 23, 2014
1 parent 9e2d1ec commit 83512e9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 302 deletions.
16 changes: 16 additions & 0 deletions sw/ext/blackmagic/Makefile
@@ -0,0 +1,16 @@
# Hey Emacs, this is a -*- makefile -*-

BLACKSPHERE = http://blacksphere.co.nz/builds
BLACKMAGIC = blackmagic-20141017.bin

Q=@

all: $(BLACKMAGIC)
$(Q)../../tools/stm32loader/stm32loader.py -p /dev/ttyACM0 ./$(BLACKMAGIC)

$(BLACKMAGIC):
@echo "Downloading latest BMP firmware"
wget -O ./$(BLACKMAGIC) $(BLACKSPHERE)/$(BLACKMAGIC)

clean:
$(Q) rm -rf ./$(BLACKMAGIC)
2 changes: 0 additions & 2 deletions sw/ext/blackmagic/blackmagic/Makefile

This file was deleted.

Binary file removed sw/ext/blackmagic/blackmagic/blackmagic-20140828.bin
Binary file not shown.
Binary file removed sw/ext/blackmagic/blackmagic/blackmagic_dfu.bin
Binary file not shown.
191 changes: 0 additions & 191 deletions sw/ext/blackmagic/blackmagic/dfu.py

This file was deleted.

109 changes: 0 additions & 109 deletions sw/ext/blackmagic/blackmagic/stm32_mem.py

This file was deleted.

0 comments on commit 83512e9

Please sign in to comment.