From d5acc050ccd4e89dff2aef239e9a8c1fa12ec684 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 15 Jun 2017 10:03:56 -0600 Subject: [PATCH] Upate the top-level README.txt file --- README.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 8e466a7dd40..301fdf72d80 100644 --- a/README.txt +++ b/README.txt @@ -583,13 +583,18 @@ Instantiating "Canned" Configurations included in the build and what is not. This file is also used to generate a C configuration header at include/nuttx/config.h. + Copy other, environment-specic files to ${TOPDIR + + This might include files like .gdbinit or IDE configuration files + like .project or .cproject. + General information about configuring NuttX can be found in: ${TOPDIR}/configs/README.txt ${TOPDIR}/configs//README.txt - There is a configuration script in the tools/ directory that makes this - easier. It is used as follows: + There is a configuration script in the tools/ directory that makes does + all of the above steps for you. It is used as follows: cd ${TOPDIR}/tools ./configure.sh / @@ -600,6 +605,10 @@ Instantiating "Canned" Configurations cd ${TOPDIR}\tools configure.bat \ + And, to make sure that other platform is supported, there is also a + C program at tools/configure.c that can be compiled to establish the + board configuration. + See tools/README.txt for more information about these scripts. Refreshing Configurations