summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-06 23:00:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-06 23:00:14 +0000
commit0350e28418647956e6fecc5f6a096fb435cf47f4 (patch)
tree471dc07990d810c09a4b4e87dac84bab60c13bfd
parent07ba2fa8d09cba4b1745b5c4fd2c58bd7ca551ec (diff)
downloadnuttx-0350e28418647956e6fecc5f6a096fb435cf47f4.tar.gz
nuttx-0350e28418647956e6fecc5f6a096fb435cf47f4.tar.bz2
nuttx-0350e28418647956e6fecc5f6a096fb435cf47f4.zip
Another thing to do
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@205 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index b8ebddde9..f2d3a6128 100644
--- a/nuttx/TODO
+++ b/nuttx/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.