mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 08:38:14 +10:00
Split main jtag.c file into two layers:
- src/jtag/core.c: contains the low-level JTAG TAP and scanning routines. - src/jtag/tcl.c: contains high-level JTAG TCL commands that use the core. - Remove static keywords from routines in core.c, extern from tcl.c: - jtag, jtag_interface global variables - jtag_{examine,validate}_chain and jtag_tap_{init,free} functions - Added myself to the copyright header in both of these files. - Used 'svn cp' to add files, so versioning was preserved for both. git-svn-id: svn://svn.berlios.de/openocd/trunk@2149 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
03b2b345ed
commit
66707c94d7
@ -124,7 +124,8 @@ ARMJTAGEWFILES =
|
||||
endif
|
||||
|
||||
libjtag_la_SOURCES = \
|
||||
jtag.c \
|
||||
core.c \
|
||||
tcl.c \
|
||||
interface.c \
|
||||
$(DRIVERFILES) \
|
||||
$(BITBANGFILES) \
|
||||
|
1268
src/jtag/core.c
Normal file
1268
src/jtag/core.c
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user