aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Qian <versaloon@simonqian.com>2018-12-10 00:58:41 +0800
committerTomas Vanek <vanekt@fbl.cz>2018-12-21 07:11:19 +0000
commitfdaa8711aef0fb70d289c7cb733313cf3dce3b02 (patch)
tree98373703313210d682ec72db213794fa281686d3 /doc
parent463257903e61947c942df3fc79519bb49074dd10 (diff)
downloadriscv-openocd-fdaa8711aef0fb70d289c7cb733313cf3dce3b02.zip
riscv-openocd-fdaa8711aef0fb70d289c7cb733313cf3dce3b02.tar.gz
riscv-openocd-fdaa8711aef0fb70d289c7cb733313cf3dce3b02.tar.bz2
add w600 support
w600 is a wifi soc from winner micro(www.winnermicro.com). Change-Id: Ib8ccd6e52baefca6547fb97d29db75db0ee73948 Signed-off-by: Simon Qian <versaloon@simonqian.com> Reviewed-on: http://openocd.zylin.com/4801 Tested-by: jenkins Reviewed-by: yichen <wdyichen@wdyichen.cn> Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index aa901e6..c36ec30 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -6891,6 +6891,17 @@ the flash clock.
@end deffn
@end deffn
+@deffn {Flash Driver} w600
+W60x series Wi-Fi SoC from WinnerMicro
+are designed with ARM Cortex-M3 and have 1M Byte QFLASH inside.
+The @var{w600} driver uses the @var{target} parameter to select the
+correct bank config.
+
+@example
+flash bank $_FLASHNAME w600 0x08000000 0 0 0 $_TARGETNAMEs
+@end example
+@end deffn
+
@deffn {Flash Driver} xmc1xxx
All members of the XMC1xxx microcontroller family from Infineon.
This driver does not require the chip and bus width to be specified.