aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-27 18:21:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-27 18:21:26 +0000
commit4f104b5e3de5f9981280ed6a9cc6d825b62847d7 (patch)
tree406de17abc4dcaf0ee6ea4ad85bc4c45ea1d4e85 /apps/ChangeLog.txt
parent54aa38368612e70a846674ceae13fe19677c01dc (diff)
downloadpx4-firmware-4f104b5e3de5f9981280ed6a9cc6d825b62847d7.tar.gz
px4-firmware-4f104b5e3de5f9981280ed6a9cc6d825b62847d7.tar.bz2
px4-firmware-4f104b5e3de5f9981280ed6a9cc6d825b62847d7.zip
Add port of cJSON from Darcy Gong
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5267 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 14d107b3f..b75637ad2 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -384,4 +384,7 @@
by one (Mike Smith).
* apps/examples/elf: Test example for the ELF loader.
* apps/examples/elf: The ELF module test example appears fully functional.
+ * apps/netutils/json: Add a snapshot of the cJSON project. Contributed by
+ Darcy Gong.
+ * apps/examples/json: Test example for cJSON from Darcy Gong