aboutsummaryrefslogtreecommitdiff
path: root/cmd/sleep.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-23cmd: Split out timer command from the sleep commandBin Meng1-28/+0
CONFIG_CMD_TIMER merits a single file instead of co-exist in the sleep command file. Signed-off-by: Bin Meng <bin.meng@windriver.com>
2020-10-23cmd: Rename CMD_MISC to CMD_SLEEPBin Meng1-0/+85
The "cmd/Kconfig" has a TODO description for CMD_MISC that it should really be named as CMD_SLEEP. Change it in the whole source tree. Signed-off-by: Bin Meng <bin.meng@windriver.com>