diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 22aa5f96253..a712bfa6ea5 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@
Last Updated: December 16, 2008
+Last Updated: April 16, 2010
@@ -2606,6 +2606,10 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,CONFIG_NX_PACKEDMSFIRST:
CONFIG_NX_LCDDRIVER:
+ include/nuttx/fb.h).
+ If this option is defined, NX will build to use an LCD driver (see include/nuttx/lcd.h).
+
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 8dd0eaa498d..53171e5b375 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
Last Updated: April 11, 2010
+Last Updated: April 14, 2010
-nuttx-5.3 2010-04-11 Gregory Nutt <spudmonkey@racsa.co.cr>
+nuttx-5.4 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
- * arch/arm/src/lpc313x/lpc313x_usbdev.c - USB driver for the LPC313x
- contributed by David Hewson.
- * configs/ea3131/src/up_ubstrgc.c, configs/ea3131/usbserial,
- configs/ea3131/usbstorage - USB storage and USB serial example support
- contributed by David Hewson.
- * Several important compilation error fixes in lpc313x and (dualspeed) USB
- code also contributed by David Hewson.
- * arch/arm/src/sam3u/sam3u_dmac.c - DMA support for the AT90SAM3U.
- * arch/arm/src/sam3u/sam3u_hsmci.c - SD memory card support for AT90SAM3U
- (Neither the DMA nor the HSMCI driver are functional on the initial checkin).
- * drivers/usbdev - Several important fixes to the USB mass storage driver
- submitted by David Hewson.
- * configs/olimex-lpc2378, arch/arm/include/lpc2378, and arch/arm/src/lpc2378 -
- Basic port of the NXP 2378 on the Olimex board contributed by
- Rommel Marcelo.
- * arch/arm/src/sam3u/sam3u_internal.h - Fixed a critical bug in the AT91SAM3U
- PIO decoding. No PIOs greater than 15 could be used on any port! Obviously,
- no one has been using this port.
-
-nuttx-5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+ * include/nuttx/lcd.h - Defines an LCD interface.
pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index 0d00497b9c7..b2359dd9e71 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
NuttX RTOS Porting Guide
- Last Updated: December 16, 2009
+ Last Updated: April 16, 2010
@@ -2850,6 +2850,11 @@ extern void up_ledoff(int led);
If a pixel depth of less than 8-bits is used, then NX needs
to know if the pixels pack from the MS to LS or from LS to MS
+ CONFIG_NX_LCDDRIVER:
+ By default, NX builds to use a framebuffer driver (see include/nuttx/fb.h).
+ If this option is defined, NX will build to use an LCD driver (see include/nuttx/lcd.h).
+ CONFIG_NX_MOUSE:
Build in support for mouse input.