• 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: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    c118ac41
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ 44deab24
ptp-noposix @ 79a7beb2
scripts Loading commit data...
shell Loading commit data...
sockitowm Loading commit data...
softpll Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
revision.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrc_ptp_noposix.c Loading commit data...
wrc_ptp_ppsi.c Loading commit data...