summaryrefslogtreecommitdiff
path: root/src/jtag/interfaces.c
Commit message (Collapse)AuthorAgeFilesLines
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-17/+17
| | | | Remove useless typedef and redundant suffix from struct jtag_interface.
* Fix @file documentation blocks in new interfaces source files.zwelch2009-06-301-5/+5
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@2422 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Move JTAG interface list to new files.zwelch2009-06-291-0/+155
- 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