From: Spencer Oliver Date: Mon, 12 Jul 2010 18:36:19 +0000 (+0100) Subject: docs: fix transport typo X-Git-Tag: v0.5.0-rc1~527 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=dc4df8bb974580946c46c0aac82a54dfb2256cc9 docs: fix transport typo Signed-off-by: Spencer Oliver --- diff --git a/doc/openocd.texi b/doc/openocd.texi index 9feee03348..8f47cd17c6 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2461,14 +2461,14 @@ JTAG transports expose a chain of one or more Test Access Points (TAPs), each of which must be explicitly declared. JTAG supports both debugging and boundary scan testing. Flash programming support is built on top of debug support. -@subsection SWD ransport +@subsection SWD Transport SWD (Serial Wire Debug) is an ARM-specific transport which exposes one Debug Access Point (DAP, which must be explicitly declared. (SWD uses fewer signal wires than JTAG.) SWD is debug-oriented, and does not support boundary scan testing. Flash programming support is built on top of debug support. (Some processors support both JTAG and SWD.) -@subsection SPI ransport +@subsection SPI Transport The Serial Peripheral Interface (SPI) is a general purpose transport which uses four wire signaling. Some processors use it as part of a solution for flash programming.