summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-06 11:49:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-06 11:49:28 -0600
commitd696a86d61ec4101cb1d39b07650431d886ea436 (patch)
tree1a99571630f9756dbc99d6da2a9ea658deb4a0e4 /nuttx/ChangeLog
parentb6d1d101fc17a7627ca5cc88366fd7a1904bf74e (diff)
downloadnuttx-d696a86d61ec4101cb1d39b07650431d886ea436.tar.gz
nuttx-d696a86d61ec4101cb1d39b07650431d886ea436.tar.bz2
nuttx-d696a86d61ec4101cb1d39b07650431d886ea436.zip
The Kinetis GPIO logic had some of the same issues as did the Kinetis L
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5ece07698..d7df4e1c1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4680,4 +4680,6 @@
* arch/arm/src/kl/kl_gpio.c and .h, configs/freedom-kl25z/src/freedom-kl25z.h,
and configs/freedom-kl25z/src/kl_led.c: Fixes LEDs on the Freedom KL25Z
board (2013-5-6).
-
+ * arch/arm/src/kinetis/kinetis_pin.c and arch/arm/src/kinetis/kinetis_internal.h:
+ The Kinetis GPIO logic had some of the same issues as did the
+ Kinetis L (2013-5-6).