summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/nsh/appconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-08 18:02:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-08 18:02:38 +0000
commit63f6daa6c3b6988e24bacfcb5145995ed20f2994 (patch)
treec981359eae66ffbea631c62a2a9688173f2703d1 /nuttx/configs/stm3240g-eval/nsh/appconfig
parent831e7057393061e4643357bc847cc329eb47fecc (diff)
downloadpx4-nuttx-63f6daa6c3b6988e24bacfcb5145995ed20f2994.tar.gz
px4-nuttx-63f6daa6c3b6988e24bacfcb5145995ed20f2994.tar.bz2
px4-nuttx-63f6daa6c3b6988e24bacfcb5145995ed20f2994.zip
Finish STM32 Ethernet header file; Add ethernet driver skeleton
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4147 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/nsh/appconfig')
-rw-r--r--nuttx/configs/stm3240g-eval/nsh/appconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/nsh/appconfig b/nuttx/configs/stm3240g-eval/nsh/appconfig
index 4aa878d17..c2745c294 100644
--- a/nuttx/configs/stm3240g-eval/nsh/appconfig
+++ b/nuttx/configs/stm3240g-eval/nsh/appconfig
@@ -43,3 +43,11 @@ CONFIGURED_APPS += nshlib
# Applications configured as an NX built-in commands
+ifeq ($(CONFIG_NET),y)
+CONFIGURED_APPS += netutils/uiplib
+CONFIGURED_APPS += netutils/resolv
+CONFIGURED_APPS += netutils/webclient
+CONFIGURED_APPS += netutils/tftpc
+endif
+
+