summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-28 15:37:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-28 15:37:16 -0600
commite735773fe5ea269b43dbecb246cec846b3a0368e (patch)
tree50aad3b72a6476b67e0b76680e3e4a25a2b89ed3 /nuttx/configs/sim
parentb2bb7e626fd9d3ca2a0a53a179712a30f6f2ab3a (diff)
downloadpx4-nuttx-e735773fe5ea269b43dbecb246cec846b3a0368e.tar.gz
px4-nuttx-e735773fe5ea269b43dbecb246cec846b3a0368e.tar.bz2
px4-nuttx-e735773fe5ea269b43dbecb246cec846b3a0368e.zip
The last checkin replaced some impossible error handling with DEBUGASSERT. Except that one of the case is actually possible in one cornercase and had to be restored
Diffstat (limited to 'nuttx/configs/sim')
-rw-r--r--nuttx/configs/sim/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/sim/README.txt b/nuttx/configs/sim/README.txt
index 7db2e11a8..c1b105aeb 100644
--- a/nuttx/configs/sim/README.txt
+++ b/nuttx/configs/sim/README.txt
@@ -165,6 +165,9 @@ I never did get networking to work on the sim target. It tries to use the tap d
(/dev/net/tun) to emulate an Ethernet NIC, but I never got it correctly integrated
with the NuttX networking (I probably should try using raw sockets instead).
+Update: Max Holtzberg reports to me that the tap device actually does work properly,
+but not in an NSH configuration because of stdio operations freeze the simulation.
+
X11 Issues
----------
There is an X11-based framebuffer driver that you can use exercise the NuttX graphics