From dd36f7ca4de980156999469063d93eacaca0add2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 5 Aug 2019 10:22:56 -0600 Subject: [PATCH] Fix paths in README.txt files which have changed due to the restructuring of nuttx/boards directory. --- examples/README.txt | 7 ++++--- nshlib/README.txt | 2 +- nshlib/nsh.h | 4 ++-- testing/README.txt | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/examples/README.txt b/examples/README.txt index 603899045..4b892967e 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -5,8 +5,9 @@ examples The examples directory contains several sample applications that can be linked with NuttX. The specific example is selected in the - boards//defconfig file via the CONFIG_EXAMPLES_xyz - setting where xyz is the name of the example. For example, + boards//configs//defconfig file via thei + CONFIG_EXAMPLES_xyz setting where xyz is the name of the example. + For example, CONFIG_EXAMPLES_HELLO=y @@ -411,7 +412,7 @@ examples/ft80x This examples has ports of several FTDI demos for the FTDI/BridgeTek FT80x GUI chip. As an example configuration, see - nuttx/boards/viewtool-stm32f107/ft80x/defconfig. + nuttx/boards/viewtool-stm32f107/configs/ft80x/defconfig. examples/ftpc ^^^^^^^^^^^^^ diff --git a/nshlib/README.txt b/nshlib/README.txt index 2565f48f9..3371ad000 100644 --- a/nshlib/README.txt +++ b/nshlib/README.txt @@ -1544,7 +1544,7 @@ NSH-Specific Configuration Settings ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The behavior of NSH can be modified with the following settings in - the boards//defconfig file: + the boards//configs//defconfig file: * CONFIG_NSH_READLINE Selects the minimal implementation of readline(). This minimal diff --git a/nshlib/nsh.h b/nshlib/nsh.h index 912a3a6e7..88f21d8cc 100644 --- a/nshlib/nsh.h +++ b/nshlib/nsh.h @@ -517,8 +517,8 @@ #endif /* The size of the I/O buffer may be specified in the - * boards/defconfig file -- provided that it is at least as - * large as PATH_MAX. + * boards//configs/defconfig file -- provided that it is + * at least as large as PATH_MAX. */ #define NSH_HAVE_IOBUFFER 1 diff --git a/testing/README.txt b/testing/README.txt index a876f8647..6baccfb82 100644 --- a/testing/README.txt +++ b/testing/README.txt @@ -81,7 +81,7 @@ testing/ostest as of this writing, but it is used to qualify each NuttX release. The behavior of the ostest can be modified with the following - settings in the boards//defconfig file: + settings in the boards//configs//defconfig file: * CONFIG_NSH_BUILTIN_APPS Build the OS test example as an NSH built-in application.