diff options
author | mkdorg@users.sourceforge.net <mkdorg@users.sourceforge.net> | 2009-12-15 18:30:59 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-12-15 18:38:52 +0100 |
commit | 646ce814b4fb678b7d8d341afe0694c266112426 (patch) | |
tree | f47236c7e4e51f5125635bd562ba153bafac8544 /doc | |
parent | 4639366947427da6face9cb6954b6603eb2e2fd3 (diff) | |
download | openocd+libswd-646ce814b4fb678b7d8d341afe0694c266112426.tar.gz openocd+libswd-646ce814b4fb678b7d8d341afe0694c266112426.tar.bz2 openocd+libswd-646ce814b4fb678b7d8d341afe0694c266112426.tar.xz openocd+libswd-646ce814b4fb678b7d8d341afe0694c266112426.zip |
target: add basic dsp563xx support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 01dfa76b..9d565231 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3157,6 +3157,8 @@ This is fixed in Fury Rev B, DustDevil Rev B, Tempest; these revisions will be detected and the normal reset behaviour used. @end itemize @item @code{dragonite} -- resembles arm966e +@item @code{dsp563xx} -- implements Freescale's 24-bit DSP. +(Support for this is still incomplete.) @item @code{fa526} -- resembles arm920 (w/o Thumb) @item @code{feroceon} -- resembles arm926 @item @code{mips_m4k} -- a MIPS core. This supports one variant: |