aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-14 21:57:38 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-14 21:57:38 +0000
commit383e7a0c97e0e559da8eb2c2a128153ad068d67a (patch)
treeaed7b7c4f84c4b2016b606b390e818023d2c3841 /nuttx/ChangeLog
parentdb2bfa3e69fee84003a2fe13632c21046a1dc5b4 (diff)
downloadpx4-firmware-383e7a0c97e0e559da8eb2c2a128153ad068d67a.tar.gz
px4-firmware-383e7a0c97e0e559da8eb2c2a128153ad068d67a.tar.bz2
px4-firmware-383e7a0c97e0e559da8eb2c2a128153ad068d67a.zip
Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wrong application
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4737 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 131133217..79e746f6b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2760,3 +2760,10 @@
window to revert to the previous window. Not good behavior.
* sched/sched_mergepending.c: Add task switching instrumentation. There is a case
here where instrumentation was missing. Contributed by Petri Tanskanen.
+ CONFIG_STMPE11_THRESHX, CONFIG_STMPE11_THRESHX, and drivers/stmpe11_tsc.c: Add some
+ threasholding controls to all slow down processing of touchscreen samples.
+ This is a problem with NX in multi-user mode: touchscreen data gets sent
+ via a message and when the message queue gets full the sender blocks and
+ touch events are lost. Basic data overrun. The badly effects touchscreen
+ human factors.
+ \ No newline at end of file