2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:14:53 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-13 02:14:09 +00:00
|
|
|
|
|
|
|
config EXAMPLES_THTTPD
|
|
|
|
bool "THTTPD web server example"
|
|
|
|
default n
|
2015-06-07 10:24:46 -06:00
|
|
|
depends on FS_ROMFS && BUILD_FLAT
|
2012-04-13 02:14:09 +00:00
|
|
|
---help---
|
|
|
|
Enable the THTTPD web server example
|
|
|
|
|
|
|
|
if EXAMPLES_THTTPD
|
2013-02-26 16:28:30 +00:00
|
|
|
|
|
|
|
config EXAMPLES_THTTPD_NOMAC
|
|
|
|
bool "Use Canned MAC Address"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
May be defined to use a hard-coded, software assigned MAC of
|
|
|
|
00:0e:de:ad:be:ef
|
|
|
|
|
|
|
|
config EXAMPLES_THTTPD_DRIPADDR
|
|
|
|
hex "Default Router IP address (Gateway)"
|
|
|
|
default 0x0a000001
|
|
|
|
|
|
|
|
config EXAMPLES_THTTPD_NETMASK
|
|
|
|
hex "Network Mask"
|
|
|
|
default 0xffffff00
|
|
|
|
|
2012-04-13 02:14:09 +00:00
|
|
|
endif
|