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:
parent
f6b24d6240
commit
157a36657a
1 changed files with 2 additions and 0 deletions
|
|
@ -206,6 +206,8 @@ Stepper
|
||||||
* Renamed the ``stepper_enable_constant_velocity_mode`` function to :c:func:`stepper_run`.
|
* 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_move`` function to :c:func:`stepper_move_by`.
|
||||||
* Renamed the ``stepper_set_target_position`` function to :c:func:`stepper_move_to`.
|
* 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
|
SPI
|
||||||
===
|
===
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue