summaryrefslogtreecommitdiff
path: root/src/jtag/core.c
Commit message (Expand)AuthorAgeFilesLines
* TRANSPORT: Supported transport names lists are now declared by src/transport....Tomek CEDRO2011-06-251-1/+1
* transport: move files over to transport folderØyvind Harboe2011-06-131-1/+1
* Silence -O3 warningØyvind Harboe2011-06-071-1/+1
* adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg2011-05-011-4/+11
* jtag: clarify jtag->init() and jtag->quit() definitionsØyvind Harboe2011-04-191-6/+7
* jtag: clean up jtag_sleep, handle short sleeps correctly via usleepØyvind Harboe2011-03-151-1/+8
* str9xpec: Find flash controller from the chain.Santeri Salko2011-01-141-1/+1
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-031-1/+1
* initial SWD transport (SWD infrastructure #2)David Brownell2010-12-241-0/+3
* Fix for segmentation fault from freed memory access in jtag_unregister_event_...Paul Richards2010-12-101-13/+9
* jtag: getting the JTAG speed can failØyvind Harboe2010-12-081-10/+17
* Remove duplicated initializationAlexander Stein2010-09-081-1/+0
* warning: fix silly -O3 warningØyvind Harboe2010-09-071-1/+1
* jtag: fix regression with dummy driver and when starting OpenOCD with target ...Øyvind Harboe2010-09-031-5/+13
* jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe2010-08-021-0/+17
* jtag: fix shadow issues in adapter_initSpencer Oliver2010-07-121-1/+0
* transport: fix bug/typo in transport_register cmdSpencer Oliver2010-07-091-3/+1
* initial "transport" frameworkDavid Brownell2010-07-021-0/+61
* jtag: retire jtag_get_error()Øyvind Harboe2010-06-211-7/+4
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-20/+0
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-2/+3
* rename jtag_nsrst_assert_width as adapter_nsrst_assert_widthDavid Brownell2010-03-151-5/+5
* rename jtag_nsrst_delay as adapter_nsrst_delayDavid Brownell2010-03-151-5/+5
* rename jtag_khz as adapter_khzDavid Brownell2010-03-151-5/+5
* rename jtag_interface_{init,quit}()David Brownell2010-03-141-6/+12
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-6/+8
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-14/+17
* jtag: retire tap fieldØyvind Harboe2010-03-081-17/+15
* jtag: the post TAP state is now passed to the driversØyvind Harboe2010-03-011-1/+1
* interface: define TMS sequence commandDavid Brownell2010-02-271-0/+29
* JTAG: fix bug when no interface connectedSpencer Oliver2010-02-031-0/+7
* core arm11: Silence logs at level 3 if there is no activityEdgar Grimberg2010-01-251-4/+6
* jtag: add '-ignore-version' optionDavid Brownell2009-12-141-2/+11
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-081-27/+0
* misc code review updatesDavid Brownell2009-12-051-2/+1
* separate Jim from jtag/core.cZachary T Welch2009-12-041-11/+0
* do not extern 'interp' from command.cZachary T Welch2009-11-301-1/+1
* JTAG: fix autoprobe failure.David Brownell2009-11-161-2/+10
* JTAG: no LOG_WARNING() for taps without IDCODEDavid Brownell2009-11-161-1/+1
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-1/+1
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* jtag_event_callback_t -> struct jtag_event_callbackZachary T Welch2009-11-131-13/+19
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-2/+2
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-15/+15
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-21/+21
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-091-7/+0
* JTAG: simple autoprobingDavid Brownell2009-10-261-12/+102
* JTAG: jtag_tap_init() bugfixesDavid Brownell2009-10-251-9/+18
* jtag_add_statemove() always uses TLR to get to RESETDavid Brownell2009-10-191-5/+7