summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-31 23:05:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-31 23:05:51 +0000
commitb351b752486c1693392faed106a8a77609006656 (patch)
tree8b04048671d38afda5fd5fbcea2ae16a9da8bcbc /nuttx/ChangeLog
parentf8d292453df82fde56d2e4674ba78b5885fed899 (diff)
downloadpx4-nuttx-b351b752486c1693392faed106a8a77609006656.tar.gz
px4-nuttx-b351b752486c1693392faed106a8a77609006656.tar.bz2
px4-nuttx-b351b752486c1693392faed106a8a77609006656.zip
The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5073 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3e17ffe7c..e479b25fc 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3234,4 +3234,10 @@
exits (thanks Ronen Vainish). Also, improved some error reporting:
the generic ERROR was being used instead of the specific errno
value; the errno variable was not always set correctly.
-
+ * tools/mkfsdata.pl: The uIP web server CGI image making perl script was
+ moved from apps/netutils/webserver/makefsdata to nuttx/tools/mkfsdata.pl
+ (Part of a larger change submitted by Max Holtzberg).
+ * configs/stm3240g-eval/script/ld.script: All of the identical ld.script
+ files for the STM3240G-EVAL were replaced by one version in this directory.
+ * configs/stm3240g-eval/webserver: Configuration submitted by Max Holtzberg
+ for testing the changes to the uIP web server (see apps/ChangeLog.txt).