blackmagic/scripts
Uwe Bonnes 06c2d52c59 stm32_mem.py: Add exception handler for better diagnosis, as erase on STM32F407 times out 2013-01-21 11:02:44 +01:00
..
stubs Added programming scripts. 2011-02-04 20:25:12 +13:00
README Added programming scripts. 2011-02-04 20:25:12 +13:00
bootprog.py Fixed printed copyright notices in scripts. 2011-02-09 12:06:50 +13:00
dfu.py Fixed dfu.py to work with PyUSB 1.0. 2011-02-17 16:48:15 +13:00
gdb.py Fixed hexprog.py to work with current firmware 'g' packet. 2012-01-30 22:14:31 +13:00
hexprog.py Fixed python scripts for programming target to work on 64-bit machines. 2011-11-12 13:47:50 +13:00
setlocalversion Added git info to version output. 2011-02-18 13:50:21 +13:00
stm32_mem.py stm32_mem.py: Add exception handler for better diagnosis, as erase on STM32F407 times out 2013-01-21 11:02:44 +01:00

README

This directory contains some useful scripts for working
on the Black Magic Debug project.

bootprog.py - Production programmer using the STM32 SystemMemory bootloader.
hexprog.py - Write an Intel hex file to a target using the GDB protocol.
stm32_mem.py - Access STM32 Flash memory using USB DFU class interface.

stubs/ - Source code for the microcode strings included in hexprog.py.