Skip to content
Snippets Groups Projects
  1. Nov 07, 2013
  2. Nov 04, 2013
  3. Apr 03, 2013
  4. Mar 28, 2013
    • Alessandro Rubini's avatar
      shell: add "config" command. · c118ac41
      Alessandro Rubini authored
      
      This command can return the .config file to the user. It can be useful
      to trace what is actually running, as addition to the "ver"
      command.  It is optional because it costs .5kB of binary size.
      
      Example:
      
        wrc# config
          Current WRPC-SW configuration:
        CONFIG_RAMSIZE=90112
        # CONFIG_PTP_NOPOSIX is not set
        CONFIG_PPSI=y
        # CONFIG_CHECK_RESET is not set
        CONFIG_PPSI_VERBOSITY=0
        CONFIG_PPSI_RUNTIME_VERBOSITY=y
        CONFIG_STACKSIZE=2048
        CONFIG_PP_PRINTF=y
        # CONFIG_PRINTF_FULL is not set
        CONFIG_PRINTF_XINT=y
        # CONFIG_PRINTF_MINI is not set
        # CONFIG_PRINTF_NONE is not set
        CONFIG_PRINT_BUFSIZE=128
        CONFIG_ETHERBONE=y
        # CONFIG_DETERMINISTIC_BINARY is not set
        CONFIG_CMD_CONFIG=y
      
      (This configuration amounts to a binary size of 86252 bytes, at this
      commit).
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      c118ac41
    • Alessandro Rubini's avatar
      shell: add help command · 78e9e68d
      Alessandro Rubini authored
      
      The help command currently only lists available commands. It was asked
      by some developers some time ago, and this implementation only costs
      150 bytes in the final exectuable.  I don't think it's worth a Kconfig
      option.
      
      This is it in action with my configuration:
      
         wrc# help
         Available commands:
           ver
           pll
           sfp
           stat
           ptp
           mode
           calibration
           time
           gui
           sdb
           mac
           init
           ptrack
           ip
           verbose
           help
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      78e9e68d
    • Alessandro Rubini's avatar
      shell: remove environment commands · bebe796c
      Alessandro Rubini authored
      
      The environment was drafted but not actually used, so this commit
      removes it.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      Acked-by: default avatarGrzegorz Daniluk <grzegorz.daniluk@cern.ch>
      Acked-by: default avatarTomasz Wlostowski <tomasz.wlostowski@cern.ch>
      bebe796c
  5. Mar 12, 2013
  6. Feb 19, 2013
  7. Nov 01, 2012
  8. Oct 16, 2012
  9. Aug 03, 2012
  10. Jul 19, 2012
  11. Jul 09, 2012
  12. Jul 04, 2012
  13. Jul 03, 2012
  14. Jun 06, 2012
  15. Jun 04, 2012
  16. May 31, 2012