summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-27 14:24:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-27 14:24:27 -0600
commit3739d5f33e73675fc0bdd0dc600bb39ed30b23b8 (patch)
tree51642eac4b6c9adb85861210226d96ba5883452c /nuttx/ChangeLog
parentd5e65458491f91198ae56185f4e692061b2c49ce (diff)
downloadnuttx-3739d5f33e73675fc0bdd0dc600bb39ed30b23b8.tar.gz
nuttx-3739d5f33e73675fc0bdd0dc600bb39ed30b23b8.tar.bz2
nuttx-3739d5f33e73675fc0bdd0dc600bb39ed30b23b8.zip
Flesh out the Arduino Due board configuratino and integrate it with the build and configuration system
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a666e2fd2..d19e00884 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5075,4 +5075,6 @@
* arch/arm/src and include/ and configs/sam*/: Large rename of all
references to SPI with SPI0. This is because all other SAMs have
only SPI but the 3X/3A have SPI0 and SPI1 (2013-6-26).
-
+ * configs/arduino-due: Complete the basic board configuration and
+ integrate this into the configuration and build system. The Arduino
+ Due is now ready to begin test (2013-6-17).