summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-21 17:42:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-21 17:42:09 -0600
commit8072c2fddb647267fb7ce351aa5a03db5b6d9061 (patch)
tree41d471f67b0394c498e07af40309d86727179950 /nuttx/ChangeLog
parentaaaacf612dc228a31282c0c1c015f116eb309cd8 (diff)
downloadnuttx-8072c2fddb647267fb7ce351aa5a03db5b6d9061.tar.gz
nuttx-8072c2fddb647267fb7ce351aa5a03db5b6d9061.tar.bz2
nuttx-8072c2fddb647267fb7ce351aa5a03db5b6d9061.zip
Beginning of a driver for the SAM4L LED1 module
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1b9d44224..598fc6ac6 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5025,3 +5025,6 @@
CONFIG_EXAMPLES_NSH_CXXINITIALIZE=y so that they behave as they did
before, i.e., so that C++ initializers will be called when NSH starts
up (2013-6-21).
+ * configs/sam4l-xplained/src/sam_slcd.c: Beginning of a driver for the
+ LED1 segment LCD module. This driver is incomplete on initial check-
+ in (2013-6-21).