summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-06 09:08:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-06 09:08:52 -0600
commit242d6094be6146c200ed4e8aeb09b956f1f9ebce (patch)
tree7090315842c21710571c9f9fc857989f5b99abc2 /nuttx/ChangeLog
parent91ee7d6302158de8cbce24c728b7687e6ae0a49a (diff)
downloadnuttx-242d6094be6146c200ed4e8aeb09b956f1f9ebce.tar.gz
nuttx-242d6094be6146c200ed4e8aeb09b956f1f9ebce.tar.bz2
nuttx-242d6094be6146c200ed4e8aeb09b956f1f9ebce.zip
SAMA5 LCDC: Add 'skeleton' files that will eventually become an LCDC driver for the SAMA5
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 81893ba16..12bcaa04e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5715,4 +5715,6 @@
target endpoint (2013-10-5).
* net/netdev_rxnotify.c and others: Use the new signature of rxnotify
caused by the routing table. From Max Holtzberg (2013-10-6).
+ * arch/arm/src/sama5/sam_lcdc.c and .h: Empty "skeleton" file that
+ will eventually become an LCDC driver for the SAMA5 (2013-10-6).