OpenCores
URL https://opencores.org/ocsvn/or1k_soc_on_altera_embedded_dev_kit/or1k_soc_on_altera_embedded_dev_kit/trunk

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [trunk/] [soc/] [sw/] [adv_jtag_bridge/] [cable_common.c] - Diff between revs 12 and 21

Show entire file | Details | Blame | View Log

Rev 12 Rev 21
Line 1... Line 1...
/* cable_common.c -- Interface to the low-level cable drivers
/* cable_common.c -- Interface to the low-level cable drivers
   Copyright (C) 2001 Marko Mlinar, markom@opencores.org
   Copyright (C) 2001 Marko Mlinar, markom@opencores.org
   Copyright (C) 2004 György Jeney, nog@sdf.lonestar.org
   Copyright (C) 2004 György Jeney, nog@sdf.lonestar.org
   Copyright (C) 2008 Nathan Yawn, nathan.yawn@opencores.org
   Copyright (C) 2008 - 2010 Nathan Yawn, nathan.yawn@opencores.org
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
   (at your option) any later version.
Line 112... Line 112...
    cable_usbblaster_write_stream,
    cable_usbblaster_write_stream,
    cable_usbblaster_read_stream,
    cable_usbblaster_read_stream,
    NULL,
    NULL,
    "",
    "",
    "no options\n" },
    "no options\n" },
#ifdef __SUPPORT_FTDI_CABLES__
 
  { "usbblaster_ftdi",
 
    ftdi_usb_blaster_inout,
 
    ftdi_usb_blaster_out,
 
    ftdi_usb_blaster_init,
 
    NULL,
 
    cable_usbblaster_opt,
 
    cable_common_write_bit,
 
    cable_common_read_write_bit,
 
    cable_common_write_stream,
 
    cable_common_read_stream,
 
    NULL,
 
    "",
 
    "no options\n" },
 
#endif
 
  { "xpc_usb",
  { "xpc_usb",
    cable_xpcusb_inout,
    cable_xpcusb_inout,
    cable_xpcusb_out,
    cable_xpcusb_out,
    cable_xpcusb_init,
    cable_xpcusb_init,
    NULL,
    NULL,

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.