X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=doc%2Fopenocd.texi;h=28e69e6f56c3bdaef906c824f4c3709e80eb3e0c;hb=d177ae04ff1efa4ffb8fc9d8beb16e36493093df;hp=2a5a9fe66d0cf8e94236254ba947f047b454a438;hpb=d998ea40f3a323cfbc7b80d9c9d5057fbc76c6a9;p=openocd.git diff --git a/doc/openocd.texi b/doc/openocd.texi index 2a5a9fe66d..28e69e6f56 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -410,8 +410,12 @@ to be available anymore as of April 2012. (OpenHardware). @item @b{JTAG-lock-pick Tiny 2} @* Link @url{http://www.distortec.com/jtag-lock-pick-tiny-2} FT232H-based -@end itemize +@item @b{GW16042} +@* Link: @url{http://shop.gateworks.com/index.php?route=product/product&path=70_80&product_id=64} +FT2232H-based + +@end itemize @section USB-JTAG / Altera USB-Blaster compatibles These devices also show up as FTDI devices, but are not @@ -534,9 +538,6 @@ produced, PDF schematics are easily found and it is easy to make. @item @b{Amontec - JTAG Accelerator} @* Link: @url{http://www.amontec.com/jtag_accelerator.shtml} -@item @b{GW16402} -@* Link: @url{http://www.gateworks.com/products/avila_accessories/gw16042.php} - @item @b{Wiggler2} @* Link: @url{http://www.ccac.rwth-aachen.de/~michaels/index.php/hardware/armjtag} @@ -1305,23 +1306,23 @@ hilscher_nxhx500_re.cfg opendous_ftdi.cfg vsllink.cfg hilscher_nxhx50_etm.cfg openocd-usb.cfg xds100v2.cfg interface/ftdi: -axm0432.cfg icebear.cfg oocdlink.cfg -calao-usb-a9260-c01.cfg jtagkey2.cfg opendous_ftdi.cfg -calao-usb-a9260-c02.cfg jtagkey2p.cfg openocd-usb.cfg -cortino.cfg jtagkey.cfg openocd-usb-hs.cfg -dlp-usb1232h.cfg jtag-lock-pick_tiny_2.cfg openrd.cfg -dp_busblaster.cfg kt-link.cfg redbee-econotag.cfg -flossjtag.cfg lisa-l.cfg redbee-usb.cfg -flossjtag-noeeprom.cfg luminary.cfg sheevaplug.cfg -flyswatter2.cfg luminary-icdi.cfg signalyzer.cfg -flyswatter.cfg luminary-lm3s811.cfg signalyzer-lite.cfg +axm0432.cfg hitex_str9-comstick.cfg olimex-jtag-tiny.cfg +calao-usb-a9260-c01.cfg icebear.cfg oocdlink.cfg +calao-usb-a9260-c02.cfg jtagkey2.cfg opendous_ftdi.cfg +cortino.cfg jtagkey2p.cfg openocd-usb.cfg +dlp-usb1232h.cfg jtagkey.cfg openocd-usb-hs.cfg +dp_busblaster.cfg jtag-lock-pick_tiny_2.cfg openrd.cfg +flossjtag.cfg kt-link.cfg redbee-econotag.cfg +flossjtag-noeeprom.cfg lisa-l.cfg redbee-usb.cfg +flyswatter2.cfg luminary.cfg sheevaplug.cfg +flyswatter.cfg luminary-icdi.cfg signalyzer.cfg +gw16042.cfg luminary-lm3s811.cfg signalyzer-lite.cfg hilscher_nxhx10_etm.cfg minimodule.cfg stm32-stick.cfg hilscher_nxhx500_etm.cfg neodb.cfg turtelizer2-revB.cfg hilscher_nxhx500_re.cfg ngxtech.cfg turtelizer2-revC.cfg hilscher_nxhx50_etm.cfg olimex-arm-usb-ocd.cfg vpaclink.cfg hilscher_nxhx50_re.cfg olimex-arm-usb-ocd-h.cfg xds100v2.cfg hitex_lpc1768stick.cfg olimex-arm-usb-tiny-h.cfg -hitex_str9-comstick.cfg olimex-jtag-tiny.cfg $ @end example @item @file{board} ... @@ -2353,6 +2354,17 @@ The default behaviour is @option{disable}; use @option{enable} see these errors reported. @end deffn +@deffn {Config Command} gdb_target_description (@option{enable}|@option{disable}) +Set to @option{enable} to cause OpenOCD to send the target descriptions to gdb via qXfer:features:read packet. +The default behaviour is @option{disable}. +@end deffn + +@deffn {Command} gdb_save_tdesc +Saves the target descripton file to the local file system. + +The file name is @i{target_name}.xml. +@end deffn + @anchor{eventpolling} @section Event Polling @@ -3088,7 +3100,7 @@ version of OpenOCD. @deffn Command {transport select} transport_name Select which of the supported transports to use in this OpenOCD session. The transport must be supported by the debug adapter hardware and by the -version of OPenOCD you are using (including the adapter's driver). +version of OpenOCD you are using (including the adapter's driver). No arguments: returns name of session's selected transport. @end deffn