summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-20 15:46:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-20 15:46:36 -0600
commit70e94e05ef4f7aed52722ea114dc59b517ec2695 (patch)
treea8a4d0804f44e216759ec8dbd52c4920ed50e1a6 /nuttx/ChangeLog
parent20174857959f8d35c17a780faf5871d62fb274ff (diff)
downloadnuttx-70e94e05ef4f7aed52722ea114dc59b517ec2695.tar.gz
nuttx-70e94e05ef4f7aed52722ea114dc59b517ec2695.tar.bz2
nuttx-70e94e05ef4f7aed52722ea114dc59b517ec2695.zip
Beginning of support for SAMA5 EHCI. Not much there yet
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 d12359631..c980ecc48 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5421,3 +5421,7 @@
Add logic for management of device addresses. This logic does not
currently hook into into anything. It will someday be a part of the
NuttX USB hub implementation (2013-8-18).
+ * nuttx/arch/arm/src/sama5/sam_ehci.c and other files: Create a skeleton
+ environment for development of an EHCI driver. Not much in place yet
+ (2013-8-20).
+