summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-27 13:04:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-27 13:04:43 -0600
commit6cae98088d9e9ebd3b7309d282d8985a12dcc889 (patch)
tree7d25bc97108601d0e861af2bab96b27c20778890 /nuttx/configs
parentf3685b0317e76c99b8b207cbe15fe297daa5c75e (diff)
downloadpx4-nuttx-6cae98088d9e9ebd3b7309d282d8985a12dcc889.tar.gz
px4-nuttx-6cae98088d9e9ebd3b7309d282d8985a12dcc889.tar.bz2
px4-nuttx-6cae98088d9e9ebd3b7309d282d8985a12dcc889.zip
SAMV7 Ethernet: Fix some errors in circular queue handling
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/samv71-xult/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/samv71-xult/README.txt b/nuttx/configs/samv71-xult/README.txt
index 6870cbefa..319556564 100644
--- a/nuttx/configs/samv71-xult/README.txt
+++ b/nuttx/configs/samv71-xult/README.txt
@@ -492,6 +492,11 @@ Selecting the GMAC peripheral
CONFIG_AT24XX_EXTENDED=y : Supports an extended memory region
CONFIG_AT24XX_EXTSIZE=160 : Extended address up to 0x9f
+ RTOS Features ->Work Queue Support
+ CONFIG_SCHED_WORKQUEUE=y : Work queue support is needed
+ CONFIG_SCHED_HPWORK=y
+ CONFIG_SCHED_HPWORKSTACKSIZE=2048 : Might need to be increased
+
Application Configuration -> Network Utilities
CONFIG_NETUTILS_DNSCLIENT=y : Enable host address resolution
CONFIG_NETUTILS_TELNETD=y : Enable the Telnet daemon