walnux/include/nuttx/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.h Squashed commit of the following: 2019-04-29 14:52:05 -06:00
ajoystick.h drivers/timers/oneshot.c: Support signal notification through SIGEV_THREAD 2019-01-27 08:53:12 -06:00
buttons.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
cypress_mbr3108.h
djoystick.h include/nuttx/input/djoystick.h: Fix some trivial typos and nxstyle 2020-06-11 17:05:13 -06:00
ft5x06.h Squashed commit of the following: 2019-04-29 14:52:05 -06:00
ioctl.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
kbd_codec.h Run codespell -w against all files 2020-02-22 14:45:07 -06:00
max11802.h Squashed commit of the following: 2019-04-29 14:52:05 -06:00
mouse.h
mxt.h Squashed commit of the following: 2019-04-29 14:52:05 -06:00
nunchuck.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
stmpe811.h STMPE811: Fix name collision in include/nuttx/input/stmpe811.h 2020-09-17 12:10:29 -07:00
touchscreen.h Various cosmetic changes. 2019-09-09 14:47:47 -06:00
tsc2007.h Squashed commit of the following: 2019-04-29 14:52:05 -06:00
x11_keysymdef.h Run codespell -w against all files 2020-02-22 14:45:07 -06:00
xbox-controller.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00