aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/README.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/examples/README.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/examples/README.txt')
-rw-r--r--apps/examples/README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 70dffc989..abf95e208 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -542,6 +542,19 @@ examples/igmp
CONFIGURED_APPS += uiplib
+examples/json
+^^^^^^^^^^^^^
+
+ This example exercises the cJSON implementation at apps/netutils/json.
+ This example contains logic taken from the cJSON project:
+
+ http://sourceforge.net/projects/cjson/
+
+ The example corresponds to SVN revision r42 (with lots of changes for
+ NuttX coding standards). As of r42, the SVN repository was last updated
+ on 2011-10-10 so I presume that the code is stable and there is no risk
+ of maintaining duplicate logic in the NuttX repository.
+
examples/lcdrw
^^^^^^^^^^^^^^