Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-28 | Command usage cleanup | Peter Tyser | |
Remove command name from all command "usage" fields and update common/command.c to display "name - usage" instead of just "usage". Also remove newlines from command usage fields. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> | |||
2009-01-28 | Standardize command usage messages with cmd_usage() | Peter Tyser | |
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> | |||
2008-12-19 | Add support for PCA953x I2C gpio devices | Peter Tyser | |
Initial support for NXP's 4 and 8 bit I2C gpio expanders (eg pca9537, pca9557, etc). The CONFIG_PCA953X define enables support for the devices while the CONFIG_CMD_PCA953X define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO define enables an 'info' sub-command which provides summary information for the given pca953x device. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |