From e57bb047c89fc8768f6ad329eca7559a6cd2a65f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Mar 2015 13:04:43 -0600 Subject: [PATCH] SAMV7 Ethernet: Fix some errors in circular queue handling --- configs/samv71-xult/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/samv71-xult/README.txt b/configs/samv71-xult/README.txt index 6870cbefa7..3195565649 100644 --- a/configs/samv71-xult/README.txt +++ b/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