aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-27 10:28:24 +0100
committerSpencer Oliver <ntfreak@users.sourceforge.net>2011-07-27 10:28:24 +0100
commit1cfd3fdda9dc706f002be5e8a1461a82b73ff1f5 (patch)
tree6cfbfe7ab09b26652b118948b22dc6d81a384bec /doc
parentba4b8af4d7de5268ad8240751c12c79ac607e975 (diff)
doc: add Fujitsu FM3 flash driver info
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 7e99d5a9..dfb8e30d 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -4882,6 +4882,19 @@ flash bank vbank1 virtual 0x9fc00000 0 0 0 $_TARGETNAME $_FLASHNAME
@end example
@end deffn
+@deffn {Flash Driver} fm3
+All members of the FM3 microcontroller family from Fujitsu
+include internal flash and use ARM Cortex M3 cores.
+The @var{fm3} driver uses the @var{target} parameter to select the
+correct bank config, it can currently be one of the following:
+@code{mb9bfxx1.cpu}, @code{mb9bfxx2.cpu}, @code{mb9bfxx3.cpu},
+@code{mb9bfxx4.cpu}, @code{mb9bfxx5.cpu} or @code{mb9bfxx6.cpu}.
+
+@example
+flash bank $_FLASHNAME fm3 0 0 0 0 $_TARGETNAME
+@end example
+@end deffn
+
@subsection str9xpec driver
@cindex str9xpec