From 2afe1e869b39e2ffa122827e11e5576a41bd6e2c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 28 Apr 2015 06:41:21 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2201a8d050..bed8fa44bb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10259,4 +10259,9 @@ (2015-04-23). * drivers/lcd and include/nuttx/drivers: RA8875 LCD driver contributed by Marten Svanfeldt (2015-04-24). - + * arch/arm/src/stm32/chip/stm32_pwr.c and .h: Adds support for STM32's + Programmable Voltage Detector (PVD) feature. Register access is behind + CONFIG_STM32_ENERGYLITE as the feature has not been verified for + F1/F2/F4 etc. manuals. Tested on STM32L1. PVD interrupt looks generic, + at least #defines it needs are in headers for every chip variant. By + Dmitry Nikolaev, submitted by Juha Niskanen (2015-04-28).