diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a8b3c810d22..b6427e0d5d2 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: December 4, 2010
+Last Updated: December 6, 2010
Support for the mbed board was contributed by Dave Marples and released in NuttX-5.11.
+ This port includes a NuttX OS test configuration(see examples/ostest).
Support for that Olimex-LPC1766-STK board was added to NuttX 5.13. @@ -1287,7 +1288,7 @@ Verified configurations are now available for the NuttX OS test, for the NuttShell (NSH, see the NSH User Guide), for the NuttX network test, and for the THTTPD webserver. - Additional drivers for USB device and MicroSD has also be added and verified are available in CVS; + Additional drivers for USB device and MicroSD have also be added and have been verified and are available in CVS; A driver for the Nokia 6100 LCD has been added and is under test now. All are expected to be released in NuttX-5.15.
@@ -2021,6 +2022,8 @@ nuttx-5.15 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * drivers/lcd/nokia6100.c -- A driver for the Nokia 6100 LCD. * configs/olimex-lpc1766stk/nx -- A NX graphics configuration for the Olimex LPC1766-STK board using the Nokia 6100 LCD driver. + * include/nuttx/spi.h -- the SPI_SETBITS macro was calling the setmode method. + This is a very important bug-fix in some usages. pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index be85f66b936..2755078fef9 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -2838,6 +2838,27 @@ buildCONFIG_NOKIA6100_BLINIT: Initial backlight setting
+ The following may need to be tuned for your hardware: +
+CONFIG_NOKIA6100_INVERT: Display inversion, 0 or 1, Default: 1
+ CONFIG_NOKIA6100_MY: Display row direction, 0 or 1, Default: 0
+ CONFIG_NOKIA6100_MX: Display column direction, 0 or 1, Default: 1
+ CONFIG_NOKIA6100_V: Display address direction, 0 or 1, Default: 0
+ CONFIG_NOKIA6100_ML: Display scan direction, 0 or 1, Default: 0
+ CONFIG_NOKIA6100_RGBORD: Display RGB order, 0 or 1, Default: 0
+ Required LCD driver settings: