aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGareth McMullin2011-02-07 11:01:10 +1300
committerGareth McMullin2011-02-07 11:01:10 +1300
commitfd2a2046239e07fdfd0558c1a39e9ca64d02fe1b (patch)
tree461055e625379c17cfaf949fb8297d9821b7688f /README
parent5d747a52ceb2f044793523a887abcf95059596f8 (diff)
Added README and COPYING
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b91903f
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+=======================================
+The Black Magic Debug Project -- README
+=======================================
+
+The Black Magic Debug Probe is gadget providing an in-application
+debug capability for ARM Cortex-M3 microcontrollers. It interfaces
+with the GDB, the GNU source level debugger over the USB bus, and
+communicates with the target microcontroller over either a JTAG or
+Serial Wire debug port.
+
+Currently supported microcontrollers:
+
+ - ST STM32 Family
+ - TI/LMI Stellaris Family
+
+Project layout
+==============
+flashstub/ - Source code for flash programming stubs in target drivers.
+hardware/ - Schematic and PCB layout for the Black Magic Probe
+scripts/ - Python scripts useful for programming devices.
+src/ - Firmware source code for the Black Magic debug probe.
+