summaryrefslogtreecommitdiffstats
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-08 22:10:29 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-08 22:10:29 +0000
commit7b079e35322d82db1185b0f753960c981b71302a (patch)
tree16b4ca73d161b169be423dfe7089798041f3338f /nuttx/Documentation/NuttxPortingGuide.html
parente6ee961e0185ae2378339a42277039e212d44417 (diff)
The STMPE11/touchscreen is now fully functional on the STM3240G-EVAL
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4715 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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 4c3e93a6ac..0eec8d12af 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>