diff options
author | Andreas Färber <afaerber@suse.de> | 2015-12-06 19:43:52 +0100 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2016-02-29 20:15:52 +0000 |
commit | f0682623ca4b26f07ce0313b8246709b8e634323 (patch) | |
tree | da6d1f31b2d72e1e0a717e04207db4fd333c659c /doc | |
parent | f2b3a8b0e88adccea9b2c4ad8eba322973051d03 (diff) | |
download | riscv-openocd-f0682623ca4b26f07ce0313b8246709b8e634323.zip riscv-openocd-f0682623ca4b26f07ce0313b8246709b8e634323.tar.gz riscv-openocd-f0682623ca4b26f07ce0313b8246709b8e634323.tar.bz2 |
fm4: Add support for S6E2DH family
Add support for S6E2DH MainFlash. VFlash is not implemented.
Briefly tested with SK-FM4-176L-S6E2DH V110 board.
Change-Id: If7c523d8c75307bc1494bbf4cca3eed0272e8e01
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-on: http://openocd.zylin.com/3158
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index a5f0a83..f272f21 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5246,7 +5246,7 @@ include internal flash and use ARM Cortex-M4 cores. The @var{fm4} driver uses a @var{family} parameter to select the correct bank config, it can currently be one of the following: @code{MB9BFx64}, @code{MB9BFx65}, @code{MB9BFx66}, @code{MB9BFx67}, @code{MB9BFx68}, -@code{S6E2Cx8}, @code{S6E2Cx9} or @code{S6E2CxA}, +@code{S6E2Cx8}, @code{S6E2Cx9}, @code{S6E2CxA} or @code{S6E2Dx}, with @code{x} treated as wildcard and otherwise case (and any trailing characters) ignored. |