summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/compal_e88/include/power.h6
-rw-r--r--nuttx/configs/compal_e88/nsh_highram/appconfig21
-rw-r--r--nuttx/configs/compal_e88/nsh_highram/defconfig8
-rw-r--r--nuttx/configs/compal_e99/include/power.h6
-rw-r--r--nuttx/configs/compal_e99/nsh_compalram/appconfig23
-rw-r--r--nuttx/configs/compal_e99/nsh_compalram/defconfig10
-rw-r--r--nuttx/configs/compal_e99/nsh_highram/appconfig8
-rw-r--r--nuttx/configs/compal_e99/nsh_highram/defconfig14
8 files changed, 48 insertions, 48 deletions
diff --git a/nuttx/configs/compal_e88/include/power.h b/nuttx/configs/compal_e88/include/power.h
new file mode 100644
index 000000000..9645fefd1
--- /dev/null
+++ b/nuttx/configs/compal_e88/include/power.h
@@ -0,0 +1,6 @@
+/************************************************************************
+ * arch/power.h
+ *
+ * Supposed to be empty
+ *
+ ************************************************************************/
diff --git a/nuttx/configs/compal_e88/nsh_highram/appconfig b/nuttx/configs/compal_e88/nsh_highram/appconfig
index cfa41984b..dd189fa1f 100644
--- a/nuttx/configs/compal_e88/nsh_highram/appconfig
+++ b/nuttx/configs/compal_e88/nsh_highram/appconfig
@@ -1,5 +1,5 @@
############################################################################
-# configs/c5471evm/nsh/appconfig
+# configs/compal_e88/nsh_highram/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
-
+# NSH shell
CONFIGURED_APPS += examples/nsh
-
-# NSH library
CONFIGURED_APPS += system/readline
CONFIGURED_APPS += nshlib
-# 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_e88/nsh_highram/defconfig b/nuttx/configs/compal_e88/nsh_highram/defconfig
index d76adc4bc..86d547842 100644
--- a/nuttx/configs/compal_e88/nsh_highram/defconfig
+++ b/nuttx/configs/compal_e88/nsh_highram/defconfig
@@ -1,8 +1,8 @@
############################################################################
# configs/c5471evm/nsh/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
@@ -429,6 +429,10 @@ CONFIG_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
CONFIG_NSH_BUILTIN_APPS=y
#
+# Settings for examples/hello
+CONFIG_EXAMPLES_HELLO_BUILTIN=y
+
+#
# Settings for examples/wget
# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get
# CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC)
diff --git a/nuttx/configs/compal_e99/include/power.h b/nuttx/configs/compal_e99/include/power.h
new file mode 100644
index 000000000..9645fefd1
--- /dev/null
+++ b/nuttx/configs/compal_e99/include/power.h
@@ -0,0 +1,6 @@
+/************************************************************************
+ * arch/power.h
+ *
+ * Supposed to be empty
+ *
+ ************************************************************************/
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)
diff --git a/nuttx/configs/compal_e99/nsh_highram/appconfig b/nuttx/configs/compal_e99/nsh_highram/appconfig
index 9072a87fe..7baad2e25 100644
--- a/nuttx/configs/compal_e99/nsh_highram/appconfig
+++ b/nuttx/configs/compal_e99/nsh_highram/appconfig
@@ -1,5 +1,5 @@
############################################################################
-# configs/c5471evm/nsh/appconfig
+# configs/compal_e99/nsh_highram/appconfig
#
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -34,9 +34,11 @@
############################################################################
# NSH shell
+CONFIGURED_APPS += examples/nsh
CONFIGURED_APPS += system/readline
CONFIGURED_APPS += nshlib
-CONFIGURED_APPS += examples/nsh
+
# Path to example in apps/examples
-CONFIGURED_APPS += examples/ostest
+CONFIGURED_APPS += examples/hello
+CONFIGURED_APPS += vsn/poweroff
diff --git a/nuttx/configs/compal_e99/nsh_highram/defconfig b/nuttx/configs/compal_e99/nsh_highram/defconfig
index 94316e445..5f23bc2a3 100644
--- a/nuttx/configs/compal_e99/nsh_highram/defconfig
+++ b/nuttx/configs/compal_e99/nsh_highram/defconfig
@@ -1,8 +1,8 @@
############################################################################
-# configs/c5471evm/nsh/defconfig
+# configs/compal_e99/nsh_highram/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
@@ -429,6 +429,10 @@ CONFIG_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
CONFIG_NSH_BUILTIN_APPS=y
#
+# Settings for examples/hello
+CONFIG_EXAMPLES_HELLO_BUILTIN=y
+
+#
# Settings for examples/wget
# CONFIG_EXAMPLE_WGET_URL - The URL of the file to get
# CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC)
@@ -473,7 +477,3 @@ CONFIG_PTHREAD_STACK_MIN=256
CONFIG_PTHREAD_STACK_DEFAULT=4096
CONFIG_HEAP_BASE=
CONFIG_HEAP_SIZE=
-
-# Application configuration
-CONFIG_EXAMPLES_OSTEST_BUILTIN=y
-CONFIG_APPS_DIR="../apps"