From c3289afa9c8d0d73ab23343403da3d231415c21c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 Mar 2017 12:29:19 -0600 Subject: [PATCH] Fix error in last update to a README --- configs/samv71-xult/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/samv71-xult/README.txt b/configs/samv71-xult/README.txt index 9022351033..c963851259 100644 --- a/configs/samv71-xult/README.txt +++ b/configs/samv71-xult/README.txt @@ -752,7 +752,7 @@ Selecting the GMAC peripheral SAMV71 Versions --------------- -WARNING: "The newer SAMV71 have 6 GMAC queues, not 5. All queues must be +WARNING: The newer SAMV71 have 6 GMAC queues, not 3. All queues must be configured for the GMAC to work correctly, even the queues that you are not using (you can just configure these queues with a very small ring buffer.) @@ -760,7 +760,7 @@ The older uses the Cortex-M7 core r0p1 and the newer r1p1 revisions. The SAMV71 revisions are called "rev A" (or sometimes "MRLA") and "rev B" ("MRLB"). There should be a small "A" or "B" on the chip package just below the reference and you can also differentiate them at runtime with the -VERSION field in the CHIPID CIDR register." +VERSION field in the CHIPID CIDR register. Cache-Related Issues --------------------