summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE definesoharboe2009-04-272-0/+4
* Zach Welch <zw@superlucidity.net> fix typooharboe2009-04-262-3/+3
* R.Doss <doss@gmx.de> AT91SAM9260oharboe2009-04-261-0/+127
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macrooharboe2009-04-261-1/+1
* Corrected statement ordermlu2009-04-251-2/+2
* Fix ft2232 TX buffer overflowmlu2009-04-251-0/+7
* Break ft2232_execute_quie into smaller functions, follows restructure of jlink.cmlu2009-04-251-200/+282
* add jtag_debug_state_machineoharboe2009-04-243-0/+109
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe2009-04-242-1/+4
* Zach Welch <zw@superlucidity.net> use memcpyoharboe2009-04-241-17/+3
* Nicolas Pitre <nico@cam.org> update SheevaPlug interface cfg fileoharboe2009-04-241-2/+2
* Uwe Hermann <uwe@hermann-uwe.de> drop unecessary BSTAPIDsoharboe2009-04-242-4/+0
* Remove warningduane2009-04-241-1/+1
* Michael Bruck <mbruck@digenius.de> include file fixoharboe2009-04-231-1/+1
* stm32.cfg can expect one of 4 id's. oharboe2009-04-231-5/+5
* unbreak zy1000 oharboe2009-04-231-1/+17
* Laurentiu Cocanu - fix typooharboe2009-04-231-1/+1
* - fix win32 build after svn 1511 changesntfreak2009-04-221-0/+1
* Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.oharboe2009-04-223-797/+836
* Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warningoharboe2009-04-221-2/+2
* Zach Welch <zw@superlucidity.net> do not pad TMSoharboe2009-04-221-9/+6
* Zach Welch <zw@superlucidity.net> set speed in initoharboe2009-04-221-0/+1
* Zach Welch <zw@superlucidity.net> fix jlink resetoharboe2009-04-221-0/+4
* Zach Welch <zw@superlucidity.net> reorder enum tap_stateoharboe2009-04-221-13/+30
* Fix str_to_buf problem, thanks Andy Cheneemlu2009-04-221-2/+2
* Shrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams <jeffw@g...kc8apf2009-04-221-2/+3
* Fix use of wrong format conversion for size_t (%zu instead of %u)kc8apf2009-04-221-1/+1
* fix jtag run/idle state name courtesy of Jeff Williams <jeffw@gadgetworks.com...kc8apf2009-04-221-1/+1
* refactor jlink_execute_queue courtesy of Zach Welch <zw@superlucidity.net>kc8apf2009-04-221-81/+99
* Uwe Hermann <uwe@hermann-uwe.de> Drop non-A variants of ft2232 targetsoharboe2009-04-2210-36/+10
* Zach Welch <zw@superlucidity.net> refactoroharboe2009-04-211-177/+154
* Zach Welch <zw@superlucidity.net> fix ft2232 usb io format warningoharboe2009-04-211-3/+4
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-211-12/+0
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-214-39/+4
* Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patchesoharboe2009-04-213-42/+91
* Zach Welch <zw@superlucidity.net> fix jlink format warningoharboe2009-04-211-1/+1
* Zach Welch <zw@superlucidity.net> factor jlink usb_bulk_*_ex functionsoharboe2009-04-211-31/+18
* - vsllink update from SimonQian [simonqian@SimonQian.com]ntfreak2009-04-212-214/+735
* - fix signed/unsigned build errors under win32. Thanks Zach Welch <zw@superlu...ntfreak2009-04-212-0/+10
* - remove environ warning under win32 buildntfreak2009-04-211-0/+3
* Zach Welch <zw@superlucidity.net> add static keywords to at91rm9200oharboe2009-04-211-2/+2
* Zach Welch <zw@superlucidity.net> fix unused return value warnings (2 of 4)oharboe2009-04-211-2/+4
* Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warningsoharboe2009-04-212-7/+7
* Zach Welch <zw@superlucidity.net> fix str9x type-punned pointeroharboe2009-04-211-2/+5
* Zach Welch <zw@superlucidity.net>fix unused return value warnings (3 of 4)oharboe2009-04-211-8/+14
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-216-7/+7
* Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashsoharboe2009-04-214-17/+117
* Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe2009-04-2115-530/+545
* - fix at91rm9200 warning. Thanks Zach Welch <zw@superlucidity.net>ntfreak2009-04-203-88/+88
* Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handlingoharboe2009-04-201-16/+30