From ef8ebe5e9328495b802a4b70fbdafcde92e008ad Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 16 Sep 2018 10:40:24 -0600 Subject: [PATCH] Documentation: Update the documentation to reflect that fact that NxWidgets is now a part of apps/ --- Documentation/NXGraphicsSubsystem.html | 8 ++++---- Documentation/NuttX.html | 7 ------- Documentation/README.html | 18 +++++++----------- 3 files changed, 11 insertions(+), 22 deletions(-) diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 9276bfb6d71..a9723453ded 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -397,8 +397,8 @@

NxWidgets is a higher level, C++, object-oriented library for object-oriented access to graphical "widgets." - NxWidgets is provided as a separate package. - NxWidgets is built on top of the core NuttX graphics subsystem, but is not a part of the core graphics subystems. + NxWidgets is provided as a separate library in the apps/ repository + NxWidgets is built on top of the core NuttX graphics subsystem, but is part of the application space rather than part of the core OS graphics subystems.

1.3.6 NX Terminal Driver (NxTerm)

@@ -3216,8 +3216,8 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, This toolkit is built on top of NX and works with the multi-user NX front-end. See include/nuttx/nx/nxtk.h. -
nuttx/../nxwidgets -
The NxWidgets code is provided as a separate package located outside of the NuttX source tree (probably at this location). +
apps/graphics/NxWidgets +
The NxWidgets code is provided as a separate package provided in the apps/ repository.
graphics/nxterm
The NxTerm driver is built on top of NX and works with the multi-user NX front-end. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 941b7b4a5e6..9c6e78db710 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1468,13 +1468,6 @@ The ChangeLog for the current release is at the bottom of that file.

-
  • NxWidgets. -

      - Release notes for NxWidgets 1.13 are available here. - Release notes for all released versions on NxWidgets are available in the BitBucket GIT - The ChangeLog for all releases of NxWidgets is available at the bottom of the ChangeLog file that can viewed in the Bitbucket GIT. -

      -
  • pascal.

    @@ -475,15 +480,6 @@ apps/