RTEMS CPU Kit with SuperCore  4.11.3
Functions
rtl-shell.h File Reference

RTEMS Run-Time Linker ELF Shell Support. More...

#include <stdint.h>
Include dependency graph for rtl-shell.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int rtems_rtl_shell_command (int argc, char *argv[])
 The RTL single shell command contains sub-commands. More...
 

Detailed Description

RTEMS Run-Time Linker ELF Shell Support.

Function Documentation

◆ rtems_rtl_shell_command()

int rtems_rtl_shell_command ( int  argc,
char *  argv[] 
)

The RTL single shell command contains sub-commands.

Parameters
argcThe argument count.
argvArray of argument strings.
Return values
0No error.
Returns
int The exit code.