Skip to content
Snippets Groups Projects
Commit 0de96510 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Damn. THTTPD will not yet run with binfs because it wants an index.html file....

Damn.  THTTPD will not yet run with binfs because it wants an index.html file.  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.
parent c704a528
No related branches found
No related tags found
No related merge requests found
......@@ -1129,6 +1129,14 @@ Configuration Sub-Directories
CONFIG_HOST_WINDOWS_CYGWIN=y : under Cygwin
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y : CodeSourcery toolchain
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:
This builds the THTTPD web server example using the THTTPD and
the apps/examples/thttpd application. This version uses the NXFLAT
......@@ -1144,6 +1152,10 @@ Configuration Sub-Directories
CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : Buildroot toolchain
CONFIG_ARMV7M_OABI_TOOLCHAIN=n : Newer, EABI toolchain
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
usbserial:
This configuration directory exercises the USB serial class
driver at apps/examples/usbserial. See apps/examples/README.txt for
......
......@@ -867,7 +867,7 @@ CONFIG_THTTPD_IDLE_SEND_LIMIT_SEC=300
# CONFIG_THTTPD_USE_TILDE_MAP1 is not set
# CONFIG_THTTPD_USE_TILDE_MAP2 is not set
CONFIG_THTTPD_TILDE_MAP_NONE=y
# CONFIG_THTTPD_GENERATE_INDICES is not set
# CONFIG_THTTPD_GENERATE_INDICES=y
# CONFIG_THTTPD_USE_URLPATTERN is not set
CONFIG_NETUTILS_NETLIB=y
# CONFIG_NETUTILS_WEBCLIENT is not set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment