doc: release: doc stepper API as major enhancement

Add entry in "Major enhancements with this release include:" for
stepper device driver subsystem.

Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
This commit is contained in:
Jilay Pandya 2024-11-15 00:49:57 +01:00 committed by Mahesh Mahadevan
parent 7092335c11
commit a482884751

View file

@ -19,6 +19,11 @@ Major enhancements with this release include:
:dtcompatible:`nordic,nrf-comp`, :dtcompatible:`nordic,nrf-lpcomp` and
:dtcompatible:`nxp,kinetis-acmp` are supported.
* The introduction of the :ref:`stepper<stepper_api>` device driver subsystem for stepper motors,
complete with shell support. Initially implemented drivers include a simple
:dtcompatible:`zephyr,gpio-stepper` and a complex sensor-less stall-detection capable with
integrated ramp-controller :dtcompatible:`adi,tmc5041`.
An overview of the changes required or recommended when migrating your application from Zephyr
v3.7.0 to Zephyr v4.0.0 can be found in the separate :ref:`migration guide<migration_4.0>`.