Skip to content

Commit

Permalink
target/riscv: early exit support for memory access operations
Browse files Browse the repository at this point in the history
(1) Error code and 'skip_reason' string were replaced with memory access
    status. It allows to specify whether OpenOCD should exit the access
    early.
(2) Slightly refactored 'read_memory' and 'write_memory' functions.

Checkpatch-ignore: MACRO_ARG_PRECEDENCE, MULTISTATEMENT_MACRO_USE_DO_WHILE
Checkpatch-ignore: TRAILING_SEMICOLON
Signed-off-by: Farid Khaydari <f.khaydari@syntacore.com>
  • Loading branch information
fk-sc committed Sep 22, 2024
1 parent 3bed4c8 commit 668d80e
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 217 deletions.
Loading

0 comments on commit 668d80e

Please sign in to comment.