summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 9586502..a8f8640 100644
--- a/main.c
+++ b/main.c
@@ -47,6 +47,7 @@
int remote_debug;
#endif
+#include <rap-shell.h>
#include <rtl-shell.h>
#include <rtl-trace.h>
@@ -429,6 +430,8 @@ main (int argc, char* argv[])
"fderase driver", shell_flash_erase);
rtems_shell_add_cmd ("rtl", "misc",
"Runtime Linker", rtems_rtl_shell_command);
+ rtems_shell_add_cmd ("rap", "misc",
+ "Application loader", shell_rap);
rtems_shell_add_cmd ("dlo", "misc",
"load object file", shell_dlopen);
rtems_shell_add_cmd ("dlc", "misc",