From 42000d013c9e817baf40d6445ac015991bb4a50b Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 27 Oct 2012 18:21:26 +0000 Subject: 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 --- nuttx/ChangeLog | 2 ++ nuttx/Documentation/README.html | 4 +++- nuttx/README.txt | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'nuttx') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index a80e5009a..3b39eabb4 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -3523,4 +3523,6 @@ Add a configuration for testing the ARM ELF loader. * binfmt/libelf: Can't use fstat(). NuttX does not yet support it. Damn! * binfmt/libelf: The basic ELF module execution appears fully functional. + * configs/shenzhou/src/up_relays.c: Add support for relays from the + Shenzhou board. Contributed by Darcy Gong. diff --git a/nuttx/Documentation/README.html b/nuttx/Documentation/README.html index 942426260..5fef40fc1 100644 --- a/nuttx/Documentation/README.html +++ b/nuttx/Documentation/README.html @@ -8,7 +8,7 @@

NuttX README Files

-

Last Updated: September 25, 2012

+

Last Updated: October 27, 2012

@@ -247,6 +247,7 @@ `- apps/ |- README.txt |- examples/ + | |- json/README.txt | |- pashello/README.txt | `- README.txt |- graphics/ @@ -259,6 +260,7 @@ |- netutils/ | | |- discover/README.txt | | |- ftpc/README.txt + | | |- json/README.txt | | |- telnetd/README.txt | `- README.txt |- nshlib/ diff --git a/nuttx/README.txt b/nuttx/README.txt index d60da2d88..4c008e6f1 100644 --- a/nuttx/README.txt +++ b/nuttx/README.txt @@ -828,6 +828,7 @@ nuttx apps |- examples/ + | |- json/README.txt | |- pashello/README.txt | `- README.txt |- graphics/ @@ -843,6 +844,8 @@ apps | | `- README.txt | |- ftpc | | `- README.txt + | |- json + | | `- README.txt | |- telnetd | | `- README.txt | `- README.txt -- cgit v1.2.3