-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a825aee
commit f49ce18
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule jtaghal
updated
21 files
+29 −16 | ARM7TDMISProcessor.cpp | |
+7 −11 | ARM7TDMISProcessor.h | |
+6 −2 | ARMCortexA57.cpp | |
+1 −1 | ARMCortexA57.h | |
+15 −4 | ARMCortexA9.cpp | |
+1 −1 | ARMCortexA9.h | |
+2 −2 | ARMCortexM4.cpp | |
+1 −1 | ARMCortexM4.h | |
+13 −13 | ARMDebugMemAccessPort.cpp | |
+49 −27 | ARMDebugPort.cpp | |
+7 −2 | ARMDebugPort.h | |
+9 −12 | ARMv7MProcessor.cpp | |
+5 −10 | ARMv7MProcessor.h | |
+7 −10 | ARMv7Processor.cpp | |
+5 −8 | ARMv7Processor.h | |
+19 −14 | ARMv8Processor.cpp | |
+8 −10 | ARMv8Processor.h | |
+17 −0 | DebuggableDevice.cpp | |
+17 −0 | DebuggableDevice.h | |
+1 −1 | STM32Device.cpp | |
+1 −1 | XilinxFPGA.h |
Submodule jtaghal-apps
updated
4 files
+3 −4 | jtagsh/CMakeLists.txt | |
+494 −0 | jtagsh/commands.cpp | |
+64 −0 | jtagsh/jtagsh.h | |
+1 −252 | jtagsh/main.cpp |