Update verbiage for LPC11xx support.
This commit is contained in:
parent
af45139767
commit
4f0ed8361a
9
README
9
README
|
@ -3,15 +3,16 @@ The Black Magic Debug Project -- README
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
The Black Magic Debug Probe is gadget providing an in-application
|
The Black Magic Debug Probe is gadget providing an in-application
|
||||||
debug capability for ARM Cortex-M3 microcontrollers. It interfaces
|
debug capability for ARM Cortex-M3 and Cortex-M0 microcontrollers. It
|
||||||
with the GDB, the GNU source level debugger over the USB bus, and
|
interfaces with the GDB, the GNU source level debugger over the USB
|
||||||
communicates with the target microcontroller over either a JTAG or
|
bus, and communicates with the target microcontroller over either a
|
||||||
Serial Wire debug port.
|
JTAG or Serial Wire debug port.
|
||||||
|
|
||||||
Currently supported microcontrollers:
|
Currently supported microcontrollers:
|
||||||
|
|
||||||
- ST STM32 Family
|
- ST STM32 Family
|
||||||
- TI/LMI Stellaris Family
|
- TI/LMI Stellaris Family
|
||||||
|
- NXP LPC11xx Family
|
||||||
|
|
||||||
|
|
||||||
Getting started
|
Getting started
|
||||||
|
|
Loading…
Reference in New Issue