summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-06 16:00:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-06 16:00:16 +0000
commitd19b70144e2dfb363c07ead39d9ec5a85b46e091 (patch)
treeed318046fa2502097e8062143d30f449c00af7e5 /nuttx/Documentation/NuttxPortingGuide.html
parent42692bfb1645d9c78d7fb358c03aa309a16dfa61 (diff)
downloadpx4-nuttx-d19b70144e2dfb363c07ead39d9ec5a85b46e091.tar.gz
px4-nuttx-d19b70144e2dfb363c07ead39d9ec5a85b46e091.tar.bz2
px4-nuttx-d19b70144e2dfb363c07ead39d9ec5a85b46e091.zip
Add STMPE11 touchscreen logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4703 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 008a414a2..e59308b7c 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: April 13, 2011</p>
+ <p>Last Updated: May 6, 2011</p>
</td>
</tr>
</table>
@@ -4672,6 +4672,48 @@ build
there are multiple TSC2007 touchscreens, this setting will enable
multiple touchscreens with the same driver.
</li>
+ <li>
+ <code>CONFIG_INPUT_STMPE11</code>:
+ Enables support for the STMPE11 driver (Needs <code>CONFIG_INPUT</code>)
+ </li>
+ <li>
+ <code>CONFIG_STMPE11_SPI</code>:
+ Enables support for the SPI interface (not currenly supported)
+ </li>
+ <li>
+ <code>CONFIG_STMPE11_I2C</code>:
+ Enables support for the I2C interface
+ </li>
+ <li>
+ <code>CONFIG_STMPE11_MULTIPLE </code>:
+ Can be defined to support multiple STMPE11 devices on board.
+ </li>
+ <li>
+ <code>CONFIG_STMPE11_NPOLLWAITERS</code>:
+ Maximum number of threads that can be waiting on poll() (ignored if
+ <code>CONFIG_DISABLE_POLL</code> is set).
+ </li>
+ <li>
+ <code>CONFIG_STMPE11_TSC_DISABLE</code>:
+ Disable driver touchscreen functionality.
+ </li>
+ <li>
+ <code>CONFIG_STMPE11_ADC_DISABLE</code>:
+ Disable driver ADC functionality.
+ </li>
+ <li>
+ <code>CONFIG_STMPE11_GPIO_DISABLE</code>:
+ Disable driver GPIO functionlaity.
+ </li>
+ <li>
+ <code>CONFIG_STMPE11_GPIOINT_DISABLE</code>:
+ Disable driver GPIO interrupt functionlality (ignored if GPIO
+ functionality is disabled).
+ </li>
+ <li>
+ <code>CONFIG_STMPE11_TS_DISABLE</code>:
+ Disable driver temperature sensor functionlaity.
+ </li>
</ul>
<h3>Analog Devices</h3>