summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-30 14:48:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-30 14:48:31 -0600
commit11a8aa452a46b0ef9af14fed47a5cb6a4592d51e (patch)
treed7c056a24103c0f8d8b195b6d59d296b89750dcb /nuttx/TODO
parent5e55b50b5a4018728ae561a1352d2fc67eb02ee9 (diff)
downloadnuttx-11a8aa452a46b0ef9af14fed47a5cb6a4592d51e.tar.gz
nuttx-11a8aa452a46b0ef9af14fed47a5cb6a4592d51e.tar.bz2
nuttx-11a8aa452a46b0ef9af14fed47a5cb6a4592d51e.zip
Update the TODO list and a README
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO11
1 files changed, 1 insertions, 10 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index d07ad74a8..198574b95 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -23,7 +23,7 @@ nuttx/
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
(3) Build system / Toolchains
- (5) Linux/Cywgin simulation (arch/sim)
+ (4) Linux/Cywgin simulation (arch/sim)
(4) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
(3) ARM/DM320 (arch/arm/src/dm320/)
@@ -1300,15 +1300,6 @@ o Build system
o Linux/Cywgin simulation (arch/sim)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Title: SIMULATED SERIAL DRIVER
- 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
- all C buffered I/O.
- Status: Open
- Priority: Low (because the simulator is only a test/development platform)
-
Title: SIMULATOR NETWORKING SUPPORT
Description: I never did get networking to work on the sim Linux target. On Linux,
it tries to use the tap device (/dev/net/tun) to emulate an Ethernet