RTEMS CPU Kit with SuperCore  4.11.3
Variables
main_help.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <rtems.h>
#include <rtems/error.h>
#include <rtems/system.h>
#include <rtems/shell.h>
#include "internal.h"
#include <string.h>
Include dependency graph for main_help.c:

Variables

rtems_shell_cmd_t rtems_shell_HELP_Command
 

Variable Documentation

◆ rtems_shell_HELP_Command

rtems_shell_cmd_t rtems_shell_HELP_Command
Initial value:
= {
.name = "help",
.usage = "help [topic] # list of usage of commands",
.topic = "help",
.command = rtems_shell_help,
.mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH
}