aboutsummaryrefslogtreecommitdiff
path: root/git-hooks/commit-msg
diff options
context:
space:
mode:
authorAhmed BOUDJELIDA <aboudjelida@nanoxplore.com>2023-12-22 10:59:52 +0100
committerEvgeniy Naydanov <109669442+en-sc@users.noreply.github.com>2024-01-29 13:36:27 +0300
commit0c2d907a5d650f1a3b8cbeeb7af7bf840b7db038 (patch)
treee79031b097a36153a60b749e21fff143353456a5 /git-hooks/commit-msg
parentba860abcab58e244bc4cc14b24cec7a5e8e30069 (diff)
downloadriscv-openocd-0c2d907a5d650f1a3b8cbeeb7af7bf840b7db038.zip
riscv-openocd-0c2d907a5d650f1a3b8cbeeb7af7bf840b7db038.tar.gz
riscv-openocd-0c2d907a5d650f1a3b8cbeeb7af7bf840b7db038.tar.bz2
contrib/firmware: Change USB interruption handling for JTAG/I2C communications
Before this change, when we send an I2C Bulk data at the same time while Jtag bitbanging functions execute, the microcontroller puts JTAG bitbanging on wait and executes all I2C bitbanging function, which causes problems like loss of Ack in DAP responses and other errors. With this commit, When I2C interruption occurs, it sets a variable to true and continues JTAG bitbanging, when it finish it executes the I2C bitbang. Change-Id: Ia80bac21f8a259f4a1176b5346bf74ed0aa6e38b Signed-off-by: Ahmed BOUDJELIDA <aboudjelida@nanoxplore.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8074 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'git-hooks/commit-msg')
0 files changed, 0 insertions, 0 deletions