aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvgeniy Naydanov <evgeniy.naydanov@syntacore.com>2024-04-27 15:16:16 +0300
committerEvgeniy Naydanov <evgeniy.naydanov@syntacore.com>2024-04-27 15:16:16 +0300
commitc0791b1c9ef4f8c944714ba7074e44579f2a4ba7 (patch)
tree6a6f12077edcb76d31f848fc09f96f0ccf2c9fd5 /doc
parente51f8695ed886f9d84cd7a71408822bfb800ac40 (diff)
parent04154af5d6cd5fe76a2583778379bdacb5aa6fb0 (diff)
downloadriscv-openocd-c0791b1c9ef4f8c944714ba7074e44579f2a4ba7.zip
riscv-openocd-c0791b1c9ef4f8c944714ba7074e44579f2a4ba7.tar.gz
riscv-openocd-c0791b1c9ef4f8c944714ba7074e44579f2a4ba7.tar.bz2
Merge up to 04154af5d6cd5fe76a2583778379bdacb5aa6fb0 from upstream
Change-Id: I84c1566472e5416bc2a71afa5adaf63c6c7a4a75
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/jtag/drivers/remote_bitbang.txt9
-rw-r--r--doc/openocd.texi18
2 files changed, 25 insertions, 2 deletions
diff --git a/doc/manual/jtag/drivers/remote_bitbang.txt b/doc/manual/jtag/drivers/remote_bitbang.txt
index 94d6038..8316cb0 100644
--- a/doc/manual/jtag/drivers/remote_bitbang.txt
+++ b/doc/manual/jtag/drivers/remote_bitbang.txt
@@ -77,7 +77,12 @@ The read responses are encoded in ASCII as either digit 0 or 1.
If the use_remote_sleep option is set to 'yes', two additional requests may
be sent:
- D - Sleep for 1 millisecond
- d - Sleep for 1 microsecond
+ Z - Sleep for 1 millisecond
+ z - Sleep for 1 microsecond
+
+NOTE: Previously these were specified as 'D' and 'd', which conflicts with the
+"SWD write 0 0" command defined above. Adapters that implement Dd for remote
+sleep must be updated to work with Zz.
+
*/
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 832ec77..47879cc 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -6805,6 +6805,24 @@ Note that in order for this command to take effect, the target needs to be reset
supported.}
@end deffn
+@deffn {Flash Driver} {eneispif}
+All versions of the KB1200 microcontrollers from ENE include internal
+flash. The eneispif flash driver supports the KB1200 family of devices. The driver
+automatically recognizes the specific version's flash parameters and
+autoconfigures itself. The flash bank starts at address 0x60000000. An optional additional
+parameter sets the address of eneispif controller, with the default address is 0x50101000.
+
+@example
+
+flash bank $_FLASHNAME eneispif 0x60000000 0 0 0 $_TARGETNAME \
+ 0x50101000
+
+# Address defaults to 0x50101000
+flash bank $_FLASHNAME eneispif 0x60000000 0 0 0 $_TARGETNAME
+
+@end example
+@end deffn
+
@deffn {Flash Driver} {esirisc}
Members of the eSi-RISC family may optionally include internal flash programmed
via the eSi-TSMC Flash interface. Additional parameters are required to