备份新仓库

This commit is contained in:
2024-09-18 11:50:26 +08:00
parent cb1b2eb7d4
commit fe67c1cb93
44 changed files with 24004 additions and 22344 deletions
+15 -3
View File
@@ -6,15 +6,27 @@
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../BSP/at24cxx.c \
../BSP/pmw3901.c
../BSP/bmp280.c \
../BSP/mpu6500.c \
../BSP/pmw3901.c \
../BSP/qmc5883l.c \
../BSP/si24r1.c
OBJS += \
./BSP/at24cxx.o \
./BSP/pmw3901.o
./BSP/bmp280.o \
./BSP/mpu6500.o \
./BSP/pmw3901.o \
./BSP/qmc5883l.o \
./BSP/si24r1.o
C_DEPS += \
./BSP/at24cxx.d \
./BSP/pmw3901.d
./BSP/bmp280.d \
./BSP/mpu6500.d \
./BSP/pmw3901.d \
./BSP/qmc5883l.d \
./BSP/si24r1.d
# Each subdirectory must supply rules for building sources it contributes