aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-16 22:43:40 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-16 22:43:40 +0000
commitb231fb795e6e08765afd0b4336eb041039ce5c05 (patch)
tree5f479cc7c9a1bc538630ddaeae8c57b65b40e780 /nuttx/ChangeLog
parentd21b932f5ecbedadab9113374d89c6243478ec3e (diff)
downloadpx4-firmware-b231fb795e6e08765afd0b4336eb041039ce5c05.tar.gz
px4-firmware-b231fb795e6e08765afd0b4336eb041039ce5c05.tar.bz2
px4-firmware-b231fb795e6e08765afd0b4336eb041039ce5c05.zip
NxWM: Add IApplicationFactory so that we can create multiple instances of applications; And, as a result of that, re-vamp entire threading model. this is now buggier than it was before
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4742 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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 e813076a5..efa09c0be 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2771,3 +2771,5 @@
compilation errors when CONFIG_SCHED_ONEXIT is defined.
* configs/stm3240g-eval/nxwm/defconfig: The default NxWM not uses the STMPE11
touchscreen.
+ * include/cxx/csched: Added
+