Go to file
Gareth McMullin 4b105beb61 Fixed printed copyright notices in scripts.
hexprog.py now defaults to target 1.
2011-02-09 12:06:50 +13:00
hardware Added some missing values and footprints to schematic. 2011-02-09 12:02:00 +13:00
scripts Fixed printed copyright notices in scripts. 2011-02-09 12:06:50 +13:00
src Linux jtagtap and swdptap now clean up before re-initialising. 2011-02-07 13:38:13 +13:00
COPYING Added README and COPYING 2011-02-07 11:01:10 +13:00
README Added README and COPYING 2011-02-07 11:01:10 +13:00

README

=======================================
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.