summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-28 14:59:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-28 14:59:54 +0000
commit68bcc1949029864b8fb701984f8b73d046631db3 (patch)
treedc26e569c3d6f65f83b4646ae501fc5f795b4b0a /nuttx/TODO
parente54a3b66d3fe44634b3b336068b0de67d9259a3f (diff)
downloadpx4-nuttx-68bcc1949029864b8fb701984f8b73d046631db3.tar.gz
px4-nuttx-68bcc1949029864b8fb701984f8b73d046631db3.tar.bz2
px4-nuttx-68bcc1949029864b8fb701984f8b73d046631db3.zip
Fix sim build under Ubuntu 9.09
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3988 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO12
1 files changed, 2 insertions, 10 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 71cba9523..028dca512 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated September 12, 2011)
+NuttX TODO List (Last updated September 28, 2011)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -21,7 +21,7 @@ nuttx/
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
(5) Build system / Toolchains
- (7) Linux/Cywgin simulation (arch/sim)
+ (6) Linux/Cywgin simulation (arch/sim)
(4) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
(3) ARM/DM320 (arch/arm/src/dm320/)
@@ -622,14 +622,6 @@ o Linux/Cywgin simulation (arch/sim)
Status: Open
Priority: Low (unless you want to test networking features on the simulation).
- Description: There is an X11-based framebuffer driver that you can use exercise
- the NuttX graphics subsystem on the simulator. But I am not much
- of an X11 programmer so I did not use X11 autoconfiguration stuff.
- As a result, it builds on old X11 installations, but not on current
- versions.
- Status: Open
- Priority: Low (unless you want to test graphics features on the simulation).
-
Description: Since the simulation is not pre-emptible, you can't use round-robin
scheduling (no time slicing). Currently, the timer interrupts are
"faked" during IDLE loop processing and, as a result, there is no