mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 16:06:51 +00:00
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:
parent
07475ddcaf
commit
7bbfd7880d
1 changed files with 7 additions and 1 deletions
8
TODO
8
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
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue