diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index d02ed1369b..27ef359b4a 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -4215,9 +4215,7 @@ static FAR const struct nx_fontpackage_s *g_fontpackages[] = based upon a simple region of memory posing as video memory. That default configuration can be built as follows: @@ -4232,9 +4230,7 @@ make This preferred configuration can be built as follows:

diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index d98e1edc4f..4eca560235 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -1488,7 +1488,7 @@ tools/ |-- cfgparser.h |-- cmpconfig.c |-- cnvwindeps.c -|-- configure.sh / configure.bat +|-- configure.sh / configure.bat / configure.c |-- copydir.sh / copydir.bat |-- define.sh / define.bat |-- discovery.py @@ -1578,14 +1578,14 @@ tools/ accomplish the same configuration:

There is an alternative Windows batch file, configure.bat, that can be used instead of configure.sh in the windows native environment like:

See tools/README.txt for more information about these scripts. @@ -1594,7 +1594,7 @@ tools/