transport: rewrite command 'transport select' as COMMAND_HANDLER
commitd05c68667129705ecfd42c6029a60e849518d50c
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Dec 2022 14:26:56 +0000 (18 15:26 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 25 Mar 2023 18:09:47 +0000 (25 18:09 +0000)
tree0821cc8676e60ad2e01bfda998d7417ba3247f0a
parent1ec8b83cbdb407536966b4e455dbb39d1cb42b3a
transport: rewrite command 'transport select' as COMMAND_HANDLER

The mixed use of jim commands and OpenOCD commands is error prone
due to handling of errors through JIM_xx and ERROR_yy.

Rewrite the jim command 'transport select' as OpenOCD command.
This fixes and incorrect check for the return value of function
transport_select(); it returns ERROR_yy but the check is on JIM_xx.
While there, fix the coding style.

Change-Id: I9f3e8394c1a0cc0312b414c58275e1220217bbed
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7485
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
src/transport/transport.c