zephyr/drivers/led_strip
Daniel Leung 08a2be839c drivers: led_strip: build as static library
Instead of putting object files inside libzephyr.a,
simply build a separate static library as most other
driver types are doing this already.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-08-17 06:06:03 -04:00
..
CMakeLists.txt drivers: led_strip: build as static library 2021-08-17 06:06:03 -04:00
Kconfig drivers: led_strip: modernize and fix up ws2812 drivers/sample 2020-02-05 12:00:36 +01:00
Kconfig.apa102 kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
Kconfig.lpd880x kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.ws2812 led_strip: ws2812: claim compatibility with Everlight B1414 2021-07-20 13:35:02 +02:00
apa102.c led_strip: apa102: convert to `spi_dt_spec` 2021-08-09 22:40:18 -04:00
lpd880x.c led_strip: lpd880x: update to `spi_dt_spec` 2021-08-09 22:40:18 -04:00
ws2812_gpio.c led_strip: ws2812: allow to configure channel mapping 2021-07-20 13:35:02 +02:00
ws2812_spi.c led_strip: ws2812: convert to `spi_dt_spec` 2021-08-09 22:40:18 -04:00