summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/nsh
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-06 12:22:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-06 12:22:51 -0600
commit46599817397165e4edcd836cb4a5fbdcc34a6018 (patch)
tree715c04ed6c43b801df90faf78e53bb26886dca0a /nuttx/configs/sama5d4-ek/nsh
parentde7a1e9d3b02341506d818a2a628c190ce115aab (diff)
downloadpx4-nuttx-46599817397165e4edcd836cb4a5fbdcc34a6018.tar.gz
px4-nuttx-46599817397165e4edcd836cb4a5fbdcc34a6018.tar.bz2
px4-nuttx-46599817397165e4edcd836cb4a5fbdcc34a6018.zip
Update some defconfig files; enable network initialization thread
Diffstat (limited to 'nuttx/configs/sama5d4-ek/nsh')
-rw-r--r--nuttx/configs/sama5d4-ek/nsh/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/sama5d4-ek/nsh/defconfig b/nuttx/configs/sama5d4-ek/nsh/defconfig
index f5d9bdaae..aa33fc1ca 100644
--- a/nuttx/configs/sama5d4-ek/nsh/defconfig
+++ b/nuttx/configs/sama5d4-ek/nsh/defconfig
@@ -1267,6 +1267,9 @@ CONFIG_NSH_ARCHINIT=y
#
# Networking Configuration
#
+CONFIG_NSH_NETINIT_THREAD=y
+CONFIG_NSH_NETINIT_THREAD_STACKSIZE=1568
+CONFIG_NSH_NETINIT_THREAD_PRIORITY=100
CONFIG_NSH_IPADDR=0x0a000002
CONFIG_NSH_DRIPADDR=0x0a000001
CONFIG_NSH_NETMASK=0xffffff00