- Nov 07, 2013
-
-
Alessandro Rubini authored
This fixes the previous commit, which prevented to build wrpc-sw with CONFIG_PTP_NOPOSIX (silly me). Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Nov 04, 2013
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Apr 03, 2013
-
-
Alessandro Rubini authored
This adds "sleep" that is used to verify the usleep function. It is not build by default nor by a Kconfig option, because it is not expected to be generally useful. To build, add "CONFIG_CMD_SLEEP=y" to the command line of make. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Mar 28, 2013
-
-
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 <rubini@gnudd.com>
-
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:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
The environment was drafted but not actually used, so this commit removes it. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Acked-by:
Grzegorz Daniluk <grzegorz.daniluk@cern.ch> Acked-by:
Tomasz Wlostowski <tomasz.wlostowski@cern.ch>
-
- Mar 12, 2013
-
-
Grzegorz Daniluk authored
-
- Feb 19, 2013
-
-
Signed-off-by:
Aurelio Colosimo <aurelio@aureliocolosimo.it> Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Nov 01, 2012
-
-
Alessandro Rubini authored
CONFIG_DETERMINISTIC_BINARY confirms this makes no difference in the generated binary. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Oct 16, 2012
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Aug 03, 2012
-
-
Grzegorz Daniluk authored
-
- Jul 19, 2012
-
-
Grzegorz Daniluk authored
-
- Jul 09, 2012
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Jul 04, 2012
-
-
Wesley W. Terpstra authored
Tidy up printing at startup
-
- Jul 03, 2012
-
-
Wesley W. Terpstra authored
-
- Jun 06, 2012
-
-
Tomasz Wlostowski authored
-
- Jun 04, 2012
-
-
Tomasz Wlostowski authored
-
- May 31, 2012
-
-
Tomasz Wlostowski authored
-