From b583c95de4c149787a21ea6632ca3884a6d2cdce Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 23 Mar 2014 13:32:39 -0600 Subject: [PATCH] Cosmet update to debug messages and to comments --- configs/sam4e-ek/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/sam4e-ek/README.txt b/configs/sam4e-ek/README.txt index f5004c4060..ba9459072e 100644 --- a/configs/sam4e-ek/README.txt +++ b/configs/sam4e-ek/README.txt @@ -719,6 +719,10 @@ USB Full-Speed Device CONFIG_USBDEV_TRACE_NRECORDS=256 : Buffer 256 records in memory CONFIG_USBDEV_TRACE_STRINGS=y : (optional) + If you get data loss in the trace buffer, then you may want to increase the + CONFIG_USBDEV_TRACE_NRECORDS. I have used buffers up to 4096 records to + avoid data loss. + Application Configuration -> NSH LIbrary: CONFIG_NSH_USBDEV_TRACE=n : No builtin tracing from NSH CONFIG_NSH_ARCHINIT=y : Automatically start the USB monitor