summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-14 14:07:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-14 14:07:21 +0000
commitb12d1dada94cd7083c2a5a023ec2e7a9a51c192a (patch)
tree78375ed0dfcfed58f45bf266c76a1f9230df01c9 /nuttx/ChangeLog
parentbf8d0c68312793631ed4ade1541ec36168b3722b (diff)
downloadpx4-nuttx-b12d1dada94cd7083c2a5a023ec2e7a9a51c192a.tar.gz
px4-nuttx-b12d1dada94cd7083c2a5a023ec2e7a9a51c192a.tar.bz2
px4-nuttx-b12d1dada94cd7083c2a5a023ec2e7a9a51c192a.zip
Add XML RPC server plus NXWM build fixes from Max Holtzberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5150 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1375bea43..b6817eab2 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3341,4 +3341,11 @@
is enabled and (2) some data was obtained from read-ahead buffers.
Blocking is a bad idea in that case because there is no timeout!
(submitted by Max Holtzberg).
-
+ * configs/stm3240g-eval/xmlrpc: An example configuration for the
+ Embeddable Lightweight XML-RPC Server at apps/examples/xmlrpc.
+ See http://www.drdobbs.com/web-development/\
+ an-embeddable-lightweight-xml-rpc-server/184405364 for more info.
+ Contributed by Max Holtzberg.
+ * configs/*/nxwm/defconfig and sched/task_exithook.c: Fixes for
+ bugs that crept in during recent changes. (Submitted by Max
+ Holtzberg).