zephyr/drivers/led_strip
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Benjamin Cabé 5b4278c695 drivers: use inclusive SPI terminology in remaining drivers
Use controller/peripheral and SDO/SDI terminology in the remaining
SPI-using drivers (audio, auxdisplay, bluetooth HCI, dac, eeprom,
ethernet, flash, fpga, gpio, haptics, hdlc_rcp_if, ieee802154,
input, led, led_strip, lora, mfd, misc, mux, rtc, sdhc, stepper,
video, watchdog, wifi) and the ec_host_cmd SPI STM32 backend,
following coding guideline rule A.2: switch to
SPI_OP_MODE_CONTROLLER/PERIPHERAL and SPI_SDO_OVERRUN_DT, rename
Zephyr-owned identifiers (the HCI SPI header buffers, the winc1500
bus wrapper transfer parameters), and update comments, log messages
and Kconfig help prose.

Vendor and out-of-scope identifiers keep their names: STM32
LL_SPI_MODE_SLAVE in the ec_host_cmd backend, the ATWINC1500 SDK I2C
SLAVE_ADDRESS definition, and the I2S codec clock-role variable in
tlv320aic26.

Assisted-by: Claude:fable-5
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2026-09-01 21:04:50 -04:00
..
apa102.c drivers: use inclusive SPI terminology in remaining drivers 2026-09-01 21:04:50 -04:00
CMakeLists.txt drivers: led_strip: add ws2812 pulse_io driver 2026-08-21 17:51:13 +02:00
Kconfig led_strip: add a shell for address RGB LEDs 2026-03-03 17:56:17 +01:00
Kconfig.apa102
Kconfig.lpd880x drivers: use inclusive SPI terminology in remaining drivers 2026-09-01 21:04:50 -04:00
Kconfig.modulino drivers: leds_strip: rename modulino smartleds to pixels 2025-10-20 11:56:08 +02:00
Kconfig.tlc5971 drivers: led_strip: tlc5971: Enable when the dt-node exists 2024-09-21 12:23:45 +01:00
Kconfig.tlc59731
Kconfig.ws2812 drivers: led_strip: add ws2812 pulse_io driver 2026-08-21 17:51:13 +02:00
led_strip_shell.c sys: util: move lowercase min/max/clamp to a new minmax.h 2026-05-19 17:49:24 -04:00
lpd880x.c drivers: use inclusive SPI terminology in remaining drivers 2026-09-01 21:04:50 -04:00
modulino_pixels.c drivers: leds_strip: rename modulino smartleds to pixels 2025-10-20 11:56:08 +02:00
tlc5971.c drivers: use inclusive SPI terminology in remaining drivers 2026-09-01 21:04:50 -04:00
tlc59731.c drivers: led_strip: Place API into iterable section 2024-12-02 22:07:42 +00:00
ws2812_bflb_wo.c drivers: led_strip: Add WS2812B driver using BFLB GPIO FIFO 2026-06-23 21:15:41 -04:00
ws2812_gpio.c drivers: clock_control: split clock control into individual clocks. 2026-08-06 14:30:12 +02:00
ws2812_i2s.c drivers: led_strip: ws2812_i2c: add update_channels 2026-02-28 21:13:05 +01:00
ws2812_pulse_io.c drivers: led_strip: add ws2812 pulse_io driver 2026-08-21 17:51:13 +02:00
ws2812_rpi_pico_pio.c drivers: led_strip: ws2812_rpi_pico_pio: fix SM start offset 2026-06-17 08:01:37 +02:00
ws2812_spi.c drivers: use inclusive SPI terminology in remaining drivers 2026-09-01 21:04:50 -04:00
ws2812_uart.c drivers: led_strip: Put driver APIs into iterable sections 2026-02-12 09:32:33 +01:00