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/