Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Command usage cleanup | Peter Tyser | 2009-01-28 | -1/+1 |
| | | | | | | | | 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> | |||
* | Standardize command usage messages with cmd_usage() | Peter Tyser | 2009-01-28 | -1/+1 |
| | | | | Signed-off-by: Peter Tyser <ptyser@xes-inc.com> | |||
* | SPI Flash: Add "sf" command | Haavard Skinnemoen | 2008-06-03 | -0/+191 |
This adds a new command, "sf" which can be used to manipulate SPI flash. Currently, initialization, reading, writing and erasing is supported. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> |