p3 fin
This commit is contained in:
12
P3_SETR2/Debug/Components/lsm303c/lsm303c.cyclo
Normal file
12
P3_SETR2/Debug/Components/lsm303c/lsm303c.cyclo
Normal file
@@ -0,0 +1,12 @@
|
||||
../Components/lsm303c/lsm303c.c:116:6:LSM303C_AccInit 1
|
||||
../Components/lsm303c/lsm303c.c:137:6:LSM303C_AccDeInit 1
|
||||
../Components/lsm303c/lsm303c.c:146:9:LSM303C_AccReadID 1
|
||||
../Components/lsm303c/lsm303c.c:168:6:LSM303C_AccLowPower 1
|
||||
../Components/lsm303c/lsm303c.c:190:6:LSM303C_AccFilterConfig 1
|
||||
../Components/lsm303c/lsm303c.c:209:6:LSM303C_AccReadXYZ 7
|
||||
../Components/lsm303c/lsm303c.c:266:6:LSM303C_MagInit 1
|
||||
../Components/lsm303c/lsm303c.c:280:6:LSM303C_MagDeInit 1
|
||||
../Components/lsm303c/lsm303c.c:289:9:LSM303C_MagReadID 1
|
||||
../Components/lsm303c/lsm303c.c:307:6:LSM303C_MagLowPower 1
|
||||
../Components/lsm303c/lsm303c.c:329:9:LSM303C_MagGetDataStatus 1
|
||||
../Components/lsm303c/lsm303c.c:340:6:LSM303C_MagReadXYZ 4
|
||||
7
P3_SETR2/Debug/Components/lsm303c/lsm303c.d
Normal file
7
P3_SETR2/Debug/Components/lsm303c/lsm303c.d
Normal file
@@ -0,0 +1,7 @@
|
||||
Components/lsm303c/lsm303c.o: ../Components/lsm303c/lsm303c.c \
|
||||
../Components/lsm303c/lsm303c.h \
|
||||
../Components/lsm303c/../Common/accelero.h \
|
||||
../Components/lsm303c/../Common/magneto.h
|
||||
../Components/lsm303c/lsm303c.h:
|
||||
../Components/lsm303c/../Common/accelero.h:
|
||||
../Components/lsm303c/../Common/magneto.h:
|
||||
BIN
P3_SETR2/Debug/Components/lsm303c/lsm303c.o
Normal file
BIN
P3_SETR2/Debug/Components/lsm303c/lsm303c.o
Normal file
Binary file not shown.
12
P3_SETR2/Debug/Components/lsm303c/lsm303c.su
Normal file
12
P3_SETR2/Debug/Components/lsm303c/lsm303c.su
Normal file
@@ -0,0 +1,12 @@
|
||||
../Components/lsm303c/lsm303c.c:116:6:LSM303C_AccInit 24 static
|
||||
../Components/lsm303c/lsm303c.c:137:6:LSM303C_AccDeInit 4 static
|
||||
../Components/lsm303c/lsm303c.c:146:9:LSM303C_AccReadID 16 static
|
||||
../Components/lsm303c/lsm303c.c:168:6:LSM303C_AccLowPower 24 static
|
||||
../Components/lsm303c/lsm303c.c:190:6:LSM303C_AccFilterConfig 24 static
|
||||
../Components/lsm303c/lsm303c.c:209:6:LSM303C_AccReadXYZ 40 static
|
||||
../Components/lsm303c/lsm303c.c:266:6:LSM303C_MagInit 16 static
|
||||
../Components/lsm303c/lsm303c.c:280:6:LSM303C_MagDeInit 4 static
|
||||
../Components/lsm303c/lsm303c.c:289:9:LSM303C_MagReadID 8 static
|
||||
../Components/lsm303c/lsm303c.c:307:6:LSM303C_MagLowPower 24 static
|
||||
../Components/lsm303c/lsm303c.c:329:9:LSM303C_MagGetDataStatus 8 static
|
||||
../Components/lsm303c/lsm303c.c:340:6:LSM303C_MagReadXYZ 24 static
|
||||
27
P3_SETR2/Debug/Components/lsm303c/subdir.mk
Normal file
27
P3_SETR2/Debug/Components/lsm303c/subdir.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (13.3.rel1)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../Components/lsm303c/lsm303c.c
|
||||
|
||||
OBJS += \
|
||||
./Components/lsm303c/lsm303c.o
|
||||
|
||||
C_DEPS += \
|
||||
./Components/lsm303c/lsm303c.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Components/lsm303c/%.o Components/lsm303c/%.su Components/lsm303c/%.cyclo: ../Components/lsm303c/%.c Components/lsm303c/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Components -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../BSP -I../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Components-2f-lsm303c
|
||||
|
||||
clean-Components-2f-lsm303c:
|
||||
-$(RM) ./Components/lsm303c/lsm303c.cyclo ./Components/lsm303c/lsm303c.d ./Components/lsm303c/lsm303c.o ./Components/lsm303c/lsm303c.su
|
||||
|
||||
.PHONY: clean-Components-2f-lsm303c
|
||||
|
||||
Reference in New Issue
Block a user