doc: release-notes-3.7: fix LED release notes
This patch fixes two broken links in the LED strip release note. :kconfig:option: cannot be used with removed Kconfig options. This results in broken links. Let's use the code's inline markup delimiter instead. It also adds a missing link to the DT compatible of the IS31FL3194 controller. Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
This commit is contained in:
parent
5ef925aa6b
commit
5747cc5fbd
1 changed files with 4 additions and 3 deletions
|
@ -877,7 +877,8 @@ Drivers and Sensors
|
||||||
* Added device completion to LED shell commands and made the ``get_info`` command display
|
* Added device completion to LED shell commands and made the ``get_info`` command display
|
||||||
colors as strings.
|
colors as strings.
|
||||||
|
|
||||||
* Added driver for Lumissil Microsystems (a division of ISSI) IS31FL3194 controller.
|
* Added driver for Lumissil Microsystems (a division of ISSI) IS31FL3194 controller
|
||||||
|
(:dtcompatible:`issi,is31fl3194`).
|
||||||
|
|
||||||
* LED Strip
|
* LED Strip
|
||||||
|
|
||||||
|
@ -896,8 +897,8 @@ Drivers and Sensors
|
||||||
:dtcompatible:`worldsemi,ws2812-gpio` and :dtcompatible:`worldsemi,ws2812-rpi_pico-pio`
|
:dtcompatible:`worldsemi,ws2812-gpio` and :dtcompatible:`worldsemi,ws2812-rpi_pico-pio`
|
||||||
devicetree bindings have been renamed to ``gpios``.
|
devicetree bindings have been renamed to ``gpios``.
|
||||||
|
|
||||||
* Removed :kconfig:option:`CONFIG_WS2812_STRIP` and :kconfig:option:`CONFIG_WS2812_STRIP_DRIVER`
|
* Removed ``CONFIG_WS2812_STRIP`` and ``CONFIG_WS2812_STRIP_DRIVER`` Kconfig options. They became
|
||||||
Kconfig options. They became useless after refactoring.
|
useless after refactoring.
|
||||||
|
|
||||||
* Added driver for Texas Instruments TLC59731 RGB controller.
|
* Added driver for Texas Instruments TLC59731 RGB controller.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue