summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2013-01-09 00:26:41 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2013-01-11 16:11:45 +0100
commit1cff9f3bcfed1f2ae6233377937f0a3def3fe0ab (patch)
tree55b2678297e75eb8e2aaeb7a62a1ba967ee4a50c
parentf245f3e3b05a9143679670cf6bb17eef8ef6d580 (diff)
Fix powering off after some time in a while(1) printf("foo\n"); loop.gnutoo/layer1
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r--nuttx/configs/compal_e99/nsh_highram_sercomm/defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/compal_e99/nsh_highram_sercomm/defconfig b/nuttx/configs/compal_e99/nsh_highram_sercomm/defconfig
index 009af24db9..20abafe10a 100644
--- a/nuttx/configs/compal_e99/nsh_highram_sercomm/defconfig
+++ b/nuttx/configs/compal_e99/nsh_highram_sercomm/defconfig
@@ -44,7 +44,7 @@ CONFIG_ARCH_BOARD="compal_e99"
CONFIG_ARCH_BOARD_COMPALE99=y
CONFIG_BOARD_LOOPSPERMSEC=1250
CONFIG_ROM_VECTORS=n
-CONFIG_MM_REGIONS=2
+CONFIG_MM_REGIONS=1
CONFIG_HEAP2_BASE=0x01000000
CONFIG_HEAP2_SIZE=2097152
CONFIG_ARCH_LEDS=n
@@ -289,3 +289,7 @@ CONFIG_PTHREAD_STACK_MIN=256
CONFIG_PTHREAD_STACK_DEFAULT=4096
CONFIG_HEAP_BASE=
CONFIG_HEAP_SIZE=
+
+# Application configuration
+
+CONFIG_APPS_DIR="../apps"