From a206e410e3a0ca65b5f4dcdaeb3a0ac8c61baeb5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 30 Jun 2007 17:05:44 +0000 Subject: [PATCH] Add basic tasking support for environment variables git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@291 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b9de71c31cc..15b34a54d63 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -619,7 +619,10 @@ Other memory: * fs/fs_opendir.c: Correct errors in semaphore usage that can cause deadlock. * lib/lib_getopt.c: Added getopt() support * examples/nsh: NSH now supports cat, mount, umount, and mkdir. ls supports - -l -s, and -R + -l -s, and -R + * Added basic OS support to manage environment variables: environment + storage, cloning on task creation, sharing on pthread creation, destruction + on thread/task exit. * Started m68322