summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-13 17:33:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-13 17:33:15 -0600
commitef79668e0b25a843ca5883d68a1b91442e2669bf (patch)
tree366dcb38732bf2e47665c6134a9ca60029bda423 /nuttx/ChangeLog
parentc821b8e9eae8bf4da8640eadbe2793632c19ae61 (diff)
downloadnuttx-ef79668e0b25a843ca5883d68a1b91442e2669bf.tar.gz
nuttx-ef79668e0b25a843ca5883d68a1b91442e2669bf.tar.bz2
nuttx-ef79668e0b25a843ca5883d68a1b91442e2669bf.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d270b4db7..4a23503c7 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9222,3 +9222,8 @@
Add logic to clean up after task_delete() or pthread_cancel() if the
task happens to be waiting on a semaphore when it is cancelled
(2014-12-13).
+ * arch/arm/src/kl/kl_gpioirq.c, Kconfig, Make.defs, and kl_irq.c: Add
+ GPIO interrupt capability for the KL architecture. The patch is
+ almost the same as kinetis_pinirq.c, just minor modifications and
+ rename kl_pinirq to kl_gpioirq to make it more generic to developers.
+ From Alan Carvalho de Assis (2014-12-13).