jtag/drivers/cmsis_dap.c: Fix Length of SWO Baudrate Command
commite345cefabdda4e14c64b2206105e99b2fa0b9b6b
authorNick Kraus <nick@nckraus.com>
Mon, 21 Nov 2022 14:55:11 +0000 (21 09:55 -0500)
committerAntonio Borneo <borneo.antonio@gmail.com>
Mon, 28 Nov 2022 22:23:03 +0000 (28 22:23 +0000)
tree9c13955b854f265f6780c5c007e4ccd5957507d2
parent9d925776b4504f71306b16467c1b731e57b6e7d0
jtag/drivers/cmsis_dap.c: Fix Length of SWO Baudrate Command

The command should now send the full 5 byte command length, which
includes the command tag (0x19) and the 4-byte baudrate word, instead
of only the last 3 bytes of the baudrate.

Signed-off-by: Nick Kraus <nick@nckraus.com>
Change-Id: Idd6e084efd7492489aa900cdbf08f540944041cb
Reviewed-on: https://review.openocd.org/c/openocd/+/7370
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/jtag/drivers/cmsis_dap.c