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