aboutsummaryrefslogtreecommitdiff
path: root/git-hooks/commit-msg
diff options
context:
space:
mode:
authorParshintsev Anatoly <anatoly.parshintsev@syntacore.com>2024-08-20 15:34:55 +0300
committerParshintsev Anatoly <anatoly.parshintsev@syntacore.com>2024-08-20 15:44:15 +0300
commit9740a4ddd61a004ee361ee4aaa35d4b88afba563 (patch)
treef65f02dfe4ebcfc7566a60afb314c3d964489a61 /git-hooks/commit-msg
parente07d70e52c17ed19f545e16f7cf85cd5d4f11d43 (diff)
parentac63cd00d792331914db0b6edd3f427c30eec3fa (diff)
downloadriscv-openocd-9740a4ddd61a004ee361ee4aaa35d4b88afba563.zip
riscv-openocd-9740a4ddd61a004ee361ee4aaa35d4b88afba563.tar.gz
riscv-openocd-9740a4ddd61a004ee361ee4aaa35d4b88afba563.tar.bz2
Merge up to ac63cd00d792331914db0b6edd3f427c30eec3fa from upstream
- src/jtag/drivers/ftdi.c: ``` ++<<<<<<< HEAD + int i; + static const uint8_t zero; ++======= + uint8_t zero = 0; ++>>>>>>> ocd_upstream ``` Decided to choose the latter. - src/target/riscv/riscv-013.c: ``` ++<<<<<<< HEAD + int abs_chain_position; + /* The base address to access this DM on DMI */ + uint32_t base; ++======= + unsigned int abs_chain_position; + ++>>>>>>> ocd_upstream ``` Decided to choose the latter (abs_chain_position is unsigned now) - src/target/riscv/batch.c: ``` ++<<<<<<< HEAD ++======= + void dump_field(int idle, const struct scan_field *field) + { ... + } ++>>>>>>> ocd_upstream ``` dump_field function is not needed anymore Signed-off-by: Parshintsev Anatoly <anatoly.parshintsev@syntacore.com>
Diffstat (limited to 'git-hooks/commit-msg')
0 files changed, 0 insertions, 0 deletions