aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-31 23:05:51 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-31 23:05:51 +0000
commit0eb58dfb72f5536fbe8d675836a45d5c455bf0d2 (patch)
tree8b04048671d38afda5fd5fbcea2ae16a9da8bcbc /nuttx/ChangeLog
parentee6cba7a0102a6c26ee1143bc103fe8c99577520 (diff)
downloadpx4-firmware-0eb58dfb72f5536fbe8d675836a45d5c455bf0d2.tar.gz
px4-firmware-0eb58dfb72f5536fbe8d675836a45d5c455bf0d2.tar.bz2
px4-firmware-0eb58dfb72f5536fbe8d675836a45d5c455bf0d2.zip
The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5073 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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).