From 73981ddb9bda62a065c0e34b374a4135aa8b1a92 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 7 Nov 2014 15:03:03 -0600 Subject: [PATCH] BAS: Rename examples/bas to examples/bastest. Hook into build and configuration system. Finish ROMFS logic --- Documentation/README.html | 3 ++- README.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/README.html b/Documentation/README.html index 3a8ab4be70..a15681e955 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -8,7 +8,7 @@

NuttX README Files

-

Last Updated: October 27, 2014

+

Last Updated: November 7, 2014

@@ -303,6 +303,7 @@ |- apps/ | |- README.txt | |- examples/ + | | |- bastest/README.txt | | |- json/README.txt | | |- pashello/README.txt | | `- README.txt diff --git a/README.txt b/README.txt index 0c56415272..e1b9f943ef 100644 --- a/README.txt +++ b/README.txt @@ -1259,6 +1259,7 @@ nuttx apps |- examples/ + | |- bastest/README.txt | |- json/README.txt | |- pashello/README.txt | `- README.txt