From 25d685c77f2e79b606f74ba7b09eef6973fa6dd4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 26 Dec 2014 09:57:21 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index bf2edcc3e7..742e1cbbc7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9329,3 +9329,6 @@ * arch/arm/src/tiva, include/tiva, and many configurations: Change negative Tiva logic CONFIG_SSIx_DISABLE to positive logic CONFIG_TIVA_SSIx. Add support for SSI2 and SSI3 (2014-12-21). + * arch/arm/src/efm32/efm32_pwm.c/.h, efm32_timer.c/.h, and related + build files: Add support for timer/PWM on the EFM32GG. From + Pierre-noel Bouteville (2014-12-26).