summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-08 16:36:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-08 16:36:26 +0000
commita4e513bfbe4c06a36fb2ee4d0bc53de015a5fe2e (patch)
tree5eaca91e2c09d160fce6d592115b888b687984b8 /nuttx/ChangeLog
parent5711ff4501884ac98471edbbcf0585e7baa1c7f3 (diff)
downloadnuttx-a4e513bfbe4c06a36fb2ee4d0bc53de015a5fe2e.tar.gz
nuttx-a4e513bfbe4c06a36fb2ee4d0bc53de015a5fe2e.tar.bz2
nuttx-a4e513bfbe4c06a36fb2ee4d0bc53de015a5fe2e.zip
Add a test for NX text displays and also a configuration for the STM3210E-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3754 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 18afe10e8..a8b4d2712 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1875,3 +1875,11 @@
Also fixes a few errors in STM3210E-EVAL button decoding.
* configs/stm3210e-eval/buttons: Add a configuration to exercise STM3210E-EVAL
buttons.
+ * arch/arm/src/stm32/stm32_gpio.c: GPIO interrupt handling for pin
+ numbers were being aliased: 5-9 together and 10-15 together. Extended
+ the logic to peform decoding of GPIO interrupts and unique dispatching
+ for all 16 pins.
+ * configs/stm3210e-eval/nxtext: Add a configuration for the apps/examples/nxtext
+ example. This example focuses on placing text on the background while
+ pop-up windows occur. Text should continue to update normally with or without
+ the popup windows present.