summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bf2edcc3e..742e1cbbc 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).