summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-28 12:44:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-28 12:44:06 -0600
commit5c113468456bce80cb669711d1580201c75e442b (patch)
treed4482503866459e410d3a43cb16f602896cb2e15 /nuttx/ChangeLog
parent142a43827d2e2eb2884284b6b28a04ed5e1ba7bb (diff)
downloadnuttx-5c113468456bce80cb669711d1580201c75e442b.tar.gz
nuttx-5c113468456bce80cb669711d1580201c75e442b.tar.bz2
nuttx-5c113468456bce80cb669711d1580201c75e442b.zip
SAMA5: Correct a clock configuration bug; clarify some MMU memory types
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8fa46bd36..01c91617f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5207,5 +5207,6 @@
(2013-7-26).
* configs/sama5d3x-ek/hello: Added a tiny hello world configuration
to simplify bring up of the SAMA5 (it will probably be removed
- later) (2013-7026).
+ later) (2013-7-26).
+ * The sama5d3x-ek/hello now runs correctly (2013-7-28).