summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-14 01:03:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-14 01:03:19 +0000
commitdc5c9b3ae22bc039f889e3f3765c9ba080a6b3af (patch)
tree069a9a4cfbe5124946533f9a526dcfb227107b06 /nuttx/ChangeLog
parent3b8a6dddff146b60cd09d1f3dd3b95cd8042ccd5 (diff)
downloadnuttx-dc5c9b3ae22bc039f889e3f3765c9ba080a6b3af.tar.gz
nuttx-dc5c9b3ae22bc039f889e3f3765c9ba080a6b3af.tar.bz2
nuttx-dc5c9b3ae22bc039f889e3f3765c9ba080a6b3af.zip
Add task switching instrumentation for missing case. Contributed by Petri Tanskanen.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4734 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f3bed6a84..131133217 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2758,3 +2758,5 @@
are multiple queued touchscreen events for the same window and (2) the result of the
first input was to switch windows, then the autoraise implementation will cause the
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.