- added jlink support, based on Jürgen Stuber patch
git-svn-id: svn://svn.berlios.de/openocd/trunk@658 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -193,6 +193,10 @@ static int hasKHz = 0;
|
||||
extern jtag_interface_t usbprog_interface;
|
||||
#endif
|
||||
|
||||
#if BUILD_JLINK == 1
|
||||
extern jtag_interface_t jlink_interface;
|
||||
#endif
|
||||
|
||||
jtag_interface_t *jtag_interfaces[] = {
|
||||
#if BUILD_ECOSBOARD == 1
|
||||
&eCosBoard_interface,
|
||||
@@ -226,6 +230,9 @@ jtag_interface_t *jtag_interfaces[] = {
|
||||
#endif
|
||||
#if BUILD_USBPROG == 1
|
||||
&usbprog_interface,
|
||||
#endif
|
||||
#if BUILD_JLINK == 1
|
||||
&jlink_interface,
|
||||
#endif
|
||||
NULL,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user