From 9d0984e21ecafb9f62b51a7c2271a348a5f43da6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 17 Nov 2015 17:21:36 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f8cab43b1e..9c2f19c18f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11100,4 +11100,8 @@ each with unique I2C addresses, but otherwise idential (2015-11-17). * drivers/timers/ds3231.c: Add support for the DS3231 I2C RTC. Untested on the initial commit (2015-11-17). - + * arch/arm/src/stm32/stm32_tim_lowerhalf.c: Add a compatible lower-half + timer driver for use with drivers/timers/timer.c. From Wail Khemir + (2015-11-17). + * drivers/sensors/ms58xx.c: Fix some issues with initialization and with + CRC calculation. From Karim Keddam (2015-11-17).