Skip to content
Snippets Groups Projects
  1. Nov 06, 2009
    • David Brownell's avatar
      ARM966: remove exports and forward decls · 20ff0a96
      David Brownell authored
      
      Unneeded exports cause confusion about the module interfaces.
      Make most functions static.
      
      The forward decls are just code clutter; remove them, by moving
      their references after definitions.  This is another file which
      never needed even one internal forward declaration.
      
      Also remove needless arm966e_init_target(), in favor of the
      arm9tdmi routine to which it delegates its work.
      
      This saved over 100 bytes of code on x86_32.
      
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      20ff0a96
  2. Sep 11, 2009
  3. Jun 18, 2009
  4. May 11, 2009
  5. Sep 20, 2008
  6. Oct 08, 2007
    • ntfreak's avatar
      - cleaned up str7, str9 and stm32 flash drivers · ce8768f4
      ntfreak authored
      - str7 flash driver now checks correct busy bits depending on device
      - str9 flash driver now disables ITCM order as per st programming manual
      - added str7 disable_jtag command
      - added gdb_detach command
      - updated arm966e cp15 support
      - fix crash on mingw build when enabling target_request debugmsgs
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@209 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      ce8768f4
  7. Jan 22, 2007
    • drath's avatar
      - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin) · 4fc97d3f
      drath authored
      - fix infinite recursion in target_init_handler (thanks to jw and Magnus Lundin)
      - fix CFI flash handlign with buswidth < 32bit (thanks to Daniele Orio for reporting this)
      - add support for reading JTAG device id (currently only as debug output on startup)
      - cleaned up handling of EmbeddedICE registers. Supported functionality and register size now determined by EmbeddedICE version number.
      - small cleanups/fixes
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@124 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      4fc97d3f
  8. Aug 06, 2006
  9. Jun 02, 2006
Loading