summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-15 00:45:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-15 00:45:14 +0000
commit1ac9219148610878491a20d15c87476451941eee (patch)
tree4692ee907021a755c1a5f3db5fd13e0d9712a2f7 /nuttx/ChangeLog
parent5d5fb0b5646aed4cb074eb317fc09170645c7a3f (diff)
downloadnuttx-1ac9219148610878491a20d15c87476451941eee.tar.gz
nuttx-1ac9219148610878491a20d15c87476451941eee.tar.bz2
nuttx-1ac9219148610878491a20d15c87476451941eee.zip
Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; on_exit is now used in NxWM::NxConsole to close the window with the NSH session exits
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4738 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 79e746f6b..e813076a5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2760,10 +2760,14 @@
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
+ * 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
+ * include/sched.h: Fix a typo (missing semicolon) in prototype of on_exit();
+ * sched/on_exit.c and include/nuttx/sched.h: Fix some old typos that caused
+ compilation errors when CONFIG_SCHED_ONEXIT is defined.
+ * configs/stm3240g-eval/nxwm/defconfig: The default NxWM not uses the STMPE11
+ touchscreen.