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
|
config NETUTILS_WEBSERVER
|
||||||
bool "uIP web server"
|
bool "uIP web server"
|
||||||
default n
|
default n
|
||||||
|
depends on NET_TCP
|
||||||
---help---
|
---help---
|
||||||
Enable support for the uIP web server. This tiny web server was
|
Enable support for the uIP web server. This tiny web server was
|
||||||
from uIP 1.0, but has undergone many changes. It is, however,
|
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
|
config NETUTILS_HTTPD_TIMEOUT
|
||||||
int "Receive Timeout (sec)"
|
int "Receive Timeout (sec)"
|
||||||
default 0
|
default 0
|
||||||
|
depends on NET_SOCKOPTS
|
||||||
---help---
|
---help---
|
||||||
Receive timeout setting (in seconds). A timeout value of zero
|
Receive timeout setting (in seconds). A timeout value of zero
|
||||||
disables the timeout. An HTTP 408 error is generated if the timeout
|
disables the timeout. An HTTP 408 error is generated if the timeout
|
||||||
expires.
|
expires. This option depends on support for socket options (sockopts).
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "File Transfer Method"
|
prompt "File Transfer Method"
|
||||||
|
Loading…
Reference in New Issue
Block a user