1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/ft5x06
Gunar Schorcht 7ac2865f7e drivers/ft5x06: init INT pin only if callback is defined
If the INT pin is initialized if the callback function parameter `cb` is `NULL`, the driver crashes the first time an interrupt is triggered. Therefore, the INT pin must be initialized only if also the callback function parameter `cb` is not `NULL`.
2023-08-25 17:35:23 +02:00
..
include drivers/ft5x06: fix register addresses 2023-08-15 00:06:14 +02:00
ft5x06_internal.c drivers/ft5x06: use a const pointer to params instead of a copy 2023-08-23 23:36:39 +02:00
ft5x06_touch_dev.c drivers/ft5x06: use a const pointer to params instead of a copy 2023-08-23 23:36:39 +02:00
ft5x06.c drivers/ft5x06: init INT pin only if callback is defined 2023-08-25 17:35:23 +02:00
Kconfig drivers/ft5x06: remove unnecessary pseudomodules 2022-01-21 14:13:49 +01:00
Makefile drivers/ft5x06: add touch panel driver 2022-01-08 15:08:05 +01:00
Makefile.dep drivers/ft5x06: add touch panel driver 2022-01-08 15:08:05 +01:00
Makefile.include drivers/ft5x06: remove unnecessary pseudomodules 2022-01-21 14:13:49 +01:00