]> git.gag.com Git - fw/openocd/commit
arm_adi_v5: abstract actions during ROM table parsing
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 16 Jan 2022 13:05:44 +0000 (14:05 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 14 May 2022 08:54:53 +0000 (08:54 +0000)
commit7351330a0f1f6ac626964e515ed50bb43499e0e5
tree27372bf754f48c515b234cca5e6f33ea69bda80d
parentd01b3d69ec17da19576c85bb36245399211eb620
arm_adi_v5: abstract actions during ROM table parsing

Now all the actions (build command output) of command "dap info"
are decoupled from the ROM walk-through.
Pass the actions as a generic parameter to ROM walk-through code.
Put as private data every information that is only required by the
actions and not by the ROM walk-through.

Change-Id: I3b6ad112ea21296458c94aebbf91bf65bf6657a7
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6822
Tested-by: jenkins
src/target/arm_adi_v5.c