![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <types.h>#include <log.h>#include <common.h>#include <cli.h>#include <cli_shell.h>#include <cli_termesc.h>
Functions | |
| msh_declare_command (helloworld) | |
| msh_define_help (helloworld, "display helloworld", "Usage: helloworld\n") | |
| int | cmd_helloworld (int argc, const char **argv) |
| int | main (void) |
Variables | |
| sunxi_serial_t | uart_dbg |
| const msh_command_entry | commands [] |
| int cmd_helloworld | ( | int | argc, |
| const char ** | argv | ||
| ) |
| int main | ( | void | ) |
| msh_declare_command | ( | helloworld | ) |
| msh_define_help | ( | helloworld | , |
| "display helloworld" | , | ||
| "Usage: helloworld\n" | |||
| ) |
| const msh_command_entry commands[] |
|
extern |