aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2011-06-26Include ULINK driver in src/jtag/drivers/Makefile.amMartin Schmölzer
2011-06-26Include ULINK driver in src/jtag/interfaces.cMartin Schmölzer
2011-06-26Add OpenULINK firmwareMartin Schmölzer
2011-06-26Add source code for new ULINK driverMartin Schmölzer
2011-06-17build: add missing files from dist releaseSpencer Oliver
2011-06-16ADAPTER: Fixed transport selection mechanism to support transports other than...Tomek CEDRO
2011-06-13transport: move files over to transport folderØyvind Harboe
2011-06-12cleanup trailing whitespacesRodrigo L. Rosa
2011-06-12Added minimodule (ftdi) interfaceRodrigo L. Rosa
2011-06-07Silence -O3 warningØyvind Harboe
2011-06-07Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg
2011-04-26buspirate: fix building on some OSesDamjan Marion
2011-04-19jtag: clarify jtag->init() and jtag->quit() definitionsØyvind Harboe
2011-04-13cortex_a : multiple target on the same dapMichel JAOUEN
2011-04-09jlink: jlink_debug_buffer use inline function when _DEBUG_USB_COMMS_ not defineJean-Christophe PLAGNIOL-VILLARD
2011-04-08Buffering for up to 64 bytes in USB Blaster.Ali Lown
2011-04-08Add support for LED to USB Blaster code.Ali Lown
2011-04-01types: write memory now uses constØyvind Harboe
2011-03-21zy1000: fix bug in ir scan handlingØyvind Harboe
2011-03-21zy1000: removed JTAG master TCP/IP serverØyvind Harboe
2011-03-18zy1000: add code to check that SRST assertsØyvind Harboe
2011-03-17Fix a bunch of typos.Uwe Hermann
2011-03-15zy1000: switch to pthreadØyvind Harboe
2011-03-15zy1000: fix JTAG over TCP/IP performance problemØyvind Harboe
2011-03-15zy1000: fix incorrect usage of jtag_sleep()Øyvind Harboe
2011-03-15jtag: clean up jtag_sleep, handle short sleeps correctly via usleepØyvind Harboe
2011-03-15zy1000: reduce memory usage for fw upgrade fnØyvind Harboe
2011-03-13jlink: add Emulator configuration supportJean-Christophe PLAGNIOL-VILLARD
2011-03-13jlink: add detect hw typeJean-Christophe PLAGNIOL-VILLARD
2011-03-13jlink: use tap buffer as 2kJean-Christophe PLAGNIOL-VILLARD
2011-03-13jlink: add capability dumper and commandJean-Christophe PLAGNIOL-VILLARD
2011-03-03ft2232: fix log message and change log output to debugMathias K
2011-03-02jlink: add jlink_pid to specify the pid to useJean-Christophe PLAGNIOL-VILLARD
2011-03-02jlink: switch commands to subcommandsJean-Christophe PLAGNIOL-VILLARD
2011-03-02jlink: harmonise the device name to J-LinkJean-Christophe PLAGNIOL-VILLARD
2011-03-02jlink: add new PID and VIDJean-Christophe PLAGNIOL-VILLARD
2011-02-25jtag: add wait_srst_deassert commandØyvind Harboe
2011-02-24ft2232: fix possible read buffer overflowMathias K
2011-02-23jlink: set the speed at JLINK_MAX_SPEED when an exceeded speed is requestedJean-Christophe PLAGNIOL-VILLARD
2011-02-14ft2232: add functions for ft2232 set data bits high/low byte commandMathias K
2011-02-08buspirate: Fix command parsing, fix errors to have more sense.Michal Demin
2011-01-26add basic TI xds100v2 supportMathias K
2011-01-14str9xpec: Find flash controller from the chain.Santeri Salko
2011-01-13transport: fix transport command args gaffesimon qian
2011-01-13transport: fix LOG_DEBUG gaffesimon qian
2011-01-09nit: more LOG_* \n fixesEric Wetzel
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell