zephyr/drivers/led
Simon Guinot 21f4fef78b drivers: led: add shell support
This patch introduces the "led" shell command. This allows to run the
LED API functions (and to test the LED drivers) from the Zephyr shell.
The following subcommands are supported:

- on
- off
- get_info
- set_brightness
- set_color
- set_channel
- write_channels

Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
2020-08-28 15:04:35 +02:00
..
CMakeLists.txt drivers: led: add shell support 2020-08-28 15:04:35 +02:00
ht16k33.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +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
led_context.h
led_handlers.c drivers: led: introduce channel-dedicated syscalls 2020-08-28 15:04:35 +02:00
led_shell.c drivers: led: add shell support 2020-08-28 15:04:35 +02:00
lp503x.c drivers: led: add driver for TI LP503x controllers 2020-08-28 15:04:35 +02:00
lp3943.c guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
lp5562.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
pca9633.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00