From 88f61b75df5309886a1519cef9fde8d1920f3ebc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 16 Dec 2014 10:00:21 -0600 Subject: [PATCH] Updata ChangeLog --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6a03e0a1dbc..485de956bdd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9231,3 +9231,13 @@ 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). + * drivers/sensors/adxl345*, include/nuttx/sensors/adxl345.h and other + files: Add driver support for the ADXL345 accelerometer. From Alan + Carvalho de Assis (2014-12-16). + * configs/freedom-kl25z: Add board support for the ADXL345 accelerometer. + From Alan Carvalho de Assis (2014-12-16). + * Kconfig, include/debug.h, drivers/sensors/*, and Qencoder logic in + arch/arm/src/stm32 and various QEncoder board support files under + config/: Unify sensor debug. ADX driver was using input debug; LM75 + and QENCODE that their own custom debug. Now all use + CONFIG_DEBUG_SENSOR, sndbg() (2014-12-16).