Skip to content
Snippets Groups Projects
  1. Dec 25, 2016
  2. Dec 08, 2016
  3. Mar 30, 2014
  4. Mar 29, 2014
  5. Mar 07, 2014
  6. Sep 13, 2013
    • Paul Fertser's avatar
      README* refactoring · 10df176b
      Paul Fertser authored
      
      This is an attempt to bring the README files in line with the current
      status of the OpenOCD development.
      
      - remove some obsolete information and duplicated instructions
      - reword some statements
      - restructure in a way more appealing to a regular user
      - add a supported hardware list to allow a potential user to determine
        if his/her usecase is covered by a freetext keyword search through
        the document
      - Add OSX notes (courtesy GrizzlyAdams and inca)
      
      Since most ftdi-based adapters are now covered by the ftdi driver, I
      think it's ok to remove some of the libftdi/ftd2xx instructions, the
      few users who still need them should refer to upstream docs instead.
      
      I'm not sure if README.Windows should come with the DOS line endings,
      but i'd expect many windows users to use their silly notepad to view
      it, and notepad ignores LF apparently. (Decided to use LF anyway.)
      
      I understand discussing and reviewing such a massive README change is
      a somewhat demanding task but I feel it's a necessity to move forward
      maintaining proper documentation.
      
      Change-Id: Idfde3014c72dd5c32ad292ee1ab205322e51a138
      Signed-off-by: default avatarPaul Fertser <fercerpav@gmail.com>
      Signed-off-by: default avatarAndreas Fritiofson <andreas.fritiofson@gmail.com>
      Reviewed-on: http://openocd.zylin.com/1503
      
      
      Tested-by: jenkins
      Reviewed-by: default avatarXiaofan <xiaofanc@gmail.com>
      10df176b
  7. Aug 02, 2012
  8. Jan 18, 2012
  9. Sep 30, 2011
  10. Aug 03, 2011
  11. Jul 18, 2011
  12. Jun 27, 2011
  13. Jun 17, 2011
  14. Nov 18, 2010
  15. Jan 10, 2010
  16. Nov 24, 2009
    • Zachary T Welch's avatar
      fix doxygen build · 5507b5f4
      Zachary T Welch authored
      Update build rules to skip the PDF unless the TeX has been created.
      Also, fixes a warning regarding pattern rules being a GNU make trick.
      5507b5f4
  17. Nov 17, 2009
    • Zachary T Welch's avatar
      allow documentation to be configured · 0091e59d
      Zachary T Welch authored
      Add --disable-doxygen-html and --enable-doxygen-pdf options to the
      configure script, allowing user to change the defaults.  These
      update the proess of munging the Doxygen configuration file to
      use the settings thusly provided.  Add options in README.
      0091e59d
    • Zachary T Welch's avatar
      update doxygen configuration to produce a PDF · 94975c96
      Zachary T Welch authored
      A single PDF file for the developer manual allows accessing a single
      index, browsing, and searching.  It takes significantly more time to
      build this way, but this patch allows others to look at the results.
      
      Migration Tip: If you have previously built the HTML Doxygen
      documentatation, rename your 'doxygen' directory to 'doxygen/html'
      to prevent needlessly rebuilding those files.
      94975c96
  18. Jun 30, 2009
  19. Jun 09, 2009
  20. May 27, 2009
  21. May 24, 2009
    • zwelch's avatar
      Properly fix doxygen out-of-tree build process: · a6f7ca1a
      zwelch authored
      - move Doxyfile to Doxyfile.in: type 'make Doxyfile' to recreate it
      - create Doxyfile from Doxyfile.in with make rule:
        - use sed substitution of $(srcdir) to location directories
      - delete all doxygen created files with 'make distclean'
      - include all required files (including logger.pl) in distribution
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1901 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      a6f7ca1a
  22. May 23, 2009
  23. May 20, 2009
  24. May 12, 2009
  25. May 10, 2009
  26. May 02, 2009
    • zwelch's avatar
      Update autotools scripts to require automake 1.6. The configure.in script · 66add57a
      zwelch authored
      already required autoconf 2.59 (circa 2006), so there is no reason to
      support versions of automake older than 1.6 (circa 2002).
      
      The first part of this patch upgrades the configure.in script:
      
           1. Use current calling conventions for the AC_INIT and
              AM_INIT_AUTOMAKE macros, bringing their usage up-to-date with
              the version of autoconf already specified by AC_PREREQ.
           2. Add AC_CONFIG_SRCDIR macro, required by new version of AC_INIT.
           3. Automatically enable all of automake's warnings except Makefile
              portability (which OpenOCD violates by using GNU make's $(wildcard)).
              [[ While automake has its own -Werror option, I did not enabled it
              due to existing warnings. ]]
           4. Add the missing AM_PROG_C_O check, required by the build rules for
              openocd.o in src/Makefile.am.
           5. Adjust version number to show progress toward the next release.
           6. Include a bug reporting e-mail address to direct users to this list.
      
      This patch makes the following adjustments to the Makefile.am files:
      
           1. Update AUTOMAKE_OPTIONS to require automake version 1.6
           2. Rewrite all deprecated INCLUDES assignments as AM_CPPFLAGS
           3. Clean-up all AM_CPPFLAGS declarations to be patch-friendly.
           4. Remove vestigial references to $(all_includes)
           5. Remove erroneous references to @CPPFLAGS@ (only use AM_CPPFLAGS)
           6. Remove unused -I and -D directives in helper/, flash/, target/
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@1591 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      66add57a
  27. Jan 21, 2009
  28. Jan 20, 2009
  29. Jan 16, 2009
  30. Nov 21, 2007
  31. Jun 02, 2006
Loading