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
This commit is contained in:
patacongo
2007-06-30 17:05:44 +00:00
parent 445da7f795
commit 09a3864fd5
22 changed files with 810 additions and 5 deletions
+4 -1
View File
@@ -184,6 +184,9 @@
* 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