From fe285f6d164346933c01c96b71c16ced997f6ac6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 6 Sep 2013 17:24:02 -0600 Subject: [PATCH] Extend USB trace logic. When we are configured to decode and stringify trace data, de-stringification support is not included for class driver trace output --- configs/sama5d3x-ek/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/sama5d3x-ek/README.txt b/configs/sama5d3x-ek/README.txt index b2224010f67..d050ac32f8c 100644 --- a/configs/sama5d3x-ek/README.txt +++ b/configs/sama5d3x-ek/README.txt @@ -1053,6 +1053,7 @@ Configurations Device Drivers -> "USB Device Driver Support: CONFIG_USBDEV_TRACE=y : Enable USB trace feature CONFIG_USBDEV_TRACE_NRECORDS=256 : Buffer 256 records in memory + CONFIG_USBDEV_TRACE_STRINGS=y : (optional) Application Configuration -> NSH LIbrary: CONFIG_NSH_USBDEV_TRACE=n : No builtin tracing from NSH @@ -1074,6 +1075,11 @@ Configurations asynchronous with the trace output and, hence, difficult to interpret. + STATUS: + 2013-9-6: I have not confirmed this, but it appears that the AT25 does not + retain its formatting across power cycles. I need to study this more. + 2013-9-6: The mass storage class is not yet working. + hello: This configuration directory, performs the (almost) simplest of all possible examples: examples/hello. This just comes up, says hello