summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-30 14:45:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-30 14:45:31 -0600
commita75870e9f22c9a1611c33173731fe8d416249686 (patch)
tree2983d1ac3d2e7de58307cb6b5da761f77db2c36c /nuttx/TODO
parent888ff3f3c2b85d178a7c375807eb66ab3ab52872 (diff)
downloadpx4-nuttx-a75870e9f22c9a1611c33173731fe8d416249686.tar.gz
px4-nuttx-a75870e9f22c9a1611c33173731fe8d416249686.tar.bz2
px4-nuttx-a75870e9f22c9a1611c33173731fe8d416249686.zip
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index e1c57dfe1..b418f2400 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -16,7 +16,7 @@ nuttx/
(16) Network (net/, drivers/net)
(4) USB (drivers/usbdev, drivers/usbhost)
(11) Libraries (libc/, )
- (9) File system/Generic drivers (fs/, drivers/)
+ (10) File system/Generic drivers (fs/, drivers/)
(5) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
@@ -1023,6 +1023,14 @@ o File system / Generic drivers (fs/, drivers/)
Status: Open
Priority: Medium
+ Title : USE VTF TO MANAGE NAMED MESSAGE QUEUES AND NAMED SEMAPHORES
+ Description: Currently redundant namespace management logic is use for named
+ message queues and semaphores. Namesphore management should
+ be consolidated in the VFS. Perhaps in /ipc/mqueue and /ipc/sem.
+ Status: Open
+ Priority: Low. Nothing is broken. This is an enhancement that would
+ improve the OS design and possible reduce some FLASH usage
+
o Graphics subystem (graphics/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^