]> git.sur5r.net Git - openocd/history - src/jtag/core.c
Silence -O3 warning
[openocd] / src / jtag / core.c
2011-06-07 Øyvind HarboeSilence -O3 warning
2011-04-30 Jonas Hörbergadapter speed: require init script setting and centrali...
2011-04-19 Øyvind Harboejtag: clarify jtag->init() and jtag->quit() definitions
2011-03-15 Øyvind Harboejtag: clean up jtag_sleep, handle short sleeps correctl...
2011-01-14 Santeri Salkostr9xpec: Find flash controller from the chain.
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-12-25 David Brownellinitial SWD transport (SWD infrastructure #2)
2010-12-10 Paul RichardsFix for segmentation fault from freed memory access...
2010-12-08 Øyvind Harboejtag: getting the JTAG speed can fail
2010-09-08 Alexander SteinRemove duplicated initialization
2010-09-07 Øyvind Harboewarning: fix silly -O3 warning
2010-09-03 Øyvind Harboejtag: fix regression with dummy driver and when startin...
2010-08-02 Øyvind Harboejtag: add jtag_flush_queue_sleep debug command
2010-07-12 Spencer Oliverjtag: fix shadow issues in adapter_init
2010-07-09 Spencer Olivertransport: fix bug/typo in transport_register cmd
2010-07-02 David Brownellinitial "transport" framework
2010-06-21 Øyvind Harboejtag: retire jtag_get_error()
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-15 David Brownellrename jtag_nsrst_assert_width as adapter_nsrst_assert_...
2010-03-15 David Brownellrename jtag_nsrst_delay as adapter_nsrst_delay
2010-03-15 David Brownellrename jtag_khz as adapter_khz
2010-03-14 David Brownellrename jtag_interface_{init,quit}()
2010-03-08 Øyvind Harboejtag: simplify jtag_add_plain_ir/dr_scan
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-03-01 Øyvind Harboejtag: the post TAP state is now passed to the drivers
2010-02-27 David Brownellinterface: define TMS sequence command
2010-02-03 Spencer OliverJTAG: fix bug when no interface connected
2010-01-25 Edgar Grimbergcore arm11: Silence logs at level 3 if there is no...
2009-12-14 David Brownelljtag: add '-ignore-version' option
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-12-05 David Brownellmisc code review updates
2009-12-04 Zachary T Welchseparate Jim from jtag/core.c
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-11-17 David BrownellJTAG: fix autoprobe failure.
2009-11-16 David BrownellJTAG: no LOG_WARNING() for taps without IDCODE
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchjtag_event_callback_t -> struct jtag_event_callback
2009-11-13 Zachary T Welchjtag_interface_t -> struct jtag_interface
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-09 David Brownellfinish removing deprecated/obsolete commands
2009-10-26 David BrownellJTAG: simple autoprobing
2009-10-25 David BrownellJTAG: jtag_tap_init() bugfixes
2009-10-20 David Brownelljtag_add_statemove() always uses TLR to get to RESET
2009-10-15 David Brownellportability updates
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-10-09 David Brownelladd documentation about reset customization
2009-10-09 Øyvind HarboeMerge commit 'origin/master'
2009-10-09 David Brownellminor JTAG init messaging tweaks
2009-10-08 David Brownellprevent abort via polling during jtag_reset
2009-10-08 David BrownellStop ignoring most scan chain validation errors
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellForce sane SRST and TRST initialization
2009-10-07 dbrownellBetter fix for TAPs violating the JTAG spec for IR...
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 oharboeDo not check ir capture if there is no IDCODE
2009-10-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-06 oharboeIntroduced jtag_init and "jtag arp_init" to allow targe...
2009-10-05 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-05 dbrownellImprove jtag_validate_ircapture() diagnostics.
2009-10-05 dbrownellAdd a new JTAG "setup" event; use for better DaVinci...
2009-09-29 dbrownellStreamline Capture-IR validation code
2009-09-29 dbrownellMake "-expected-id 0" suppress warnings; not unlike...
2009-09-29 oharboeadded t/nsrst_assert_width commands
2009-09-26 dbrownellDiagnostics tweaks for jtag_examine_chain() failure...
2009-09-26 dbrownellUpdates to the initial scanchain validation code:
2009-09-21 dbrownellUpdate the jtag-examine_chain() logic to verify that...
2009-09-20 dbrownellDebug message updates:
2009-09-19 dbrownellMinor behavior fixes for the two JTAG reset events...
2009-09-17 dbrownellAddress codereview comment from Steve Grubb <sgrubb...
2009-09-11 oharboetap post reset event added. Allows omap3530 to send...
2009-08-26 oharboeDavid Brownell <david-b@pacbell.net> Fix segv in jtag_e...
2009-08-26 oharboeadded missing check on jtag_execute
2009-08-26 oharboereduce arm11 output noise
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> More jtag_add_rese...
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> More jtag_add_rese...
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> Some jtag_add_rese...
2009-08-24 oharboeJonas Horberg <jhorberg@sauer-danfoss.com>
2009-08-18 ntfreakJonas Horberg [jhorberg@sauer-danfoss.com]
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-29 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelch- Replace '){' with ') {'.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-19 duaneprintf() warning fixes due to uint32_t change-over
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
next