We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c1881 commit 7243ea9Copy full SHA for 7243ea9
doc/releases/migration-guide-3.7.rst
@@ -648,6 +648,12 @@ LED Strip
648
649
* Made ``update_channels`` function optional and removed unimplemented functions.
650
651
+* The ``CONFIG_WS2812_STRIP_DRIVER`` kconfig option has been removed.
652
+ Previously, when using :kconfig:option:`CONFIG_WS2812_STRIP_SPI`,
653
+ :kconfig:option:`CONFIG_WS2812_STRIP_I2S`, :kconfig:option:`CONFIG_WS2812_STRIP_GPIO`,
654
+ or :kconfig:option:`CONFIG_WS2812_STRIP_RPI_PICO_PIO`, one of them had to be selected with
655
+ ``CONFIG_WS2812_STRIP_DRIVER``, but this is no longer necessary. Please set each option directly.
656
+
657
Sensors
658
=======
659
0 commit comments