zephyr/drivers/led_strip
Arthur Gay 321ccb8889 led_strip: ws2812_spi: place buffer in __nocache for DMA
When using DMA for SPI communication, the WS2812 SPI buffer should be
placed in the __nocache section to ensure it resides in uncached memory,
which is typically required for DMA operations.

Signed-off-by: Arthur Gay <arthur.gay@marshmallow.kids>
2025-07-28 08:45:04 -04:00
..
apa102.c apa102: fix end frame 2025-01-14 20:52:08 +01:00
CMakeLists.txt leds: add arduino,modulino-smartleds 2025-05-14 11:03:10 +01:00
Kconfig leds: add arduino,modulino-smartleds 2025-05-14 11:03:10 +01:00
Kconfig.apa102
Kconfig.lpd880x
Kconfig.modulino leds: add arduino,modulino-smartleds 2025-05-14 11:03:10 +01:00
Kconfig.tlc5971
Kconfig.tlc59731
Kconfig.ws2812 led_strip: ws2812_spi: place buffer in __nocache for DMA 2025-07-28 08:45:04 -04:00
lpd880x.c
modulino_smartleds.c leds: add arduino,modulino-smartleds 2025-05-14 11:03:10 +01:00
tlc5971.c
tlc59731.c
ws2812_gpio.c
ws2812_i2s.c drivers: led_strip: ws2812_i2s: Adds dependency to i2s-device 2024-12-20 12:37:09 +01:00
ws2812_rpi_pico_pio.c
ws2812_spi.c led_strip: ws2812_spi: place buffer in __nocache for DMA 2025-07-28 08:45:04 -04:00