summaryrefslogtreecommitdiff
path: root/nuttx/configs/compal_e99/nsh_compalram
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-25 14:51:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-25 14:51:25 +0000
commitdac9280da1557443ff9eff12105479ea43c241f7 (patch)
tree4738f897312e97d5719542dfc88b4609da4b1ab6 /nuttx/configs/compal_e99/nsh_compalram
parentbf30dc09b0c7d49d556196f4d35b5e0fef2c7e7e (diff)
downloadpx4-nuttx-dac9280da1557443ff9eff12105479ea43c241f7.tar.gz
px4-nuttx-dac9280da1557443ff9eff12105479ea43c241f7.tar.bz2
px4-nuttx-dac9280da1557443ff9eff12105479ea43c241f7.zip
Add support for the poweroff on calypso phones
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4520 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/compal_e99/nsh_compalram')
-rw-r--r--nuttx/configs/compal_e99/nsh_compalram/appconfig23
-rw-r--r--nuttx/configs/compal_e99/nsh_compalram/defconfig10
2 files changed, 13 insertions, 20 deletions
diff --git a/nuttx/configs/compal_e99/nsh_compalram/appconfig b/nuttx/configs/compal_e99/nsh_compalram/appconfig
index cfa41984b..b94469ee0 100644
--- a/nuttx/configs/compal_e99/nsh_compalram/appconfig
+++ b/nuttx/configs/compal_e99/nsh_compalram/appconfig
@@ -1,5 +1,5 @@
############################################################################
-# configs/c5471evm/nsh/appconfig
+# configs/compal_e99/nsh_compalram/appconfig
#
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -33,22 +33,11 @@
#
############################################################################
-# Path to example in apps/examples containing the user_start entry point
-
-CONFIGURED_APPS += examples/nsh
-
-# NSH library
+# NSH shell
CONFIGURED_APPS += system/readline
CONFIGURED_APPS += nshlib
+CONFIGURED_APPS += examples/nsh
-# Networking support
-
-ifeq ($(CONFIG_NET),y)
-CONFIGURED_APPS += netutils/uiplib
-CONFIGURED_APPS += netutils/dhcpc
-CONFIGURED_APPS += netutils/resolv
-CONFIGURED_APPS += netutils/tftpc
-CONFIGURED_APPS += netutils/webclient
-endif
-
-CONFIGURED_APPS += examples/hello examples/poweroff
+# Path to example in apps/examples
+CONFIGURED_APPS += examples/hello
+CONFIGURED_APPS += vsn/poweroff
diff --git a/nuttx/configs/compal_e99/nsh_compalram/defconfig b/nuttx/configs/compal_e99/nsh_compalram/defconfig
index 4733962d9..2db2c6248 100644
--- a/nuttx/configs/compal_e99/nsh_compalram/defconfig
+++ b/nuttx/configs/compal_e99/nsh_compalram/defconfig
@@ -1,8 +1,8 @@
############################################################################
-# configs/c5471evm/nsh/defconfig
+# configs/compal_e99/nsh_compalram/defconfig
#
-# Copyright (C) 2007-2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2007-2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -397,6 +397,10 @@ CONFIG_NET_DHCP_LIGHT=n
CONFIG_NET_RESOLV_ENTRIES=4
#
+# Settings for examples/hello
+CONFIG_EXAMPLES_HELLO_BUILTIN=y
+
+#
# Settings for examples/uip
CONFIG_EXAMPLE_UIP_NOMAC=y
CONFIG_EXAMPLE_UIP_IPADDR=(10<<24|0<<16|0<<8|2)