aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-06 16:00:16 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-06 16:00:16 +0000
commitdb2a671b198ce2439b5bd52e63b9d100dc86e65b (patch)
treeed318046fa2502097e8062143d30f449c00af7e5 /nuttx/configs
parentedf3b4667bbfe44dabe282b5098d5a175edf624a (diff)
downloadpx4-firmware-db2a671b198ce2439b5bd52e63b9d100dc86e65b.tar.gz
px4-firmware-db2a671b198ce2439b5bd52e63b9d100dc86e65b.tar.bz2
px4-firmware-db2a671b198ce2439b5bd52e63b9d100dc86e65b.zip
Add STMPE11 touchscreen logic
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4703 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/README.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 570eb7524..6f91944b7 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -775,6 +775,7 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_INPUT
Enables general support for input devices
+
CONFIG_INPUT_TSC2007
If CONFIG_INPUT is selected, then this setting will enable building
of the TI TSC2007 touchscreen driver.
@@ -783,6 +784,29 @@ defconfig -- This is a configuration file similar to the Linux
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
CONFIG_DAC