diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-24 22:15:22 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-24 22:15:22 +0000 |
commit | bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4 (patch) | |
tree | 2ea1fbaf7c31ddf7801236c13cf2d996b3a4333d /doc | |
parent | f9a3c36cf26b209e04f0f67e0d2b6a844b6b5873 (diff) | |
download | openocd_libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.tar.gz openocd_libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.tar.bz2 openocd_libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.tar.xz openocd_libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.zip |
- renamed x7926 driver to aduc702x to match other flash drivers
- removed c99 types (mingw issues) from aduc driver and cleanup
- updated docs for aduc702x flash driver
git-svn-id: svn://svn.berlios.de/openocd/trunk@995 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index b899891c..13825fb8 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -703,6 +703,13 @@ stellaris flash plugin only require the @var{target#}. @b{flash bank stm32x} <@var{base}> <@var{size}> 0 0 <@var{target#}> stm32x flash plugin only require the @var{target#}. +@subsection aduc702x options +@cindex aduc702x options + +@b{flash bank aduc702x} <@var{base}> <@var{size}> 0 0 <@var{target#}> +aduc702x flash plugin require the flash @var{base}, @var{size} and @var{target#}. +currently only the aduc7206 is supported. + @node Target library @chapter Target library @cindex Target library |