aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-29 00:54:22 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-29 00:54:22 +0000
commit5e0db5610808aae42989238e40f0731f009dba8f (patch)
treeb1005787ec664d9595472abbc73bba602d0e00e6 /nuttx/drivers
parent3295520ba2502e688849287d18d2e6dce0a74742 (diff)
downloadpx4-firmware-5e0db5610808aae42989238e40f0731f009dba8f.tar.gz
px4-firmware-5e0db5610808aae42989238e40f0731f009dba8f.tar.bz2
px4-firmware-5e0db5610808aae42989238e40f0731f009dba8f.zip
Massive naming fix: STMPE11->STMPE811
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4782 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/input/Make.defs20
-rw-r--r--nuttx/drivers/input/stmpe811.h (renamed from nuttx/drivers/input/stmpe11.h)0
-rw-r--r--nuttx/drivers/input/stmpe811_adc.c (renamed from nuttx/drivers/input/stmpe11_adc.c)0
-rw-r--r--nuttx/drivers/input/stmpe811_base.c (renamed from nuttx/drivers/input/stmpe11_base.c)0
-rw-r--r--nuttx/drivers/input/stmpe811_gpio.c (renamed from nuttx/drivers/input/stmpe11_gpio.c)0
-rw-r--r--nuttx/drivers/input/stmpe811_temp.c (renamed from nuttx/drivers/input/stmpe11_temp.c)0
-rw-r--r--nuttx/drivers/input/stmpe811_tsc.c (renamed from nuttx/drivers/input/stmpe11_tsc.c)0
7 files changed, 10 insertions, 10 deletions
diff --git a/nuttx/drivers/input/Make.defs b/nuttx/drivers/input/Make.defs
index c7c715b70..aaf08b827 100644
--- a/nuttx/drivers/input/Make.defs
+++ b/nuttx/drivers/input/Make.defs
@@ -47,19 +47,19 @@ ifeq ($(CONFIG_INPUT_ADS7843E),y)
CSRCS += ads7843e.c
endif
-ifeq ($(CONFIG_INPUT_STMPE11),y)
- CSRCS += stmpe11_base.c
-ifneq ($(CONFIG_INPUT_STMPE11_TSC_DISABLE),y)
- CSRCS += stmpe11_tsc.c
+ifeq ($(CONFIG_INPUT_STMPE811),y)
+ CSRCS += stmpe811_base.c
+ifneq ($(CONFIG_INPUT_STMPE811_TSC_DISABLE),y)
+ CSRCS += stmpe811_tsc.c
endif
-ifneq ($(CONFIG_INPUT_STMPE11_GPIO_DISABLE),y)
- CSRCS += stmpe11_gpio.c
+ifneq ($(CONFIG_INPUT_STMPE811_GPIO_DISABLE),y)
+ CSRCS += stmpe811_gpio.c
endif
-ifneq ($(CONFIG_INPUT_STMPE11_ADC_DISABLE),y)
- CSRCS += stmpe11_adc.c
+ifneq ($(CONFIG_INPUT_STMPE811_ADC_DISABLE),y)
+ CSRCS += stmpe811_adc.c
endif
-ifneq ($(CONFIG_INPUT_STMPE11_TEMP_DISABLE),y)
- CSRCS += stmpe11_temp.c
+ifneq ($(CONFIG_INPUT_STMPE811_TEMP_DISABLE),y)
+ CSRCS += stmpe811_temp.c
endif
endif
diff --git a/nuttx/drivers/input/stmpe11.h b/nuttx/drivers/input/stmpe811.h
index 05917fc37..05917fc37 100644
--- a/nuttx/drivers/input/stmpe11.h
+++ b/nuttx/drivers/input/stmpe811.h
diff --git a/nuttx/drivers/input/stmpe11_adc.c b/nuttx/drivers/input/stmpe811_adc.c
index 5b9d045c9..5b9d045c9 100644
--- a/nuttx/drivers/input/stmpe11_adc.c
+++ b/nuttx/drivers/input/stmpe811_adc.c
diff --git a/nuttx/drivers/input/stmpe11_base.c b/nuttx/drivers/input/stmpe811_base.c
index 8e2900610..8e2900610 100644
--- a/nuttx/drivers/input/stmpe11_base.c
+++ b/nuttx/drivers/input/stmpe811_base.c
diff --git a/nuttx/drivers/input/stmpe11_gpio.c b/nuttx/drivers/input/stmpe811_gpio.c
index 82024b4d0..82024b4d0 100644
--- a/nuttx/drivers/input/stmpe11_gpio.c
+++ b/nuttx/drivers/input/stmpe811_gpio.c
diff --git a/nuttx/drivers/input/stmpe11_temp.c b/nuttx/drivers/input/stmpe811_temp.c
index b3eb8f6c5..b3eb8f6c5 100644
--- a/nuttx/drivers/input/stmpe11_temp.c
+++ b/nuttx/drivers/input/stmpe811_temp.c
diff --git a/nuttx/drivers/input/stmpe11_tsc.c b/nuttx/drivers/input/stmpe811_tsc.c
index 03ede7302..03ede7302 100644
--- a/nuttx/drivers/input/stmpe11_tsc.c
+++ b/nuttx/drivers/input/stmpe811_tsc.c