Skip to content
Snippets Groups Projects
  1. Nov 13, 2009
  2. Nov 12, 2009
  3. Nov 11, 2009
    • Zachary T Welch's avatar
      fix 'jtag interface' behavior · 5e1b500b
      Zachary T Welch authored
      Without this patch, running "openocd -c 'jtag interface'" segfaults.
      Now, it returns the string "undefined" when the interface is unset.
      5e1b500b
  4. Nov 10, 2009
    • Zachary T Welch's avatar
      jtag: remove useless declarations · 8d6dcb9d
      Zachary T Welch authored
      Contrary to my previous assessment, some opportunities to remove forward
      declarations were overlooked.  Remove them by moving the definitions
      of the command registration and interface structure to the end of files.
      8d6dcb9d
  5. Nov 09, 2009
    • David Brownell's avatar
      finish removing deprecated/obsolete commands · d70d9634
      David Brownell authored
      
      It's been about a year since these were deprecated and, in most
      cases, removed.  There's no point in carrying that documentation,
      or backwards compatibility for "jtag_device" and "jtag_speed",
      around forever.  (Or a few remnants of obsolete code...)
      
      Removed a few obsolete uses of "jtag_speed":
      
       - The Calao stuff hasn't worked since July 2008.  (Those Atmel
         targets need to work with a 32KHz core clock after reset until
         board-specific init-reset code sets up the PLL and enables a
         faster JTAg clock.)
       - Parport speed controls don't actually work (tops out at about
         1 MHz on typical HW).
       - In general, speed controls need to live in board.cfg files (or
         sometimes target.cfg files), not interface.cfg ...
      
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      d70d9634
    • Zachary T Welch's avatar
      src/jtag: remove 'extern' and wrap headers. · 5e9d18f0
      Zachary T Welch authored
      Removes the 'extern' keyword from function declarations.
      Wraps long prototypes to fit into 80 columns.
      
      Fixes documentation for jtag_tap_s::{,has}idcode fields.
      5e9d18f0
  6. Nov 07, 2009
  7. Nov 06, 2009
  8. Nov 05, 2009
Loading