summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 89f406389..a85852b4d 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,7 +1,7 @@
NuttX TODO List (Last updated February 13, 2008)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (6) Task/Scheduler (sched/)
+ (7) Task/Scheduler (sched/)
(1) Dynamic loader (N/A)
(2) Memory Managment (mm/)
(1) Signals (sched/, arch/)
@@ -56,6 +56,12 @@ o Task/Scheduler (sched/)
Priority: Medium, required for standard compliance (but makes the
code bigger)
+ Description: Watchdog instance non-released by timer_delete()
+ Status: Open
+ Priority: High, if tasks use POSIX timers and delete them many
+ times, all of the pre-allocated watchdog timers get
+ lost.
+
o Dynamic Loader
^^^^^^^^^^^^^^