summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-28 14:32:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-28 14:32:08 -0600
commitee6d71b6242b37666c09cc480e6df1ae44654b83 (patch)
treef1ff322c514444cf3f0c069379bd9bb36d39100d /nuttx/ChangeLog
parent536282da5a248b4edd37aa9724fe5b51b2af3d79 (diff)
downloadnuttx-ee6d71b6242b37666c09cc480e6df1ae44654b83.tar.gz
nuttx-ee6d71b6242b37666c09cc480e6df1ae44654b83.tar.bz2
nuttx-ee6d71b6242b37666c09cc480e6df1ae44654b83.zip
Add an NSH configuration for the Arduino Due; Pluse several fixes related to the Due and to the SAM3X in general
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d19e00884..67dd3c6c9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5078,3 +5078,10 @@
* 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).
+ * configs/arduino-due/nsh: Add an NSH configuration for the Arduino
+ Due. Both the OS test and NSH configuration are now functional
+ (2013-6-28).
+ * configs/arduino-due/src: Add support for the "L" LED (2013-6-28).
+ * arch/arm/src/sam34/sam_allocateheap.c: Clocking must be applied
+ to the SMC module for the 3X and 3A family in order for the NFC
+ SRAM to be functional (2013-6-28).