doc: migration guide: 4.1: add deprecation info of STEPPER_ADI_TMC_RAMP_GEN

STEPPER_ADI_TMC_RAMP_GEN renamed to template STEPPER_ADI_TMC5041_RAMP_GEN

Signed-off-by: Jilay Pandya <jilay.pandya@outlook.com>
This commit is contained in:
Jilay Pandya 2024-12-16 20:17:58 +01:00 committed by Benjamin Cabé
parent f6b24d6240
commit 157a36657a

View file

@ -206,6 +206,8 @@ Stepper
* Renamed the ``stepper_enable_constant_velocity_mode`` function to :c:func:`stepper_run`.
* Renamed the ``stepper_move`` function to :c:func:`stepper_move_by`.
* Renamed the ``stepper_set_target_position`` function to :c:func:`stepper_move_to`.
* The :kconfig:option:`STEPPER_ADI_TMC_RAMP_GEN` is now deprecated and is replaced with the new
:kconfig:option:`STEPPER_ADI_TMC5041_RAMP_GEN` option.
SPI
===