-
- Downloads
ADIv5 share DAP command support
Get rid of needless and undesirable code duplication for
all the DAP commands (resolving a FIXME) ... there's no
need for coreas to have private copies of that stuff.
Stick a pointer to the DAP in "struct arm", letting common
code get to it.
Also rename the "swjdp_info" symbol; just call it "dap".
This is an overall code shrink.
Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
Showing
- src/target/arm.h 6 additions, 0 deletionssrc/target/arm.h
- src/target/arm_adi_v5.c 116 additions, 23 deletionssrc/target/arm_adi_v5.c
- src/target/arm_adi_v5.h 2 additions, 11 deletionssrc/target/arm_adi_v5.h
- src/target/armv7a.c 1 addition, 107 deletionssrc/target/armv7a.c
- src/target/armv7a.h 1 addition, 2 deletionssrc/target/armv7a.h
- src/target/armv7m.c 1 addition, 149 deletionssrc/target/armv7m.c
- src/target/armv7m.h 1 addition, 1 deletionsrc/target/armv7m.h
- src/target/cortex_a8.c 23 additions, 21 deletionssrc/target/cortex_a8.c
- src/target/cortex_m3.c 23 additions, 21 deletionssrc/target/cortex_m3.c
Loading
Please register or sign in to comment