summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/wlan/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/wlan/defconfig')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/wlan/defconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/wlan/defconfig b/nuttx/configs/olimex-lpc1766stk/wlan/defconfig
index 02b639bef..53a5f02af 100755
--- a/nuttx/configs/olimex-lpc1766stk/wlan/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/wlan/defconfig
@@ -767,6 +767,15 @@ CONFIG_EXAMPLE_NETTEST_NETMASK=(255<<24|255<<16|255<<8|0)
CONFIG_EXAMPLE_NETTEST_CLIENTIP=(10<<24|0<<16|0<<8|1)
#
+# Settings for apps/examples/wlan
+#
+CONFIG_EXAMPLE_WLAN_DHCPC=n
+CONFIG_EXAMPLE_WLAN_NOMAC=n
+CONFIG_EXAMPLE_WLAN_IPADDR=(192<<24|168<<16|0<<8|201)
+CONFIG_EXAMPLE_WLAN_DRIPADDR=(192<<24|168<<16|0<<8|1)
+CONFIG_EXAMPLE_WLAN_NETMASK=(255<<24|255<<16|255<<8|0)
+
+#
# Settings for examples/ostest
#
CONFIG_EXAMPLES_OSTEST_LOOPS=1