summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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).