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: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.lp503x drivers: led: add driver for TI LP503x controllers 2020-08-28 15:04:35 +02:00
Kconfig.lp3943 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.lp5562 kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-11-03 12:47:30 +01:00
Kconfig.pca9633 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
led_context.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
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