summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-15 19:50:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-15 19:50:06 +0000
commit8e8a4c5677c081b145768538d9944d817e3985c8 (patch)
tree2b6a33844e017512f530187deac45579988f248f /nuttx/TODO
parentf2675bf333e0378c842717a94a13c73dabb76a52 (diff)
downloadpx4-nuttx-8e8a4c5677c081b145768538d9944d817e3985c8.tar.gz
px4-nuttx-8e8a4c5677c081b145768538d9944d817e3985c8.tar.bz2
px4-nuttx-8e8a4c5677c081b145768538d9944d817e3985c8.zip
Add logic to clone socket descriptors when a new task is started.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1885 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO15
1 files changed, 9 insertions, 6 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 78c687000..2ef600736 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -17,7 +17,7 @@ NuttX TODO List (Last updated April 12, 2009)
(6) Build system / Toolchains
(2) NuttShell (NSH) (examples/nsh)
(3) Other Applications & Tests (examples/)
- (1) Linux/Cywgin simulation (arch/sim)
+ (2) Linux/Cywgin simulation (arch/sim)
(3) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
(3) ARM/DM320 (arch/arm/src/dm320/)
@@ -60,11 +60,6 @@ o Task/Scheduler (sched/)
Priority: Medium, required for standard compliance (but makes the
code bigger)
- Description: socket descriptors are not cloned as are file descriptors
- by task_create().
- Status: Open
- Priority: Medium-to-High
-
o Dynamic Loader
^^^^^^^^^^^^^^
@@ -409,6 +404,14 @@ o Linux/Cywgin simulation (arch/sim)
Status: Open
Priority: Low (because the simulator is only a test/development platform)
+ Description: Simulator does not build correctly on 64-bit machines. Two
+ issues:
+ 1) It saves addresses in 32-bit types and these fail when cast
+ to pointers on a 64-bit host.
+ 2) up_setjmp.S does not build
+ Status: Open
+ Priority: Medium and increasing (as 32-bit hosts gradually disappear)
+
o ARM (arch/arm/)
^^^^^^^^^^^^^^^