blackmagic/scripts
Gareth McMullin 4b105beb61 Fixed printed copyright notices in scripts.
hexprog.py now defaults to target 1.
2011-02-09 12:06:50 +13: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 Added programming scripts. 2011-02-04 20:25:12 +13:00
gdb.py Added programming scripts. 2011-02-04 20:25:12 +13:00
hexprog.py Fixed printed copyright notices in scripts. 2011-02-09 12:06:50 +13:00
stm32_mem.py Fixed printed copyright notices in scripts. 2011-02-09 12:06:50 +13: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.