summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-26 15:28:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-26 15:28:01 -0600
commitd691370b893a9ff86b86a226623e86782bbd75ae (patch)
tree55262396144c77c2680b3bfcd59b65bb32f5611c /nuttx/ChangeLog
parentddb019413f39bbe495dba2a55c60f9ff8f8e00ce (diff)
downloadnuttx-d691370b893a9ff86b86a226623e86782bbd75ae.tar.gz
nuttx-d691370b893a9ff86b86a226623e86782bbd75ae.tar.bz2
nuttx-d691370b893a9ff86b86a226623e86782bbd75ae.zip
Add a hello world configuration to help with the SAMA5 bringup
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 61530c65b..8fa46bd36 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5205,4 +5205,7 @@
me for a long time since most boards don't have DRAM. The more
generic RAM naming should not produce so much cognitive dissonance
(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).