summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/elf
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-30 08:48:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-30 08:48:18 -0600
commitc52594259608b8fdbdb1af1e8ba0fe00e42623d5 (patch)
tree2a3481ff33abd9b763f5d458c5b768ef3bb8fa34 /nuttx/configs/sama5d4-ek/elf
parent34e75f2445337e03f569f8584ef98b8fd78268d8 (diff)
downloadpx4-nuttx-c52594259608b8fdbdb1af1e8ba0fe00e42623d5.tar.gz
px4-nuttx-c52594259608b8fdbdb1af1e8ba0fe00e42623d5.tar.bz2
px4-nuttx-c52594259608b8fdbdb1af1e8ba0fe00e42623d5.zip
Enable SYSCALL interface with address environments in the SAMA5D4-EK ELF configuration
Diffstat (limited to 'nuttx/configs/sama5d4-ek/elf')
-rw-r--r--nuttx/configs/sama5d4-ek/elf/defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/sama5d4-ek/elf/defconfig b/nuttx/configs/sama5d4-ek/elf/defconfig
index f22da29fb..b877cb3cd 100644
--- a/nuttx/configs/sama5d4-ek/elf/defconfig
+++ b/nuttx/configs/sama5d4-ek/elf/defconfig
@@ -427,7 +427,9 @@ CONFIG_IDLETHREAD_STACKSIZE=1024
CONFIG_USERMAIN_STACKSIZE=2048
CONFIG_PTHREAD_STACK_MIN=256
CONFIG_PTHREAD_STACK_DEFAULT=2048
-# CONFIG_LIB_SYSCALL is not set
+CONFIG_LIB_SYSCALL=y
+CONFIG_SYS_RESERVED=1
+CONFIG_SYS_NNEST=2
#
# Device Drivers
@@ -701,6 +703,7 @@ CONFIG_BUILTIN_PROXY_STACKSIZE=1024
# CONFIG_EXAMPLES_CXXTEST is not set
# CONFIG_EXAMPLES_DHCPD is not set
CONFIG_EXAMPLES_ELF=y
+CONFIG_EXAMPLES_ELF_SYSCALL=y
# CONFIG_EXAMPLES_ELF_LIBC is not set
CONFIG_EXAMPLES_ELF_DEVMINOR=0
CONFIG_EXAMPLES_ELF_DEVPATH="/dev/ram0"