A dummy driver to test codepath w/no contact w/target.
git-svn-id: svn://svn.berlios.de/openocd/trunk@572 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -156,7 +156,11 @@ static int hasKHz = 0;
|
||||
#if BUILD_PARPORT == 1
|
||||
extern jtag_interface_t parport_interface;
|
||||
#endif
|
||||
|
||||
|
||||
#if BUILD_DUMMY == 1
|
||||
extern jtag_interface_t dummy_interface;
|
||||
#endif
|
||||
|
||||
#if BUILD_FT2232_FTD2XX == 1
|
||||
extern jtag_interface_t ft2232_interface;
|
||||
#endif
|
||||
@@ -196,6 +200,9 @@ jtag_interface_t *jtag_interfaces[] = {
|
||||
#if BUILD_PARPORT == 1
|
||||
&parport_interface,
|
||||
#endif
|
||||
#if BUILD_DUMMY == 1
|
||||
&dummy_interface,
|
||||
#endif
|
||||
#if BUILD_FT2232_FTD2XX == 1
|
||||
&ft2232_interface,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user