RTEMS CPU Kit with SuperCore  4.11.2
Variables
main_medit.c File Reference
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include "internal.h"
Include dependency graph for main_medit.c:

Variables

rtems_shell_cmd_t rtems_shell_MEDIT_Command
 

Variable Documentation

◆ rtems_shell_MEDIT_Command

rtems_shell_cmd_t rtems_shell_MEDIT_Command
Initial value:
= {
"medit",
"medit address value1 [value2 ...]",
"mem",
rtems_shell_main_medit,
NULL,
NULL
}