rtems_status_code rtems_shell_init( const char *task_name, size_t task_stacksize, rtems_task_priority task_priority, const char *devname, bool forever, bool wait, rtems_login_check login_check );
RTEMS_SUCCESSFUL
- Shell task spawned successfully
others - to indicate a failure condition
This service creates a task with the specified characteristics to
run the RTEMS Shell attached to the specified devname
.
This method invokes the rtems_task_create
and rtems_task_start
directives and as such may return any status code that those directives
may return.
Copyright © 1988-2008 OAR Corporation