rtems_status_code rtems_shell_init ( char *task_name, uint32_t task_stacksize, rtems_task_priority task_priority, char *devname, tcflag_t tcflag, int forever );
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