]> git.sur5r.net Git - openocd/commit
Move JTAG interface list to new files.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 29 Jun 2009 00:00:50 +0000 (00:00 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 29 Jun 2009 00:00:50 +0000 (00:00 +0000)
commitc2cecc74b0acb11254392b6622655a4758f35903
tree33899eae8db9d6de426270433b7b4039e9dba8ed
parent445fef39fbc06eb1d3d9669c91e792561dcf922a
Move JTAG interface list to new files.
- Adds new source files to encapsulate static/dynamic module handling.
- Further work should implement the jtag_interface_modules_load routine,
  to populate the jtag_interfaces list from shared libraries in a path.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2413 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/jtag/Makefile.am
src/jtag/interfaces.c [new file with mode: 0644]
src/jtag/interfaces.h [new file with mode: 0644]
src/jtag/tcl.c