You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: led_strip: ws2812_spi: Ensure MOSI is low during reset
Some platforms, such as STM32, do not guarantee that the MOSI line
is held low when the SPI peripheral is disabled. This can prevent
WS2812-based LEDs from resetting correctly, as they require a low
signal for a specific duration to trigger a reset.
This commit introduces a Kconfig option to actively drive the MOSI
line low during the reset period by sending zero-byte frames via SPI.
This ensures the reset condition is reliably met across all hardware
platforms.
Signed-off-by: Arthur Gay <[email protected]>
0 commit comments