From 0577a54d1891dd83007b18158c0fe753d4bb130b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 2 May 2015 06:32:22 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 39f9fde997e..9498912f4e2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10269,3 +10269,6 @@ stm32f37xxx_memorymap.h: Added missing EXTI definitions for the STM32 F3; Correct an error the port D base address in the STM32 F30x and F37x memory maps. From Greg Meiste (2015-05-01). + * arch/arm/src/lpc17xx/lpc176x_gpio.c: Reorder steps when an output + GPIO is configured in order to avoid transient bad values from being + output. From Hal Glenn (2015-05-02).