添加flash

This commit is contained in:
2025-03-06 16:33:34 +08:00
parent 8648025432
commit 8603e73b45
94 changed files with 800 additions and 40308 deletions

View File

@ -6,7 +6,7 @@
# It is included in the main 'build.ninja'.
# =============================================================================
# Project: H750_S15909
# Project: IS3
# Configurations: Debug
# =============================================================================
# =============================================================================
@ -14,7 +14,7 @@
#############################################
# Rule for compiling ASM files.
rule ASM_COMPILER__H750_S15909.2eelf_unscanned_Debug
rule ASM_COMPILER__IS3.2eelf_unscanned_Debug
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}D:\lijie_tools\clion_cubemx\gcc-arm-none-eabi-10.3-2021.10\bin\arm-none-eabi-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
@ -24,7 +24,7 @@ rule ASM_COMPILER__H750_S15909.2eelf_unscanned_Debug
#############################################
# Rule for compiling C files.
rule C_COMPILER__H750_S15909.2eelf_unscanned_Debug
rule C_COMPILER__IS3.2eelf_unscanned_Debug
depfile = $DEP_FILE
deps = gcc
command = ${LAUNCHER}${CODE_CHECK}D:\lijie_tools\clion_cubemx\gcc-arm-none-eabi-10.3-2021.10\bin\arm-none-eabi-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
@ -34,7 +34,7 @@ rule C_COMPILER__H750_S15909.2eelf_unscanned_Debug
#############################################
# Rule for linking C executable.
rule C_EXECUTABLE_LINKER__H750_S15909.2eelf_Debug
rule C_EXECUTABLE_LINKER__IS3.2eelf_Debug
command = C:\Windows\system32\cmd.exe /C "$PRE_LINK && D:\lijie_tools\clion_cubemx\gcc-arm-none-eabi-10.3-2021.10\bin\arm-none-eabi-gcc.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD"
description = Linking C executable $TARGET_FILE
restat = $RESTAT