summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-08 22:10:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-08 22:10:29 +0000
commit0f72f7085182b9038e0037c3b949458ac3306fdc (patch)
tree16b4ca73d161b169be423dfe7089798041f3338f /nuttx/Documentation/NuttxPortingGuide.html
parentb6f9680b714b4579dcbe0e4bc71c6fa4724bf899 (diff)
downloadpx4-nuttx-0f72f7085182b9038e0037c3b949458ac3306fdc.tar.gz
px4-nuttx-0f72f7085182b9038e0037c3b949458ac3306fdc.tar.bz2
px4-nuttx-0f72f7085182b9038e0037c3b949458ac3306fdc.zip
The STMPE11/touchscreen is now fully functional on the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4715 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 4c3e93a6a..0eec8d12a 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -4689,6 +4689,10 @@ build
Can be defined to support multiple STMPE11 devices on board.
</li>
<li>
+ <code>CONFIG_STMPE11_ACTIVELOW</code>:
+ Interrupt is generated by an active low signal.
+ </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).
@@ -4707,12 +4711,20 @@ build
</li>
<li>
<code>CONFIG_STMPE11_GPIOINT_DISABLE</code>:
- Disable driver GPIO interrupt functionlality (ignored if GPIO
+ Disable driver GPIO interrupt functionality (ignored if GPIO
functionality is disabled).
</li>
<li>
+ <code>CONFIG_STMPE11_SWAPXY</code>:
+ Reverse the meaning of X and Y to handle different LCD orientations.
+ </li>
+ <li>
<code>CONFIG_STMPE11_TEMP_DISABLE</code>:
- Disable driver temperature sensor functionlaity.
+ Disable driver temperature sensor functionality.
+ </li>
+ <li>
+ <code>CONFIG_STMPE11_REGDEBUG</code>:
+ Enabled very low register-level debug output. Requires <code>CONFIG_DEBUG</code>.
</li>
</ul>