Commit c1d15093 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Mahesh Mahadevan
Browse files

doc: releases: use correct compatible for zephyr.gpio-steppers



The current name of the compatible is zephyr,gpio-steppers

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 2be735c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -841,7 +841,7 @@ Drivers and Sensors
  * Introduced stepper shell commands for controlling and configuring
    stepper motors with :kconfig:option:`CONFIG_STEPPER_SHELL`
  * Added support for ADI TMC5041 (:dtcompatible:`adi,tmc5041`)
  * Added support for gpio-stepper-controller (:dtcompatible:`gpio-stepper-controller`)
  * Added support for gpio-stepper-controller (:dtcompatible:`zephyr,gpio-steppers`)
  * Added stepper api test-suite
  * Added stepper shell test-suite