zephyr/drivers/led
Tomasz Bursztyka 806b0ca0fb drivers: led: Fix device instance const qualifier loss in HT16K33
It is necessary to wrap the device pointer into data.

Fixes #27399

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-09-02 13:48:13 +02:00
..
CMakeLists.txt drivers: led: add shell support 2020-08-28 15:04:35 +02:00
Kconfig drivers: led: add shell support 2020-08-28 15:04:35 +02:00
Kconfig.ht16k33
Kconfig.lp503x drivers: led: add driver for TI LP503x controllers 2020-08-28 15:04:35 +02:00
Kconfig.lp3943
Kconfig.lp5562
Kconfig.pca9633
ht16k33.c drivers: led: Fix device instance const qualifier loss in HT16K33 2020-09-02 13:48:13 +02:00
led_context.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
led_shell.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
lp503x.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
lp3943.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
lp5562.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
pca9633.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00