summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-18 15:35:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-18 15:35:26 -0600
commitd2b1bdc68e4d187ed2b9b6b79496676fdbb25125 (patch)
treeb7cbc6b975bbd73e15a176935e7ea7ea0d569f3f /nuttx/ChangeLog
parent8df9ca0c5451905d4ef16ce3cb52b9553133d568 (diff)
downloadnuttx-d2b1bdc68e4d187ed2b9b6b79496676fdbb25125.tar.gz
nuttx-d2b1bdc68e4d187ed2b9b6b79496676fdbb25125.tar.bz2
nuttx-d2b1bdc68e4d187ed2b9b6b79496676fdbb25125.zip
Updata ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4dfd13b2f..da956bdb7 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9265,4 +9265,8 @@
* arch/arm/src/tiva, include/tiva, and many configurations: Change
negative Tiva logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic
CONFIG_TIVA_GPIOx_IRQ (2014-12-18).
+ * arch/arm/src/tiva/Kconfig: Fix configuration logic for IRQ interrupts.
+ The various parts support varying numbers of GPIO blocks and with varying
+ capabilities to support interrupts on the pins of different GPIO blocks
+ (2014-12-18).