summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-29 09:33:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-29 09:33:24 -0600
commit75c3f9ccc6122bae23347f5cf939428f883fe0d2 (patch)
tree55c5a77f24ea2f17de8f62520ea5d59f9257e362
parentc958153461173d01033c856e0a76627e531e7f91 (diff)
downloadpx4-nuttx-75c3f9ccc6122bae23347f5cf939428f883fe0d2.tar.gz
px4-nuttx-75c3f9ccc6122bae23347f5cf939428f883fe0d2.tar.bz2
px4-nuttx-75c3f9ccc6122bae23347f5cf939428f883fe0d2.zip
update configuration
-rw-r--r--nuttx/configs/sim/udgram/defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/configs/sim/udgram/defconfig b/nuttx/configs/sim/udgram/defconfig
index 2f1c3f74e..a328786f2 100644
--- a/nuttx/configs/sim/udgram/defconfig
+++ b/nuttx/configs/sim/udgram/defconfig
@@ -598,6 +598,12 @@ CONFIG_EXAMPLES_NSH=y
# CONFIG_EXAMPLES_USBTERM is not set
CONFIG_EXAMPLES_UDGRAM=y
CONFIG_EXAMPLES_UDGRAM_ADDR="/var/fifo/fifo"
+CONFIG_EXAMPLES_UDGRAM_SERVER_APPNAME="server"
+CONFIG_EXAMPLES_UDGRAM_SERVER_STACKSIZE=4096
+CONFIG_EXAMPLES_UDGRAM_SERVER_PRIORITY=100
+CONFIG_EXAMPLES_UDGRAM_CLIENT_APPNAME="client"
+CONFIG_EXAMPLES_UDGRAM_CLIENT_STACKSIZE=4096
+CONFIG_EXAMPLES_UDGRAM_CLIENT_PRIORITY=100
CONFIG_EXAMPLES_USTREAM=y
CONFIG_EXAMPLES_USTREAM_ADDR="/var/fifo/fifo"
# CONFIG_EXAMPLES_WATCHDOG is not set