Add support for Fire STM32v3; sscanf fixes from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5168 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
f42cf6c20b
commit
350a1d15fc
@ -6,6 +6,7 @@
|
||||
config NETUTILS_WEBSERVER
|
||||
bool "uIP web server"
|
||||
default n
|
||||
depends on NET_TCP
|
||||
---help---
|
||||
Enable support for the uIP web server. This tiny web server was
|
||||
from uIP 1.0, but has undergone many changes. It is, however,
|
||||
@ -74,10 +75,11 @@ config NETUTILS_HTTPD_SERVERHEADER_DISABLE
|
||||
config NETUTILS_HTTPD_TIMEOUT
|
||||
int "Receive Timeout (sec)"
|
||||
default 0
|
||||
depends on NET_SOCKOPTS
|
||||
---help---
|
||||
Receive timeout setting (in seconds). A timeout value of zero
|
||||
disables the timeout. An HTTP 408 error is generated if the timeout
|
||||
expires.
|
||||
expires. This option depends on support for socket options (sockopts).
|
||||
|
||||
choice
|
||||
prompt "File Transfer Method"
|
||||
|
Loading…
Reference in New Issue
Block a user