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.
 
 
 
 
dragonmux c228176d29 stm32_mem.py: Added a deprecation notice and information on alternatives that are available 2 years ago
..
stubs Added programming scripts. 14 years ago
README Added programming scripts. 14 years ago
bootprog.py scripts: bootprog.py: use bytes literals 3 years ago
dfu-convert.py scripts: fix dfu-convert.py for Python 3 and drop Python 2 support 3 years ago
dfu.py scripts: more conversion to Python 3, change the shebang line 3 years ago
gdb.py scripts: gdb.py: fix error messages 3 years ago
get_openocd_nrf51_ids.py scripts: more conversion to Python 3, change the shebang line 3 years ago
hexprog.py scripts: hexprog.py: minor fixes 3 years ago
run-clang-tidy.py scripts: Created a clang-tidy runner to allow quick and easy running of clang-tidy across the code base 2 years ago
stm32_mem.py stm32_mem.py: Added a deprecation notice and information on alternatives that are available 2 years ago
swolisten.c Fixed overrun and formatting, when dumping data in swolisten. 5 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.