summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-26 09:57:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-26 09:57:21 -0600
commitccb4e12291fa7cb93d28f753f49de09fd7dc4b72 (patch)
tree7a1ebd5fb1852bce6ec5f547582ed8d4160b3441
parentb51041116c51bc7188f2a05e8b0b06462334f948 (diff)
downloadnuttx-ccb4e12291fa7cb93d28f753f49de09fd7dc4b72.tar.gz
nuttx-ccb4e12291fa7cb93d28f753f49de09fd7dc4b72.tar.bz2
nuttx-ccb4e12291fa7cb93d28f753f49de09fd7dc4b72.zip
Update ChangeLog
-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).