doc: release-notes-3.7: Update LED Strip notes
Add an explanation for the ``CONFIG_WS2812_STRIP_DRIVER`` deletion. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
b8c1881416
commit
7243ea9f4b
1 changed files with 6 additions and 0 deletions
|
@ -648,6 +648,12 @@ LED Strip
|
|||
|
||||
* Made ``update_channels`` function optional and removed unimplemented functions.
|
||||
|
||||
* The ``CONFIG_WS2812_STRIP_DRIVER`` kconfig option has been removed.
|
||||
Previously, when using :kconfig:option:`CONFIG_WS2812_STRIP_SPI`,
|
||||
:kconfig:option:`CONFIG_WS2812_STRIP_I2S`, :kconfig:option:`CONFIG_WS2812_STRIP_GPIO`,
|
||||
or :kconfig:option:`CONFIG_WS2812_STRIP_RPI_PICO_PIO`, one of them had to be selected with
|
||||
``CONFIG_WS2812_STRIP_DRIVER``, but this is no longer necessary. Please set each option directly.
|
||||
|
||||
Sensors
|
||||
=======
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue