main: add command for booting

tags/0.1.0
S.J.R. van Schaik 8 years ago
parent 159b29c625
commit ebb8bbe5f3
  1. 2
      source/main.c

@ -12,6 +12,7 @@
#include <rtc.h> #include <rtc.h>
#include <shell.h> #include <shell.h>
#include <shell/boot.h>
#include <shell/echo.h> #include <shell/echo.h>
#include <shell/mufs.h> #include <shell/mufs.h>
#include <shell/rtc.h> #include <shell/rtc.h>
@ -29,6 +30,7 @@ struct cmd user_cmds[] = {
{ "ls", "", shell_ls }, { "ls", "", shell_ls },
{ "date", "", shell_date }, { "date", "", shell_date },
{ "time", "", shell_time }, { "time", "", shell_time },
{ "booting", "", shell_prepare },
{ NULL, NULL, NULL }, { NULL, NULL, NULL },
}; };

Loading…
Cancel
Save