From 6cd4a5ca2e2211c4008d99fc272412c9b03c86ce Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Wed, 19 Mar 2014 17:17:39 +0100 Subject: cpukit/shell: Replace task variables with posix keys. Use posix keys for current shell environment instead of task variables. With this patch the shell needs one posix-key and one posix-key-value-pair configured. Update documentation for the shell. Adapt samples/fileio: - Add necessary objects. - Add login function and custom device name for better testing of the shell. --- doc/shell/confinit.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/shell/confinit.t b/doc/shell/confinit.t index 6c8a23bd58..eb85fe18cb 100644 --- a/doc/shell/confinit.t +++ b/doc/shell/confinit.t @@ -252,3 +252,6 @@ This method invokes the @code{rtems_task_create} and @code{rtems_task_start} directives and as such may return any status code that those directives may return. +There is one POSIX key necessary for all shell instances together and one POSIX +key value pair per instance. You should make sure that your RTEMS configuration +accounts for these resources. -- cgit v1.2.3