提交 e6d97e8a 编写于 作者: D Damien George

stm32: Move gchelper assembler code to lib/utils for use by other ports.

上级 e7332b05
...@@ -275,13 +275,13 @@ SRC_O = \ ...@@ -275,13 +275,13 @@ SRC_O = \
$(STARTUP_FILE) \ $(STARTUP_FILE) \
system_stm32f0.o \ system_stm32f0.o \
resethandler_m0.o \ resethandler_m0.o \
gchelper_m0.o lib/utils/gchelper_m0.o
else else
SRC_O = \ SRC_O = \
$(STARTUP_FILE) \ $(STARTUP_FILE) \
system_stm32.o \ system_stm32.o \
resethandler.o \ resethandler.o \
gchelper.o lib/utils/gchelper_m3.o
endif endif
SRC_HAL = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\ SRC_HAL = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册