summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-06 05:15:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-06 05:15:14 +0000
commitafcd2f334a91cf1d37eb8dce6641c620f316b76e (patch)
treeb250f1aa7ca728d391ab506560546227a58a299a /nuttx/Documentation/NuttxPortingGuide.html
parent7f55e42405eb9471aabab510d6f11b289fdec49f (diff)
downloadpx4-nuttx-afcd2f334a91cf1d37eb8dce6641c620f316b76e.tar.gz
px4-nuttx-afcd2f334a91cf1d37eb8dce6641c620f316b76e.tar.bz2
px4-nuttx-afcd2f334a91cf1d37eb8dce6641c620f316b76e.zip
Add NX configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3165 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html44
1 files changed, 43 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 7e3568225..be85f66b9 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: September 11, 2010</p>
+ <p>Last Updated: December 4, 2010</p>
</td>
</tr>
</table>
@@ -2814,6 +2814,48 @@ build
</li>
</ul>
+<h3>Nokia 6100 Configuration Settings:</h3>
+<ul>
+ <li>
+ <code>CONFIG_NOKIA6100_SPIMODE</code>: Controls the SPI mode,
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_FREQUENCY</code>: Define to use a different bus frequency.
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_NINTERFACES</code>:Specifies the number of physical Nokia
+ 6100 devices that will be supported.
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_BPP</code>: Device supports 8, 12, and 16 bits per pixel.
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_S1D15G10</code>: Selects the Epson S1D15G10 display controller
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_PCF8833</code>: Selects the Phillips PCF8833 display controller
+ </li>
+ <li>
+ <code>CONFIG_NOKIA6100_BLINIT</code>: Initial backlight setting
+ </li>
+ <p>
+ Required LCD driver settings:
+ </p>
+ <li>
+ <code>CONFIG_LCD_NOKIA6100</code>: Enable Nokia 6100 support
+ </li>
+ <li>
+ <code>CONFIG_LCD_MAXCONTRAST</code>: Must be 63 with the Epson controller and 127 with
+ the Phillips controller.
+ </li>
+ <li>
+ <code>CONFIG_LCD_MAXPOWER</code>:Maximum value of backlight setting. The backlight
+ control is managed outside of the 6100 driver so this value has no
+ meaning to the driver. Board-specific logic may place restrictions on
+ this value.
+ </li>
+</ul>
+
<h3>ENC28J60 Ethernet Driver Configuration Settings</h3>
<ul>
<li>