aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/core.c
AgeCommit message (Expand)Author
2012-07-11jtag: remove redundant id checkSpencer Oliver
2012-06-26Fix idcode end of chain flag.Mathias K
2012-05-25jtag: fix incorrect LOG_DEBUG abs_chain_positionSpencer Oliver
2012-04-10topic: add reset functions for SWDSimon Qian
2012-02-26jtag: use correct tap -ignore-version maskSpencer Oliver
2012-02-06doxygen: use correct comment syntaxSpencer Oliver
2012-02-06build: cleanup src/jtag directorySpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-12-23jtag: only if an in_value storage is provided will the captured IR value be c...Øyvind Harboe
2011-12-20jtag: make caller always allocate bufferØyvind Harboe
2011-12-20jtag: retire jtag_alloc_in_value32Øyvind Harboe
2011-10-22warning: fix false positiveØyvind Harboe
2011-06-13transport: move files over to transport folderØyvind Harboe
2011-06-07Silence -O3 warningØyvind Harboe
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg
2011-04-19jtag: clarify jtag->init() and jtag->quit() definitionsØyvind Harboe
2011-03-15jtag: clean up jtag_sleep, handle short sleeps correctly via usleepØyvind Harboe
2011-01-14str9xpec: Find flash controller from the chain.Santeri Salko
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
2010-12-10Fix for segmentation fault from freed memory access in jtag_unregister_event_...Paul Richards
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe
2010-09-08Remove duplicated initializationAlexander Stein
2010-09-07warning: fix silly -O3 warningØyvind Harboe
2010-09-03jtag: fix regression with dummy driver and when starting OpenOCD with target ...Øyvind Harboe
2010-08-02jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe
2010-07-12jtag: fix shadow issues in adapter_initSpencer Oliver
2010-07-09transport: fix bug/typo in transport_register cmdSpencer Oliver
2010-07-02initial "transport" frameworkDavid Brownell
2010-06-21jtag: retire jtag_get_error()Øyvind Harboe
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-15rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell
2010-03-15rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell
2010-03-15rename jtag_khz as adapter_khzDavid Brownell
2010-03-14rename jtag_interface_{init,quit}()David Brownell
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-03-01jtag: the post TAP state is now passed to the driversØyvind Harboe
2010-02-27interface: define TMS sequence commandDavid Brownell
2010-02-03JTAG: fix bug when no interface connectedSpencer Oliver
2010-01-25core arm11: Silence logs at level 3 if there is no activityEdgar Grimberg
2009-12-14jtag: add '-ignore-version' optionDavid Brownell
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
2009-12-05misc code review updatesDavid Brownell
2009-12-04separate Jim from jtag/core.cZachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-16JTAG: fix autoprobe failure.David Brownell
2009-11-16JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell