summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-03 12:28:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 12:28:37 -0600
commita8f3916dc112d98c0a45916dd2d9e6fb71539f0c (patch)
tree4e8057dba09855579b0242a89f2cf6c28c38db6e /nuttx/ChangeLog
parent650d4e21398fadd04d11e3d194270c32a26e4fbc (diff)
downloadnuttx-a8f3916dc112d98c0a45916dd2d9e6fb71539f0c.tar.gz
nuttx-a8f3916dc112d98c0a45916dd2d9e6fb71539f0c.tar.bz2
nuttx-a8f3916dc112d98c0a45916dd2d9e6fb71539f0c.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9be62a265..cbb2b6000 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9106,8 +9106,8 @@
* include/cxx/cctype: Undefine macros defined ctype.h so that builtin
C++ implementations will be used intead. From Lorenz Meier
(2014-11-28).
- * configs/stm3210e-eval/src/stm32_djoystick.c: Add a DJoystick driver
- for the STM3210E-EVAL (2014-11-28).
+ * configs/stm3210e-eval/src/stm32_djoystick.c: Add a discrete Joystick
+ supportfor the STM3210E-EVAL (2014-11-28).
* drivers/input/djoystick.c include/nuttx/input/djoystick.h: Add a new
ioctl to get the supported joystick discrete signals (2014-11-28).
* drivers/input/ajoystick.c and include/nuttx/input/ajoystick.h. Also
@@ -9131,4 +9131,5 @@
MCO pin definition. From Jussi Kivilinna (2014-12-02).
* arch/arm/src/stm32/stm32_rcc.h: Add missing MCO configuration for
the STM32L1xxx. From Jussi Kivilinna (2014-12-02).
-
+ * configs/sama5d3-xplained/src/sam_ajoystick.c: Add a analog Joystick
+ support for the SAMA5D3 Xplained board (2014-12-3).