diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 121301030a1..41989057426 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -3591,10 +3591,14 @@ make
nxgl_splitlineapps/examples/nxlines.
+ apps/examples/nxlines.
+ Generally works well, but has some accuracy/overflow problems wide lines
+ that are nearly horizontal.
+ There is a "fudge factor" that seems to eliminate the problem,
+ but there could still be issues in some configurations.
nxgl_circleptsLast Updated: August 19, 2011
+Last Updated: August 24, 2011
FreeScale Kinetics K40. - This port uses the Freescale Kinetis KwiStick K40. + This port uses the Freescale Kinetis KwikStik K40. Refer to the Freescale web site for further information about this board. The Kwikstik is used with the FreeScale Tower System (mostly just to provide a simple UART connection)
STATUS: + The unverified KwikStik K40 first appeared in NuttX-6.8 As of this writing, the basic port is complete but I accidentally locked my board during the initial bringup. Further development is stalled unless I learn how to unlock the device (or until I get another K40). Additional work remaining includes, among other things: (1) complete the basic bring-up, @@ -1583,12 +1584,12 @@ As of this writing, the basic port is complete and passes the NuttX OS test. An additional, validated configuration exists for the NuttShell (NSH, see the NSH User Guide). - And Ethernet driver also exists, but has not yet been integrated. - Additional work remaining includes: (1) integrate the Ethernet driver, - (3) develop support for the SDHC-based SD card, and - (4) develop support for USB host and device. - NOTE: Most of these remaining tasks (excluding the Ethernet driver) are the - same as the pending K40 tasks described above. + This basic TWR-K60N512 first appeared in NuttX-6.8. + Ethernet and SD card (SDHC) drivers also exist: + The SDHC driver is partially integrated in to the NSH configuration but has some outstanding issues; + the Ethernet driver is completely untested. + Additional work remaining includes: (1) integrate the Ethernet and SDHC drivers, and (2) develop support for USB host and device. + NOTE: Most of these remaining tasks (excluding the Ethernet driver) are the same as the pending K40 tasks described above.
-nuttx-6.9 2011-08-19 Gregory Nutt <spudmonkey@racsa.co.cr>
+nuttx-6.8 2011-08-19 Gregory Nutt <spudmonkey@racsa.co.cr>
* arch/arm/src/lpc17xx/chip.h: Fix some chip memory configuration errors
for the LPC1764, LPC1756, and LPC1754 (submitted by Li Zhuoy (Lzzy))
@@ -2530,7 +2531,7 @@ nuttx-6.9 2011-08-19 Gregory Nutt <spudmonkey@racsa.co.cr>
Separate configs/rgmp/x86 and configs/rgmp/arm configuration directory, and
(2) Extract architecture dependent code in arch/rgmp/include and
arch/rgmp/src into corresponding x86/ and arm/ directories.
- * arch/arm/src/kinetis, arch/arm/include/kinetis, configs/kwikstick-k40:
+ * arch/arm/src/kinetis, arch/arm/include/kinetis, configs/kwikstik-k40:
Add a directory structure to support the port to the Kinetis KwikStik-K40.
There is no real substance in the initial check-in; only the directory
structure and skeleton files (Code complete on 8/15/11).
@@ -2562,7 +2563,7 @@ nuttx-6.9 2011-08-19 Gregory Nutt <spudmonkey@racsa.co.cr>
* configs/twr-k60n512/nsh: Added and verified a NuttShell (NSH)
configuration for the Freescale, Kinetis TWR-K60N512 board.
-apps-6.9 2011-08-19 Gregory Nutt <spudmonkey@racsa.co.cr>
+apps-6.8 2011-08-19 Gregory Nutt <spudmonkey@racsa.co.cr>
* apps/examples/nxlines: Added a test for NX line drawing capabilities.
@@ -2609,8 +2610,19 @@ buildroot-1.10 2011-05-06 <spudmonkey@racsa.co.cr>
nuttx-6.9 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> + * arch/arm/src/kinetis/kinetis_sdhc.c: SDHC driver for Kinetis parts. + Initially check-in is just a crude port of the STM32 SDIO driver. + Much more is needed. + * graphics/, include/nuttx/nx: Add new NX interfaces for drawing + circles -- both circular outlines and filled circles. + * graphic/nxglib/nxglib_spitline.c: Add a "fudge factor" that eliminates + some problems for rendering nearly horizontal, wide lines. + apps-6.9 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> + * apps/examples/nxlines: Extend the line drawing text to include drawing + of circles. + pascal-3.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> buildroot-1.11 2011-xx-xx <spudmonkey@racsa.co.cr>