summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-02 08:24:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-02 08:24:46 -0600
commit632277bf3823219dc74fd11cc666b803bfc28f66 (patch)
treeb012a9c280be614f11a01a0ef60bda5e3de44a7b /nuttx/ChangeLog
parentdf8743f48efa538bb588d7f4572a24f93cff2625 (diff)
downloadnuttx-632277bf3823219dc74fd11cc666b803bfc28f66.tar.gz
nuttx-632277bf3823219dc74fd11cc666b803bfc28f66.tar.bz2
nuttx-632277bf3823219dc74fd11cc666b803bfc28f66.zip
Add framework for Spark Core board support. The initial commit is a clone of the Maple Mini and still needs Spark customizations
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ff96f518f..27c0dfab8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5693,4 +5693,6 @@
build system (2013-10-1)
* include/net/route.h: Defines the application interface to
the routing table (2013-10-2).
+ * configs/spark: Add configuratino for the Spark Core. The
+ initial check-in is basically the Maple Mini board (2013-10-2).