Skip to content

Commit b98bd7c

Browse files
apni2kartben
authored andcommitted
drivers: stepper: adi_tmc: Add tmc51xx support
Add tmc51xx support based on tmc50xx implementation. Signed-off-by: Anders Nielsen <[email protected]>
1 parent 242e6ea commit b98bd7c

File tree

6 files changed

+967
-2
lines changed

6 files changed

+967
-2
lines changed

drivers/stepper/adi_tmc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ zephyr_library_property(ALLOW_EMPTY TRUE)
77
zephyr_library_sources_ifdef(CONFIG_STEPPER_ADI_TMC_SPI adi_tmc_spi.c)
88
zephyr_library_sources_ifdef(CONFIG_STEPPER_ADI_TMC2209 adi_tmc22xx_stepper_controller.c)
99
zephyr_library_sources_ifdef(CONFIG_STEPPER_ADI_TMC50XX adi_tmc50xx_stepper_controller.c)
10+
zephyr_library_sources_ifdef(CONFIG_STEPPER_ADI_TMC51XX adi_tmc51xx_stepper_controller.c)

0 commit comments

Comments
 (0)