summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-26 18:46:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-26 18:46:44 -0600
commitac86b68aecf6a34e8d0cb30024ef3a051fdd139b (patch)
tree69afc0b17c9029256a1d69835f4942b1b7f1783e /nuttx/ChangeLog
parentf6b9f9c65f0aed5eb9c32f168a2c298342e8fb34 (diff)
downloadnuttx-ac86b68aecf6a34e8d0cb30024ef3a051fdd139b.tar.gz
nuttx-ac86b68aecf6a34e8d0cb30024ef3a051fdd139b.tar.bz2
nuttx-ac86b68aecf6a34e8d0cb30024ef3a051fdd139b.zip
Add peripheral configuration logic for the SAM3X/3A; Change all references to SAM3/4 SPI to SPI0 for compatibity with the SAM3X/3A which has SPI0 and SPI1; Add directory which will eventually holdl an Arduino Due port
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bb5f6a883..a666e2fd2 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5067,4 +5067,12 @@
* arch/arm/src/sam34/sam3x_gpio.h: Add SAM3X/3A gpio encoding
macros. These differ from the SAM3U only in because of the
6 PIOs: PIOA-PIOF (2013-6-26).
+ * configs/arduino-due: This is an empty directory now with only
+ a README file in it but this directory will eventually hold a port
+ for the Arduino Due (2013-6-26).
+ * arch/arm/src/sam34/Kconfig: Add SAM3X/3A peripherals to the SAM3/4
+ configuration logic (2013-6-26).
+ * 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).