Add bug for watchdog leak.

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@752 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-05-18 01:01:40 +00:00
parent 07475ddcaf
commit 7bbfd7880d

8
TODO
View File

@ -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
^^^^^^^^^^^^^^