summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a2193bbd5..358d8774f 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9106,3 +9106,5 @@
* 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).