summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4a23503c7..6a03e0a1d 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9227,3 +9227,7 @@
almost the same as kinetis_pinirq.c, just minor modifications and
rename kl_pinirq to kl_gpioirq to make it more generic to developers.
From Alan Carvalho de Assis (2014-12-13).
+ * arch/sim/src/up_ajoystick.c, Kconfig, Makefile, up_idle.c,
+ up_internal.h, up_x11eventloop.c, up_x11framebuffer.c,
+ configs/sim/src/Makefile, sim_boot.c, and traveler/defconfig: Add an
+ X11 mouse-based simulation of an analog joystick device (2014-12-14).