Add support for Fire STM32v3; sscanf fixes from Kate

git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5168 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-09-21 17:32:30 +00:00
parent 16778b66e2
commit 4edf18b009
10 changed files with 205 additions and 62 deletions
+3 -1
View File
@@ -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"