drivers/foc: add support for drv8301 power-stage driver

This commit is contained in:
raiden00pl
2023-11-07 13:38:50 +01:00
committed by Xiang Xiao
parent 4bad6048f0
commit 9a51197523
6 changed files with 553 additions and 5 deletions
+4
View File
@@ -30,6 +30,10 @@ ifeq ($(CONFIG_MOTOR_FOC_FOCPWR),y)
CSRCS += foc_pwr.c
endif
ifeq ($(CONFIG_MOTOR_FOC_DRV8301),y)
CSRCS += drv8301.c
endif
# Include FOC driver build support
DEPPATH += --dep-path motor$(DELIM)foc