RTEMS
5.0.0
|
Command line editor for RTEMS monitor. More...
#include <rtems.h>
#include <rtems/monitor.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <inttypes.h>
#include <termios.h>
#include <unistd.h>
Data Structures | |
struct | translation_table |
Functions | |
int | rtems_monitor_make_argv (char *cp, int *argc_p, char **argv) |
int | rtems_monitor_command_read (char *command, int *argc, char **argv) |
void | rtems_monitor_task (rtems_task_argument monitor_flags) |
void | rtems_monitor_kill (void) |
void | rtems_monitor_init (uint32_t monitor_flags) |
Command line editor for RTEMS monitor.