add: date cmd to shell

This commit is contained in:
2024-09-18 21:45:18 +02:00
parent c7545d5fc6
commit ef75ad874d
3 changed files with 29 additions and 0 deletions

View File

@ -53,6 +53,7 @@ typedef enum {
ECHO,
COLOR,
MERDELLA,
DATE,
ERROR
} CMD_TOK;
@ -60,3 +61,4 @@ void shell_init(void);
void reboot(void);
void halt(void);
void print_stack(void);
void date(void);