summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-17 13:50:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-17 13:50:02 +0000
commit925415fbda596e6da11429a72f57f2574ce50844 (patch)
treeee651f9e8843afb0fdec7a023e3f377fbd596052 /NxWidgets/ChangeLog.txt
parentdbda56e617cfde1910ecf6091a76038f44dff65d (diff)
downloadpx4-nuttx-925415fbda596e6da11429a72f57f2574ce50844.tar.gz
px4-nuttx-925415fbda596e6da11429a72f57f2574ce50844.tar.bz2
px4-nuttx-925415fbda596e6da11429a72f57f2574ce50844.zip
Patches 7-9 from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5365 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index ece08e4fd..65022ea15 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -206,4 +206,10 @@
Contributed by Petteri, Aimonen.
* NxWM::CStartWindow: Fix mq_receive error handling with signal is recieved.
From Petteri Aimonen.
+* NxWidgets:CNxTimer: Replace the original (apparently non-functional) signal-
+ based solution with a work queue-based solution. This raises some isses about
+ using the internal work queues from user space. I have decided to implemented
+ user-space work queues (someday) in order to accomplish that functionaliy.
+ Submitted by Petteri Aimonen.
+ solutions