aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 16:04:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 16:04:45 +0000
commit33a3edbaf731fd409bfd6e9aa3ad46a194a2f9a4 (patch)
tree839cc0251a6594810d92ebca29d0273c59be295b /apps/ChangeLog.txt
parent26cbab4570e466f88221e3f459aa3273386cd9ea (diff)
downloadpx4-firmware-33a3edbaf731fd409bfd6e9aa3ad46a194a2f9a4.tar.gz
px4-firmware-33a3edbaf731fd409bfd6e9aa3ad46a194a2f9a4.tar.bz2
px4-firmware-33a3edbaf731fd409bfd6e9aa3ad46a194a2f9a4.zip
Add apps/examples/wgetjson from Darcy Gong
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5281 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 4d147d91d..db56d6681 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -392,5 +392,6 @@
* COPYING: Licensing information added.
* apps/netutils/codec and include/netutils/urldecode.h, base64.h, and md5.h:
A port of the BASE46, MD5 and URL CODEC library from Darcy Gong.
- * nslib/nsh_codeccmd.c: NSH commands to use the CODEC library.
+ * nsnlib/nsh_codeccmd.c: NSH commands to use the CODEC library.
Contributed by Darcy Gong.
+ * apps/examples/wgetjson: Test example contributed by Darcy Gong