2025-02-21 10:07:21 +00:00
|
|
|
################################################################################
|
|
|
|
# MRS Version: 2.1.0
|
|
|
|
# Automatically-generated file. Do not edit!
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
|
|
C_SRCS += \
|
|
|
|
../User/ch32v30x_it.c \
|
|
|
|
../User/main.c \
|
|
|
|
../User/system_ch32v30x.c
|
|
|
|
|
|
|
|
C_DEPS += \
|
|
|
|
./User/ch32v30x_it.d \
|
|
|
|
./User/main.d \
|
|
|
|
./User/system_ch32v30x.d
|
|
|
|
|
|
|
|
OBJS += \
|
|
|
|
./User/ch32v30x_it.o \
|
|
|
|
./User/main.o \
|
|
|
|
./User/system_ch32v30x.o
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
|
|
User/%.o: ../User/%.c
|
2025-04-02 10:02:25 +00:00
|
|
|
@ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -fmax-errors=20 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/Debug" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/Core" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/User" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/Peripheral/inc" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/FreeRTOS" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/FreeRTOS/include" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/FreeRTOS/portable/Common" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/FreeRTOS/portable/GCC/RISC-V" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/FreeRTOS/portable/GCC/RISC-V/chip_specific_extensions/RV32I_PFIC_no_extensions" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/FreeRTOS/portable/MemMang" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/App/hardwareDriver/Inc" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/App/tools" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/App/tools/RingQueue" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/App/functionalModule/Inc" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/App/application/Host/Inc" -I"d:/psx/su806/2.software/mcu_git/CH32V303-FreeRTOS/App/application/Slave/Inc" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|