nuttx/drivers/input
Gregory Nutt 415d83cf19 STMPE811: Fix name collision in include/nuttx/input/stmpe811.h
The macro name GPIO_PIN collides with naming used by many architectures:

    $ find . -name "*.h" | xargs grep "define GPIO_PIN[(]"
    ./arch/arm/src/am335x/hardware/am335x_gpio.h:#define GPIO_PIN(n)              (1 << ((n) & 0x1f)) /* Bit n: Pin n, n=0-31 */
    ./arch/arm/src/imx6/hardware/imx_gpio.h:#define GPIO_PIN(n)              (1 << (n)) /* Bit n: Pin n, n=0-31 */
    ./arch/arm/src/imxrt/hardware/imxrt_gpio.h:#define GPIO_PIN(n)              (1 << (n)) /* Bit n: Pin n, n=0-31 */
    ./arch/arm/src/lpc43xx/hardware/lpc43_gpio.h:#define GPIO_PIN(p)                 (1 << (p)) /* Bits 0-31: Read/write pin state */
    ./arch/arm/src/nrf52/nrf52_gpio.h:#  define GPIO_PIN(n)           ((n) << GPIO_PIN_SHIFT)
    ./arch/arm/src/nuc1xx/hardware/nuc_gpio.h:#define GPIO_PIN(n)                (1 << (n)) /* Bit n: GPIOx Pin[n] pin value */
    ./arch/avr/src/at32uc3/at32uc3_gpio.h:#define GPIO_PIN(n)              (1 << (n))
    ./include/nuttx/input/stmpe811.h:#define GPIO_PIN(n)                  (1 << (n))

This commit changes the name used by the STMPE811 driver to STMPE11_GPIO_PIN
2020-09-17 12:10:29 -07:00
..
ads7843e.c sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
ads7843e.h Fix nxstyle warning 2020-08-11 12:28:55 -06:00
ajoystick.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
button_lower.c drivers/button: Let board_button_initialize return the button number 2020-06-07 19:28:10 +01:00
button_upper.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
cypress_mbr3108.c Check return from nxsem_wait_initialize() 2020-03-31 00:05:57 +01:00
djoystick.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
ft5x06.c sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
ft5x06.h Check return from nxsem_wait_initialize() 2020-03-31 00:05:57 +01:00
Kconfig drivers/button: Let board_button_initialize return the button number 2020-06-07 19:28:10 +01:00
Make.defs build: Move INCDIROPT to common place 2020-05-18 15:02:55 -06:00
max11802.c sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
max11802.h Fix nxstyle warning 2020-08-11 12:28:55 -06:00
mxt.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
mxt.h Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
nunchuck.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stmpe811_adc.c STMPE811: Fix name collision in include/nuttx/input/stmpe811.h 2020-09-17 12:10:29 -07:00
stmpe811_base.c input: Add SPI mode for STMPE811 touch screen controller 2020-09-17 08:34:41 -06:00
stmpe811_gpio.c STMPE811: Fix name collision in include/nuttx/input/stmpe811.h 2020-09-17 12:10:29 -07:00
stmpe811_temp.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
stmpe811_tsc.c sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
stmpe811.h input: Add SPI mode for STMPE811 touch screen controller 2020-09-17 08:34:41 -06:00
tsc2007.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
tsc2007.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00