aboutsummaryrefslogtreecommitdiff
path: root/scripts/README
diff options
context:
space:
mode:
authorGareth McMullin2011-02-04 20:25:12 +1300
committerGareth McMullin2011-02-04 20:25:12 +1300
commit69d790fcf6f2a1c62ad1898031b4c8c0571bad05 (patch)
treec5802a5fc0374dfa0a2144d68cf7d46d26b19a1c /scripts/README
parent406617a2a470021d9412e9280feda0d28bdb653b (diff)
Added programming scripts.
Diffstat (limited to 'scripts/README')
-rw-r--r--scripts/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README
new file mode 100644
index 0000000..a539475
--- /dev/null
+++ b/scripts/README
@@ -0,0 +1,9 @@
+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.
+