Skip to content
Snippets Groups Projects
  1. Jun 04, 2009
    • oharboe's avatar
      jtag_add_end_state() now returns the value of the global variable and does not... · bb1a1ddb
      oharboe authored
      jtag_add_end_state() now returns the value of the global variable and does not modify the global variable if passed TAP_INVALID. This patch has no effect on the current code and is just to prepare upcoming patches.
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2041 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      bb1a1ddb
    • oharboe's avatar
      JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and... · 9ab49135
      oharboe authored
      JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and some duplicate(harmless) invocations avoided.
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2040 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      9ab49135
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · de7cb1c7
      zwelch authored
      Update the "General Commands" (a.k.a. "random stuff") chapter,
      and associated chunks of other text:
      
       - Switch to @deffn and review everything that's documented
      
       - Improve descriptions of reset events, with reference to
         the setup.tcl code which issues them.
      
       - Move one zy1000-specific command to that driver's doc.
      
       - There is no "script" command; remove its doc.
      
      NOTE:  Some things missing from this bit of work are:
      
       1- Reviewing the code to catch various *missing* functions,
          mostly from "target.c"
      
       2- Alphabetizing and organizing.  This chapter is a real
          grab-bag with no evident focus or structural principle.
      
       3- Hole-filling and bugfixing with respect to messaging/logging.
          Example, what principle could possibly justify the tcl command
          output going into the server output/log instead of just the
          telnet session?
      
       4- Not just for this chapter ... but there should be a section
          with descriptions of all the supported image file formats,
          so every image command can just reference that section.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2039 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      de7cb1c7
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · e7d6306b
      zwelch authored
      Remove pernicious whitespace from ft2232 driver; as usual,
      end-of-line noise, but here also much line-internal stuff.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2038 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      e7d6306b
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · ec2bc225
      zwelch authored
      Minor cleanup of FT2232:
        - make Olimex glue warn about Olimex issues instead of JTAGkey issues;
        - make some data static+const;
        - don't export some internal symbols.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2037 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      ec2bc225
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 4123f082
      zwelch authored
      Remove pernicious whitespace from src/jtag/*c files; mostly
      the end-of-line flavor for now, although there's more.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2036 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      4123f082
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · 99fbbdc9
      zwelch authored
      Convert the Interface/Dongle Config chapter's section
      on drivers to use the @deffn syntax, and integrate the
      presentation of the driver-specific commands with the
      relevant driver.  Alphabetize.
      
      Cross-checked against the code ... several adapters were
      not listed, and a few commands weren't.
      
      (Maintainers for the versaloon and zy1000 drivers would be
      good candidates to add the commands missing from those
      sections...)
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2035 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      99fbbdc9
    • zwelch's avatar
      David Brownell <david-b@pacbell.net>: · b619b746
      zwelch authored
      Convert the str9xpec driver info to use @deffn; alphabetize;
      add the missing part_id command.
      
      Convert the mflash support to use @deffn; alphabetize.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2034 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      b619b746
  2. Jun 03, 2009
  3. Jun 02, 2009
Loading