From 6d1ea9bb6554d72579c04cb0666b7c174ee0b0e9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 2 Jun 2015 14:59:13 -0600 Subject: [PATCH] Fix a default value in the THTTPD Kconfig; updated a README file --- configs/olimex-lpc1766stk/README.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configs/olimex-lpc1766stk/README.txt b/configs/olimex-lpc1766stk/README.txt index 21394f09dc..5e7ec4f186 100644 --- a/configs/olimex-lpc1766stk/README.txt +++ b/configs/olimex-lpc1766stk/README.txt @@ -1131,11 +1131,8 @@ Configuration Sub-Directories STATUS: 2015-06-02. This configuration was added in an attempt to replace - thttpd-nxflat (see below). It concurrent does not run. It fails - because there is index.html file in the binfs directory. THTTPD - does support indexing directories if CONFIG_THTTPD_GENERATE_INDICES=y, - but there are some compilation issues that need to be fixed when - that option is selected. + thttpd-nxflat (see below). It concurrent does not run properly. + It looks like I get out-of-memory errors during execution of CGI. thttpd-nxflat: This builds the THTTPD web server example using the THTTPD and @@ -1154,7 +1151,9 @@ Configuration Sub-Directories STATUS: 2015-06-02. Do to issues introduced by recent versions of GCC, NXFLAT - is not often usable. See http://www.nuttx.org/doku.php?id=wiki:vfs:nxflat#toolchain_compatibility_problem + is not often usable. + + See http://www.nuttx.org/doku.php?id=wiki:vfs:nxflat#toolchain_compatibility_problem usbserial: This configuration directory exercises the USB serial class