Skip to content
Snippets Groups Projects
  1. Feb 25, 2008
  2. Feb 24, 2008
  3. Feb 18, 2008
  4. Feb 11, 2008
  5. Feb 10, 2008
  6. Feb 04, 2008
  7. Jan 22, 2008
  8. Jan 20, 2008
  9. Jan 11, 2008
  10. Jan 07, 2008
  11. Dec 29, 2007
    • ntfreak's avatar
      - minimum autoconf 2.59 is now required and verified - due to issues with AS_HELP_STRING · 6c9b804d
      ntfreak authored
      - native win32 now handles WSAECONNRESET - no longer exits openocd
      - qCRC packet now works correctly under cygwin (gdb compare-sections command)
      - removed __USE_GNU define from gdbserver.c
      - gdb qSupported packet is now handled, with this we are able to tell gdb packet size, memory map of target
      - added new target script gdb_program_config - called before gdb flash programming
      - new gdb server command gdb_memory_map (enable|disable> - default is disable
      - new gdb server command gdb_flash_program (enable|disable> - default is disable
      - gdb flash programming supported - vFlash packets
      - image_elf_read_section now does not clear any remaining data, this was causing the gdb checksum to fail with certain files
      - reformat of usbprog.c
      - memory leak in command_print fixed
      - updated texi doc to include new commands
      - added gdb programming section to docs
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@246 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      6c9b804d
  12. Dec 18, 2007
  13. Dec 10, 2007
    • mifi's avatar
      - Fixing two compiler warnings · 9c999216
      mifi authored
      - Reducing  stack usage for recursive scripts
      - Do not exit on bogus arguments to reset_config. No longer exit the application upon bogus arguments to reset_config, but return errors.
      
      thanks to Øyvind Harboe for these patches.
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@226 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      9c999216
  14. Dec 09, 2007
  15. Nov 23, 2007
  16. Oct 01, 2007
  17. Sep 10, 2007
  18. Sep 05, 2007
    • drath's avatar
      Patch by Michael Schwingen that · 6ae83f5c
      drath authored
       - adds support for the Altium universal JTAG cable
       - adds support for "wiggler2" cable (basically a wiggler with added LED, documentation coming soon)
       - adds LED support. The LED is turned on during data transfer - works fine on Altium and wiggler2.
       - adds PORT_EXIT pattern that is written to port when exiting, in order to turn off power on cables that get their power from parallel port data lines
       - move port writes (with the system-specific ifdefs) to one central function
      
      - increased image cache size to 2KB (might require more adaptive cache handling, e.g. LRU)
      
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@204 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      6ae83f5c
  19. Aug 25, 2007
  20. Aug 16, 2007
  21. Aug 14, 2007
    • drath's avatar
      - corrected automake script · 70853596
      drath authored
      git-svn-id: svn://svn.berlios.de/openocd/trunk@195 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      70853596
    • drath's avatar
      - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not... · 29000b20
      drath authored
      - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not functional yet). Configure option changed from --enable-presto to 
      --enable-presto_ftd2xx and --enable-presto_libftdi
      - completed trace point support for use with ARM7/9 DCC
      - completed debug message output with support for HEX dumps (1, 2 or 4 byte quantities)
      - fixed bug in delete_debug_msg_receiver (thanks to Pavel Chromy)
      - fixed bug in image_add_section (thanks to Pavel Chromy)
      - at91sam7 sector erase reworked (thanks to Pavel Chromy)
      - merge consecutive sections during flash image write to work around possible section alignment issues with LPC2000 targets
      
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@194 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      29000b20
  22. Aug 10, 2007
    • drath's avatar
      - renamed M5960 USB JTAG to "flyswatter" · 20e4e77c
      drath authored
      - make ep93xx and at91rm9200 bitbang JTAG interfaces dependant on ARM host (thanks to Vincent Palatin)
      - various whitespace fixes
      - removed various warnings
      - add support for Debian GNU/kFreeBSD (thanks to Uwe Hermann)
      - fix OpenOCD compilation for various platforms (thanks to Uwe Hermann and Vincent Palatin)
      - switched order of JTAG chain examination and validation (examine first, then multiple validation tries even if examination failed)
      - added target_request subsystem to handle requests from the target (debug messages and tracepoints implemented, future enhancements might include
      semihosting, all ARM7/9 only for now)
      - added support for GDB vFlashXXX packets (thanks to Pavel Chromy)
      - added support for receiving data via ARM7/9 DCC
      - reworked flash writing. the 'flash write' command is now deprecated and replaced by 'flash write_binary' (old syntax and behaviour) and 'flash
      write_image' (write image files (bin, hex, elf, s19) to a target).
      - added support for AMD/ST/SST 29F400B non-cfi flashes
      
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@190 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      20e4e77c
  23. Jul 31, 2007
  24. Jul 26, 2007
  25. Jul 25, 2007
    • drath's avatar
      - reformat src/jtag/bitq.c (thanks to Pavel Chromy) · 290e01c6
      drath authored
      - fix multiple reads from FT2232 into same buffer location (thanks to Magnus Lundin)
      - retry JTAG chain validation (thanks to Magnus Lundin)
      - reworked GDB packet input handling (thanks to Pavel Chromy)
      - output error message when setting a watchpoint failed
      - removed duplicate out-of-bounds check in at91sam7.c (thanks to Pavel Chromy)
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@181 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      290e01c6
  26. Jul 15, 2007
    • drath's avatar
      - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and... · 1429d2c6
      drath authored
      - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible)
      - added support for usbprog (thanks to Benedikt Sauter)
      - make OpenOCD listen for WM_QUIT messages on windows (thanks to Pavel Chromy)
      - register at_exit handler to do necessary unregistering (thanks to Pavel Chromy)
      - added dummy ETM capture driver to allow ETM to be registered without a capture driver
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@180 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      1429d2c6
  27. Jun 21, 2007
  28. May 29, 2007
    • drath's avatar
      - split fileio handling into fileio part and image handling · 237e8948
      drath authored
      - reworked etm/etb into a generic etm part with trace capture drivers (currently only etb supported)
      - added XScale debug handler binary to repository
      - added Thumb disassembling (thanks to Vincent Palatin for this patch)
      - added support for non-CFI compatible flashes to cfi driver (currently only SST39VFxxx devices supported)
      This checkin is experimental, not suitable for general use
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@155 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      237e8948
  29. May 10, 2007
  30. May 05, 2007
  31. Apr 28, 2007
  32. Apr 25, 2007
  33. Apr 16, 2007
Loading