summaryrefslogtreecommitdiff
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
commit7e27610c4f420a98420035ec4ea10f45caf185ca (patch)
tree839cc0251a6594810d92ebca29d0273c59be295b /apps/ChangeLog.txt
parent608e5adab4915ada5c2881d66d20e3d6fa0efba5 (diff)
downloadnuttx-7e27610c4f420a98420035ec4ea10f45caf185ca.tar.gz
nuttx-7e27610c4f420a98420035ec4ea10f45caf185ca.tar.bz2
nuttx-7e27610c4f420a98420035ec4ea10f45caf185ca.zip
Add apps/examples/wgetjson from Darcy Gong
git-svn-id: svn://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