SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Functions | Variables
shell.c File Reference
#include <ctype.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <types.h>
#include <log.h>
#include "cli.h"
#include "cli_history.h"
#include "cli_termesc.h"
Include dependency graph for shell.c:

Functions

int syterkit_shell_attach (const msh_command_entry *cmdlist)
 

Variables

const msh_command_entrymsh_user_commands
 
const msh_command_entry empty_commands []
 

Function Documentation

◆ syterkit_shell_attach()

int syterkit_shell_attach ( const msh_command_entry cmdlist)

Variable Documentation

◆ empty_commands

const msh_command_entry empty_commands[]
Initial value:
= {
}
#define msh_command_end
Definition cli.h:21

◆ msh_user_commands

const msh_command_entry* msh_user_commands