RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Variables
main_medit.c File Reference

MEDIT Shell Command Implmentation. More...

#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include "internal.h"

Variables

rtems_shell_cmd_t rtems_shell_MEDIT_Command
 

Detailed Description

MEDIT Shell Command Implmentation.

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
}