blackmagic/scripts
Mark Rages 7d957cbfdf Update nRF51 IDs, add nRF51422 and xxAB/xxAC devices.
There were a lot of nRF51 device ids missing. I wrote a script to pull nRF51 IDs from the openocd repository, which seems to be more up-to-date.  The script's output goes in nrf51.c.
2015-12-17 17:50:41 -07: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 Update python scripts to find user's preferred python binary through env. 2013-05-02 11:32:24 -07:00
dfu.py Fixed dfu.py to work with PyUSB 1.0. 2011-02-17 16:48:15 +13:00
gdb.py Update python scripts to find user's preferred python binary through env. 2013-05-02 11:32:24 -07:00
get_openocd_nrf51_ids.py Update nRF51 IDs, add nRF51422 and xxAB/xxAC devices. 2015-12-17 17:50:41 -07:00
hexprog.py Update python scripts to find user's preferred python binary through env. 2013-05-02 11:32:24 -07:00
stm32_mem.py Update python scripts to find user's preferred python binary through env. 2013-05-02 11:32:24 -07: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.