From ae5e7206272501ea7f694cbf7486c29ba4787d7d Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 21 Apr 2011 19:03:01 +0000 Subject: Add logic to assign IP address in apps/examples/wlan git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3530 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/olimex-lpc1766stk/nettest/appconfig | 1 - nuttx/configs/olimex-lpc1766stk/wlan/appconfig | 3 +++ nuttx/configs/olimex-lpc1766stk/wlan/defconfig | 9 +++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/olimex-lpc1766stk') diff --git a/nuttx/configs/olimex-lpc1766stk/nettest/appconfig b/nuttx/configs/olimex-lpc1766stk/nettest/appconfig index d90b6e2e9..11b02d4c9 100644 --- a/nuttx/configs/olimex-lpc1766stk/nettest/appconfig +++ b/nuttx/configs/olimex-lpc1766stk/nettest/appconfig @@ -37,7 +37,6 @@ CONFIGURED_APPS += examples/nettest - # Networking support CONFIGURED_APPS += netutils/uiplib diff --git a/nuttx/configs/olimex-lpc1766stk/wlan/appconfig b/nuttx/configs/olimex-lpc1766stk/wlan/appconfig index 652db8f2d..17055072a 100644 --- a/nuttx/configs/olimex-lpc1766stk/wlan/appconfig +++ b/nuttx/configs/olimex-lpc1766stk/wlan/appconfig @@ -37,3 +37,6 @@ CONFIGURED_APPS += examples/wlan +# Networking support + +CONFIGURED_APPS += netutils/uiplib 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 @@ -766,6 +766,15 @@ CONFIG_EXAMPLE_NETTEST_DRIPADDR=(10<<24|0<<16|0<<8|1) 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 # -- cgit v1.2.3