mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
1.初版can comm已经实现; 2.修改了电机\bsp_can\usart的初始化实现
This commit is contained in:
7
Makefile
7
Makefile
@@ -210,6 +210,10 @@ C_INCLUDES = \
|
||||
-IHAL_N_Middlewares/Middlewares/Third_Party/SEGGER/RTT \
|
||||
-IHAL_N_Middlewares/Middlewares/Third_Party/SEGGER/Config \
|
||||
-IHAL_N_Middlewares/Middlewares/ST/ARM/DSP/Inc \
|
||||
-Iapplication/chassis \
|
||||
-Iapplication/shoot \
|
||||
-Iapplication/gimbal \
|
||||
-Iapplication/cmd \
|
||||
-Iapplication \
|
||||
-Ibsp \
|
||||
-Imodules/algorithm \
|
||||
@@ -219,7 +223,8 @@ C_INCLUDES = \
|
||||
-Imodules/motor \
|
||||
-Imodules/referee \
|
||||
-Imodules/remote \
|
||||
-Imodules/super_cap
|
||||
-Imodules/super_cap \
|
||||
-Imodules/can_comm
|
||||
|
||||
# compile gcc flags
|
||||
ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
|
||||
|
||||
Reference in New Issue
Block a user