From: openocd-gerrit <ope...@us...> - 2025-03-15 10:20:56
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via e4a51b3235167ea2fccf399d55dc3fe87364dbb8 (commit) from e12ceddd5ee4d946107e3764d05ce2810befb293 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e4a51b3235167ea2fccf399d55dc3fe87364dbb8 Author: Antonio Borneo <bor...@gm...> Date: Mon Dec 23 20:59:28 2024 +0100 doc: drop mention of not implemented SPI transport The commit 93f2afa45f4c ("initial "transport" framework") adds a dedicated chapter in the documentation about a possible SPI transport for flashing. This transport has never been part of OpenOCD and should not be listed in the documentation. Drop the chapter. Change-Id: I9b406754399abda4dc7c2f8cf09dd47730a7e1d9 Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: https://review.openocd.org/c/openocd/+/8670 Reviewed-by: Tomas Vanek <va...@fb...> Tested-by: jenkins diff --git a/doc/openocd.texi b/doc/openocd.texi index 386528a9d..140d0f8c7 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3816,13 +3816,6 @@ Not all adapters and adapter drivers support SWD multi-drop. Only the following adapter drivers are SWD multi-drop capable: cmsis_dap (use an adapter with CMSIS-DAP version 2.0), ftdi, all bitbang based. -@subsection SPI Transport -@cindex SPI -@cindex Serial Peripheral Interface -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. - @anchor{swimtransport} @subsection SWIM Transport @cindex SWIM ----------------------------------------------------------------------- Summary of changes: doc/openocd.texi | 7 ------- 1 file changed, 7 deletions(-) hooks/post-receive -- Main OpenOCD repository |