You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Gareth McMullin 9141418bd4 Merge pull request #80 from gsmcmullin/hydrabus 9 years ago
..
stubs Added programming scripts. 14 years ago
README Added programming scripts. 14 years ago
bootprog.py Update python scripts to find user's preferred python binary through env. 12 years ago
dfu-convert.py Add support for HydraBus (tested with SWD with STM32F405 and SWD+JTAG with LPC4330 M0/M4) 10 years ago
dfu.py Fixed dfu.py to work with PyUSB 1.0. 14 years ago
gdb.py Update python scripts to find user's preferred python binary through env. 12 years ago
get_openocd_nrf51_ids.py Update nRF51 IDs, add nRF51422 and xxAB/xxAC devices. 9 years ago
hexprog.py Update python scripts to find user's preferred python binary through env. 12 years ago
stm32_mem.py Update python scripts to find user's preferred python binary through env. 12 years ago

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.