From c6b5049e3ec7786e6a385ab48f75bd98fd916062 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 6 Aug 2019 08:36:40 -0600 Subject: [PATCH] tools/configure.sh: Restore support for custom, out-of-tree configurations that was broken in a previous commit. --- Documentation/NuttxPortingGuide.html | 13 +++++++--- tools/configure.sh | 38 +++++++++++++--------------- tools/refresh.sh | 3 +-- 3 files changed, 28 insertions(+), 26 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 4eca560235c..7ca8c851a40 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1578,7 +1578,7 @@ tools/ accomplish the same configuration:

@@ -1587,6 +1587,13 @@ tools/

+

+ And, to make sure that other platforms are supported, there is also a C program at tools/configure.c that can be compiled to establish the board configuration on all platforms. +

+

+ NOTE (2019-08-6): As of this writing, changes to the boards/ directly have made configure.bat unusable. + For the native Windows environment, configure.c is recommended until that batch file can be repaired. +

See tools/README.txt for more information about these scripts. Or use the -h option with configure.sh> @@ -1594,7 +1601,7 @@ tools/