aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-15 00:45:14 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-15 00:45:14 +0000
commit519ab1856fb8c69ff2bb15e512bdb8539c90129c (patch)
tree4692ee907021a755c1a5f3db5fd13e0d9712a2f7 /nuttx/ChangeLog
parent383e7a0c97e0e559da8eb2c2a128153ad068d67a (diff)
downloadpx4-firmware-519ab1856fb8c69ff2bb15e512bdb8539c90129c.tar.gz
px4-firmware-519ab1856fb8c69ff2bb15e512bdb8539c90129c.tar.bz2
px4-firmware-519ab1856fb8c69ff2bb15e512bdb8539c90129c.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: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4738 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.