summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-19 14:47:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-19 14:47:04 -0600
commit910ed53c5d0a166ed6853694a276be6e9680a35a (patch)
tree864d61fb5005f2a4c74d1fd0596451a9ae9791c3 /nuttx/ChangeLog
parentd4352a177b3e64a6ff2b26e189211d2fd0b7b731 (diff)
downloadnuttx-910ed53c5d0a166ed6853694a276be6e9680a35a.tar.gz
nuttx-910ed53c5d0a166ed6853694a276be6e9680a35a.tar.bz2
nuttx-910ed53c5d0a166ed6853694a276be6e9680a35a.zip
SAMD20: Move some common SERCOM logic to a separate file where it can be shared
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index de41ca5b1..d20947756 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6618,3 +6618,7 @@
* drivers/lcd/mio283qt9a.c: Bug fix from Toby Duckwork (2014-2-19).
* fs/fs_rename.c: 'rename' can now be used to rename nodes in the
pseudo-filesystem (2014-2-19).
+ * arch/arm/src/samd/sam_sercom.c: Move some common SERCOM logic
+ from the USART-specific files to a share-able file where it can
+ also be used by SPI and I2C drivers (2014-2-19).
+