riscv-openocd/doc/manual
Manuel Wick 0f70c6c325 remote_bitbang: Add SWD support
This adds new command characters to make SWD work with the new split
jtag and swd operations of bitbang.

The command characters are as follows:
    O - SWDIO drive 1
    o - SWDIO drive 0
    c - SWDIO read request
    d - SWD write 0 0
    e - SWD write 0 1
    f - SWD write 1 0
    g - SWD write 1 1

Documentation has been updated accordingly. The new commands will be
used by an adapted version of the jtag-openocd applet of the "Glasgow
Debug Tool" (https://github.com/glasgowEmbedded/Glasgow). It has been
tested against an stm32f103 and an at91samd21 target.

contrib/remote/bitbang/remote_bitbang_sysfsgpio.c has also been adapted
to support SWD via the new command set. Some limited testing has been
done using a Raspberry Pi 2 with an stm32f103 and an at91samd21 target
attached.

Change-Id: I8e998a2cb36905142cb16e534483094cd99e8fa7
Signed-off-by: Manuel Wick <manuel@matronix.de>
Signed-off-by: David Ryskalczyk <david.rysk@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6044
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2023-12-03 06:22:54 +00:00
..
images doxygen: use inline jtag state maching image 2013-07-01 08:50:31 +00:00
jtag/drivers remote_bitbang: Add SWD support 2023-12-03 06:22:54 +00:00
primer doc: use the new jimtcl syntax for 'expr' 2022-01-22 10:13:36 +00:00
target doc/target/mips: fix grammar 2020-07-26 20:08:48 +01:00
app.txt Commit skeleton files for high-level developer manual using doxygen. 2009-05-13 08:58:08 +00:00
endianness.txt doc: how to use QEMU to test big-endian build 2022-08-27 16:18:17 +00:00
flash.txt Remove annoying end-of-line whitespace from doc/* files. 2009-09-21 18:52:45 +00:00
helper.txt doc/manual: Fix function name typo 2021-02-03 17:19:01 +00:00
jtag.txt zy1000: drop the code, deprecated in v0.10.0 2021-03-19 21:55:50 +00:00
main.txt doc: how to use QEMU to test big-endian build 2022-08-27 16:18:17 +00:00
release.txt doc: remove duplicated words 2020-07-14 00:39:18 +01:00
scripting.txt doc: fix several typos within manual documents 2018-05-09 11:43:23 +01:00
server.txt doc: remove duplicated words 2020-07-14 00:39:18 +01:00
style.txt doc/style: clarify default case for enumerators 2023-09-08 21:58:47 +00:00
target.txt doc: Added MIPS target document 2013-03-13 12:29:54 +00:00