Skip to content
Snippets Groups Projects
  1. Oct 08, 2009
  2. Aug 20, 2009
  3. Aug 18, 2009
    • ntfreak's avatar
      Jonas Horberg [jhorberg@sauer-danfoss.com] · a634b5d5
      ntfreak authored
      https://lists.berlios.de/pipermail/openocd-development/2009-August/009939.html
      
      1. It can only be built with the FTD2XX driver. libftdi supports FT2232H/FT4232H 
      since version 0.16 
      
      2. A speed value of 0 is used as a RTCK request indicator. This clashes with the 
      valid clock division value 0 that provide the highest fixed clock frequency. 
      
      3. The ft2232_speed_div function return the maximum selectable frequency (30MHz) 
      when RTCK is activated. It should return 0. 
      
      4. The ft2232_khz function return ERROR_OK when RTCK is requested even for 
      devices lacking RTCK support. It should return ERROR_FAIL so the upper driver layers 
      can detect this and try to fallback to a fixed frequency. 
      
      5. FT2232H/FT4232H have a backward compatibility function that divide the clock 
      by 5 to get the same frequency range as FT2232D. There is no code that disable 
      this functionality. I can not find anything about if this is enabled or disabled by default. 
      I think it is safest to actively disable it. 
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2591 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      a634b5d5
  4. Jul 14, 2009
  5. Jul 12, 2009
  6. Jul 08, 2009
  7. Jul 07, 2009
  8. Jul 02, 2009
  9. Jul 01, 2009
  10. Jun 30, 2009
  11. Jun 19, 2009
  12. Dec 06, 2008
  13. Sep 22, 2008
  14. Sep 21, 2008
  15. Mar 02, 2008
  16. Feb 29, 2008
  17. Feb 27, 2008
  18. 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
  19. Jul 26, 2007
  20. Jun 14, 2007
    • drath's avatar
      - added manpage for OpenOCD (thanks to Uwe Hermann) · 53d1f9b2
      drath authored
      - fixed bug in ARM926EJ-S cache handling that caused cache linefills to be disabled after first debug entry
      - added support for auto image type detection (thanks to Vincent Palatin)
      - further work on ETM trace decoding (tested with a ETB interface using an ETM in normal 16-bit port mode, still experimental)
      
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@169 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      53d1f9b2
  21. Jan 25, 2007
  22. Oct 06, 2006
  23. Aug 14, 2006
  24. Jun 02, 2006
Loading