summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"