From ef8ebe5e9328495b802a4b70fbdafcde92e008ad Mon Sep 17 00:00:00 2001
From: Gregory Nutt
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 (
@@ -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 NxTerm)include/nuttx/nx/nxtk.h.
- nuttx/../nxwidgets
- apps/graphics/NxWidgets
+ apps/ repository.
graphics/nxterm
- 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. -
-Release notes for all released versions on pascal are available in the Bitbucket GIT diff --git a/Documentation/README.html b/Documentation/README.html index 865cd9d8466..95039b35387 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -451,7 +451,13 @@ apps/ |- nshlib/ | `- README.txt |- NxWidgets/ - | `- README.txt + | |- Doxygen + | | `- README.txt + | |- tools + | | `- README.txt + | |- UnitTests + | | `- README.txt + | `- README.txt |- system/ | |- cdcacm/README.txt | |- i2c/README.txt @@ -467,7 +473,6 @@ apps/ | `- btsak/README.txt `- ieee802154 `- i8sak/README.txt -
@@ -475,15 +480,6 @@ apps/
-NxWidgets - |- Doxygen - | `- README.txt - |- tools - | `- README.txt - |- UnitTests - | `- README.txt - `- README.txt - buildroot/ `- README.txt