mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 21:19:03 +00:00
Another thing to do
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@205 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
ef2d434ca9
commit
d96a6e609e
1 changed files with 4 additions and 0 deletions
4
TODO
4
TODO
|
|
@ -18,6 +18,10 @@ o Task/Scheduler
|
|||
o Memory Managment
|
||||
- Add an option to free all memory allocated by a task when the task exits.
|
||||
This is probably not be worth the overhead for a deeply embedded system.
|
||||
- Current logic adapts size_t for 16-bit address machines vs. 32-bit address
|
||||
machines. But a small memory option should also be provided so that
|
||||
the small offset option can be used with 32-bit machines that have small
|
||||
RAM memories (like the lpc2148)
|
||||
|
||||
o Signals
|
||||
- 'Standard' signals and signal actions are not supported.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue