添加很多设备

This commit is contained in:
2024-03-04 01:01:14 +08:00
parent bef8342c93
commit cb1b2eb7d4
35 changed files with 22897 additions and 20328 deletions
+16 -1
View File
@@ -1,9 +1,24 @@
################################################################################
# MRS Version: {"version":"1.8.5","date":"2023/05/22"}
# MRS Version: 1.9.1
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../BSP/at24cxx.c \
../BSP/pmw3901.c
OBJS += \
./BSP/at24cxx.o \
./BSP/pmw3901.o
C_DEPS += \
./BSP/at24cxx.d \
./BSP/pmw3901.d
# Each subdirectory must supply rules for building sources it contributes
BSP/%.o: ../BSP/%.c
@ @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -DCH32V20x_D8W -I"D:\2_code\4_ch\CH32V208WBU6\Debug" -I"D:\2_code\4_ch\CH32V208WBU6\DRV" -I"D:\2_code\4_ch\CH32V208WBU6\Core" -I"D:\2_code\4_ch\CH32V208WBU6\User" -I"D:\2_code\4_ch\CH32V208WBU6\Peripheral\inc" -I"D:\2_code\4_ch\CH32V208WBU6\APP" -I"D:\2_code\4_ch\CH32V208WBU6\BSP" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
@ @