summaryrefslogtreecommitdiff
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
commit42000d013c9e817baf40d6445ac015991bb4a50b (patch)
tree406de17abc4dcaf0ee6ea4ad85bc4c45ea1d4e85 /apps/examples/README.txt
parentb3ee6803286f2d85eb1893780b4c20265d6b8f67 (diff)
downloadpx4-nuttx-42000d013c9e817baf40d6445ac015991bb4a50b.tar.gz
px4-nuttx-42000d013c9e817baf40d6445ac015991bb4a50b.tar.bz2
px4-nuttx-42000d013c9e817baf40d6445ac015991bb4a50b.zip
Add port of cJSON from Darcy Gong
git-svn-id: svn://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
^^^^^^^^^^^^^^