diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2009-11-29 12:53:06 +0100 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-29 12:57:05 -0800 |
commit | 17b7600a59c4fb9245107baac1873c23e792ce43 (patch) | |
tree | 0359e7192e60da4a711994ba5caa7f3e31b8f474 /doc | |
parent | 73ec6d9b891cbecf50058dcfdfefa5d0c4217090 (diff) | |
download | openocd_libswd-17b7600a59c4fb9245107baac1873c23e792ce43.tar.gz openocd_libswd-17b7600a59c4fb9245107baac1873c23e792ce43.tar.bz2 openocd_libswd-17b7600a59c4fb9245107baac1873c23e792ce43.tar.xz openocd_libswd-17b7600a59c4fb9245107baac1873c23e792ce43.zip |
XScale: initial PXA3xx support
[dbrownell@users.sourceforge.net: user's guide; variant param is optional]
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index b32ed213..ea300925 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3117,6 +3117,7 @@ There are several variants defined: @code{pxa27x} ... instruction register length is 7 bits @item @code{pxa250}, @code{pxa255}, @code{pxa26x} ... instruction register length is 5 bits +@item @code{pxa3xx} ... instruction register length is 11 bits @end itemize @end itemize @end deffn |