diff options
author | drath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-01-25 10:30:42 +0000 |
---|---|---|
committer | drath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2007-01-25 10:30:42 +0000 |
commit | 81e8e44cf016ace2a9f0c1f20282ed54ff2d45fc (patch) | |
tree | bc90d39ebb44397b6a13585e9b3ce62f7289eadf /README | |
parent | 4fc97d3f2726efa147cfdb0c456eace51550e1e3 (diff) | |
download | openocd+libswd-81e8e44cf016ace2a9f0c1f20282ed54ff2d45fc.tar.gz openocd+libswd-81e8e44cf016ace2a9f0c1f20282ed54ff2d45fc.tar.bz2 openocd+libswd-81e8e44cf016ace2a9f0c1f20282ed54ff2d45fc.tar.xz openocd+libswd-81e8e44cf016ace2a9f0c1f20282ed54ff2d45fc.zip |
- Added support for ARM926EJ-S based cores
- Added contributors to AUTHORS file
- Added link to Joern Kaipf's OOCD-Link
git-svn-id: svn://svn.berlios.de/openocd/trunk@126 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -38,6 +38,9 @@ interface for use with the OpenOCD. Schematics are available at the USBJTAG website, and a homebrew device can easily be built using the FTDI evaluation module DLP2232M. +* OOCD-Link: http://www.joernonline.de/dw/doku.php?id=en:projects:oocdlink +Similar to the USBJTAG, this design comes with free schematics, too. + * Amontec JTAGkey: www.amontec.com The Amontec JTAGkey offers support for a wide variety of target voltages from 1.4V to 5V. It also allows the JTAG lines and reset signals to be tri-stated, @@ -75,11 +78,6 @@ This version of openocd supports the following cores: Support for Intel XScale CPUs (PXA25x, PXA27x and IXP4xx) is currently being developed. -The OpenOCD is only tested with little-endian targets, but support for -big-endian is planned. If you're interested in helping with this (and you -happen to have a big-endian ARM7/ARM9 system, feel free to contact -Dominic.Rath <at> gmx.de. - 3. Host platforms OpenOCD was originally developed on x86-Linux, but has since then been ported |