From 5a0dbe51d6cc51f9e890aa1c12a440a0eddacff7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 8 May 2012 22:10:29 +0000 Subject: [PATCH] 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 --- Documentation/NuttxPortingGuide.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 4c3e93a6ac..0eec8d12af 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4688,6 +4688,10 @@ build CONFIG_STMPE11_MULTIPLE : Can be defined to support multiple STMPE11 devices on board. +
  • + CONFIG_STMPE11_ACTIVELOW: + Interrupt is generated by an active low signal. +
  • CONFIG_STMPE11_NPOLLWAITERS: Maximum number of threads that can be waiting on poll() (ignored if @@ -4707,12 +4711,20 @@ build
  • CONFIG_STMPE11_GPIOINT_DISABLE: - Disable driver GPIO interrupt functionlality (ignored if GPIO + Disable driver GPIO interrupt functionality (ignored if GPIO functionality is disabled).
  • +
  • + CONFIG_STMPE11_SWAPXY: + Reverse the meaning of X and Y to handle different LCD orientations. +
  • CONFIG_STMPE11_TEMP_DISABLE: - Disable driver temperature sensor functionlaity. + Disable driver temperature sensor functionality. +
  • +
  • + CONFIG_STMPE11_REGDEBUG: + Enabled very low register-level debug output. Requires CONFIG_DEBUG.