能打印了,系统还跑不起来

This commit is contained in:
2025-06-29 11:20:46 +08:00
parent 91a9d6c468
commit e6cd339e78
17 changed files with 63371 additions and 37 deletions

View File

@@ -26,7 +26,7 @@ CFLAG=[
'-fdata-sections',
'-ffunction-sections',
# debug
# '-g -gdwarf-2'
'-g -gdwarf-2'
]
DEF=[
@@ -87,7 +87,8 @@ SRC_DIR=[
]
SRC=[
'Src/STM32/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc_ride7/startup_stm32f429_439xx.s',
# 'Src/MY/startup_stm32f429_439xx.s',
'Src/MY/startup_stm32f429xx.s',
'Src/STM32/CMSIS/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c',
"Src/MY/bsp_init.c",
"Src/MY/main_my.c",