Fix paths in README.txt files which have changed due to the restructuring of nuttx/boards directory.

This commit is contained in:
Gregory Nutt 2019-08-05 10:22:56 -06:00
parent 2a8dccb75d
commit dd36f7ca4d
4 changed files with 8 additions and 7 deletions

View File

@ -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/<board-name>/defconfig file via the CONFIG_EXAMPLES_xyz
setting where xyz is the name of the example. For example,
boards/<board-name>/configs/<config>/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
^^^^^^^^^^^^^

View File

@ -1544,7 +1544,7 @@ NSH-Specific Configuration Settings
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The behavior of NSH can be modified with the following settings in
the boards/<board-name>/defconfig file:
the boards/<board-name>/configs/<config>/defconfig file:
* CONFIG_NSH_READLINE
Selects the minimal implementation of readline(). This minimal

View File

@ -517,8 +517,8 @@
#endif
/* The size of the I/O buffer may be specified in the
* boards/<board-name>defconfig file -- provided that it is at least as
* large as PATH_MAX.
* boards/<board-name>/configs/<config>defconfig file -- provided that it is
* at least as large as PATH_MAX.
*/
#define NSH_HAVE_IOBUFFER 1

View File

@ -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/<board-name>/defconfig file:
settings in the boards/<board-name>/configs/<config>/defconfig file:
* CONFIG_NSH_BUILTIN_APPS
Build the OS test example as an NSH built-in application.