summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-30 18:52:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-30 18:52:14 +0000
commit69ef693d6f964404ef5d278f2f29ab7d26022f04 (patch)
treef887bf513a8c177d5d1e9a46f1315b460e0e9b93 /nuttx/TODO
parent80d2acc36b46011fde95cb9f12f2b3d4f44e9683 (diff)
downloadpx4-nuttx-69ef693d6f964404ef5d278f2f29ab7d26022f04.tar.gz
px4-nuttx-69ef693d6f964404ef5d278f2f29ab7d26022f04.tar.bz2
px4-nuttx-69ef693d6f964404ef5d278f2f29ab7d26022f04.zip
There is at least some X11 output now
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1361 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO11
1 files changed, 2 insertions, 9 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index e69cc20e6..5a2a00fad 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -16,7 +16,7 @@ NuttX TODO List (Last updated November 20, 2008)
(3) Build system
(2) NuttShell (NSH) (examples/nsh)
(1) Other Applications & Tests (examples/)
- (2) Linux/Cywgin simulation (arch/sim)
+ (1) Linux/Cywgin simulation (arch/sim)
(2) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
(3) ARM/DM320 (arch/arm/src/dm320/)
@@ -383,14 +383,7 @@ o Other Applications & Tests (examples/)
o Linux/Cywgin simulation (arch/sim)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Description: Need to implement timing. Use system timing resources to fake
- a NuttX real time clock. At present, the timer is driven in
- non-realtime (like 1000x realtime) and causes some behavior
- differences from real platforms.
- Status: Open
- Priority: Low (because the simulator is only a test/development platform)
-
- Description: The simulated serial driver also has some odd behavior. It
+ Description: The simulated serial driver has some odd behavior. It
will stall for a long time on reads when the C stdio buffers are
being refilled. This only effects the behavior of things like
fgetc(). Workaround: Set CONFIG_STDIO_BUFFER_SIZE=0, suppressing