wip on stepper movement
some bug occurs on reversiong direction when declining in position
This commit is contained in:
4
Makefile
4
Makefile
@@ -37,6 +37,8 @@ BUILD_DIR = build
|
||||
# C sources
|
||||
C_SOURCES = \
|
||||
Src/main.c \
|
||||
Src/uart_dmx.c \
|
||||
Src/stepper.c \
|
||||
Src/stm32g0xx_it.c \
|
||||
Src/stm32g0xx_hal_msp.c \
|
||||
Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c \
|
||||
@@ -59,7 +61,7 @@ Drivers/RTT/RTT/SEGGER_RTT.c \
|
||||
Drivers/RTT/RTT/SEGGER_RTT_printf.c \
|
||||
Drivers/RTT/Syscalls/SEGGER_RTT_Syscalls_GCC.c \
|
||||
Drivers/SystemView/SYSVIEW/SEGGER_SYSVIEW.c \
|
||||
Drivers/SystemView/Sample/NoOS/Config/Cortex-M0/SEGGER_SYSVIEW_Config_NoOS_CM0.c\
|
||||
Drivers/SystemView/Sample/NoOS/Config/Cortex-M0/SEGGER_SYSVIEW_Config_NoOS_CM0.c \
|
||||
Src/system_stm32g0xx.c
|
||||
|
||||
# ASM sources
|
||||
|
||||
Reference in New Issue
Block a user