Skip to content
Snippets Groups Projects
  1. Jun 08, 2009
    • zwelch's avatar
      Rework parallel port configure script option handling: · 35f7c4e4
      zwelch authored
      - Move AC_ARG_ENABLE for secondary parallel port options:
        - These macros cause their configure options to appear unconditionally,
          so they should not be placed inside conditional logic.
        - Groups them with primary parallel port driver option.
      - Update these options to show '-' instead of '_'; both still work.
      - Update command help text to show host architecture/OS requirements.
      - Display a warning when these options have been provided and the
        configure script will ignore the setting that the user specified.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2104 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      35f7c4e4
    • zwelch's avatar
      Move minidummy source file, as was supposed to happen in last commit. · 1419a728
      zwelch authored
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2103 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      1419a728
    • zwelch's avatar
      Finish off the dummy minidriver integration: · f84c78a2
      zwelch authored
      - Try to disambiguates minidriver options from "standard" driver options.
        - Make minidummy symbols more explict about being a minidriver.
        - Move minidummy.c into minidummy directory to put it with its header.
      
      In configure.in:
      - Improve configuration option to allow new minidriver implementations:
        - Change option from --enable-minidummy to --enable-minidriver-dummy.
        - Move it to the end of the list of options.
        - Provides a clear pattern for future minidrivers.
      - Update handling of HAVE_JTAG_MINIDRIVER_H:
        - Check for external jtag_minidriver.h only with --enable-ecosboard.
        - Otherwise, define it when --enable-minidriver-dummy is provided.
      - Add check to ensure only one minidriver is enabled.
      - When a minidriver is enabled, warn user that standard drivers are not built.
      - Use proper AC_DEFINE semantics with MINIDRIVER_DUMMY.
      
      In src/jtag/Makefile.am:
      - Restructure handling of minidummy source files.
      - Include minidummy driver header in the distribution.
      
      In src/jtag/jtag.c:
      - Restructure preprocessor logic to include:
        - only one minidriver, or
        - all configured standard drivers.
      
      
      git-svn-id: svn://svn.berlios.de/openocd/trunk@2102 b42882b7-edfa-0310-969c-e2dbd0fdcd60
      f84c78a2
  2. Jun 07, 2009
  3. Jun 05, 2009
Loading