From 347e08111fecf50b1f70944e44c5e63bf5c99c10 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 6 May 2012 16:00:16 +0000 Subject: [PATCH] Add STMPE11 touchscreen logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4703 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 44 +++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 008a414a296..e59308b7c55 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: April 13, 2011

+

Last Updated: May 6, 2011

@@ -4672,6 +4672,48 @@ build there are multiple TSC2007 touchscreens, this setting will enable multiple touchscreens with the same driver. +
  • + CONFIG_INPUT_STMPE11: + Enables support for the STMPE11 driver (Needs CONFIG_INPUT) +
  • +
  • + CONFIG_STMPE11_SPI: + Enables support for the SPI interface (not currenly supported) +
  • +
  • + CONFIG_STMPE11_I2C: + Enables support for the I2C interface +
  • +
  • + CONFIG_STMPE11_MULTIPLE : + Can be defined to support multiple STMPE11 devices on board. +
  • +
  • + CONFIG_STMPE11_NPOLLWAITERS: + Maximum number of threads that can be waiting on poll() (ignored if + CONFIG_DISABLE_POLL is set). +
  • +
  • + CONFIG_STMPE11_TSC_DISABLE: + Disable driver touchscreen functionality. +
  • +
  • + CONFIG_STMPE11_ADC_DISABLE: + Disable driver ADC functionality. +
  • +
  • + CONFIG_STMPE11_GPIO_DISABLE: + Disable driver GPIO functionlaity. +
  • +
  • + CONFIG_STMPE11_GPIOINT_DISABLE: + Disable driver GPIO interrupt functionlality (ignored if GPIO + functionality is disabled). +
  • +
  • + CONFIG_STMPE11_TS_DISABLE: + Disable driver temperature sensor functionlaity. +
  • Analog Devices