summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-04 08:56:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-04 08:56:10 -0600
commita6051b5d332687876175e0a55dcd32c9022e6288 (patch)
tree281895ba3ca9252d278616d781672d3e436501d4 /nuttx/ChangeLog
parentdaa1a41c7e96f583dfbd7ac5c1be7fc88e5cc844 (diff)
downloadnuttx-a6051b5d332687876175e0a55dcd32c9022e6288.tar.gz
nuttx-a6051b5d332687876175e0a55dcd32c9022e6288.tar.bz2
nuttx-a6051b5d332687876175e0a55dcd32c9022e6288.zip
Fix a build error when only USB device tracing is enabled (from David Sidrane). Also an update to the USB tracing document
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cf1dd50aa..7d192fb53 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7135,3 +7135,11 @@
crashes. This was fixed by David Sidrane by implementing RAM functions.
The killer code is copied and executed from ISRAM and the crash is
avoided (2014-4-3).
+ * configs/sama5d3-xplained/Kconfig and include/board*.h;
+ configs/sama5d3x-ek/Kconfig and include/board*.h: Add support for
+ 528MHz CPU clock (2014-4-3).
+ * arch/arm/src/sama5/Make.defs: Fix a build error that occurs when
+ only USB device tracing is enabled (2014-4-4).
+ * Documentation/UsbTrace.html: Add some discussion of the USB monitor
+ (2014-4-4).
+