summaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 13:14:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 13:14:04 +0000
commite67fe7912645818ff9f4f19481b64fe363f5d357 (patch)
treebb4458f7418421ec9bf27c39b16571172099b2b3 /nuttx/configs/shenzhou
parentf80429b503882bda76e31041cb299352afde2686 (diff)
downloadpx4-nuttx-e67fe7912645818ff9f4f19481b64fe363f5d357.tar.gz
px4-nuttx-e67fe7912645818ff9f4f19481b64fe363f5d357.tar.bz2
px4-nuttx-e67fe7912645818ff9f4f19481b64fe363f5d357.zip
The termios c_speed field cannot be 'const'
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5234 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/shenzhou')
-rw-r--r--nuttx/configs/shenzhou/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/configs/shenzhou/README.txt b/nuttx/configs/shenzhou/README.txt
index 772c59a17..7bf67710d 100644
--- a/nuttx/configs/shenzhou/README.txt
+++ b/nuttx/configs/shenzhou/README.txt
@@ -846,3 +846,13 @@ Where <subdir> is one of the following:
-CONFIG_NX_WRITEONLY=y
+# CONFIG_NX_WRITEONLY is not set
+ thttpd
+ ------
+
+ This builds the THTTPD web server example using the THTTPD and
+ the apps/examples/thttpd application.
+
+ NOTE: See note above with regard to the EABI/OABI buildroot
+ toolchains. This example can only be built using the older
+ OABI toolchain due to incompatibilities introduced in later
+ GCC releases.