1
0
This commit is contained in:
2025-10-27 17:07:20 +01:00
parent 7e264d691c
commit bd24f1fb79
576 changed files with 240919 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
../Components/hts221/hts221.c:65:6:HTS221_H_Init 1
../Components/hts221/hts221.c:91:9:HTS221_H_ReadID 1
../Components/hts221/hts221.c:108:7:HTS221_H_ReadHumidity 3
../Components/hts221/hts221.c:157:6:HTS221_T_Init 1
../Components/hts221/hts221.c:184:7:HTS221_T_ReadTemp 1

View File

@@ -0,0 +1,6 @@
Components/hts221/hts221.o: ../Components/hts221/hts221.c \
../Components/hts221/hts221.h ../Components/hts221/../Common/hsensor.h \
../Components/hts221/../Common/tsensor.h
../Components/hts221/hts221.h:
../Components/hts221/../Common/hsensor.h:
../Components/hts221/../Common/tsensor.h:

Binary file not shown.

View File

@@ -0,0 +1,5 @@
../Components/hts221/hts221.c:65:6:HTS221_H_Init 24 static
../Components/hts221/hts221.c:91:9:HTS221_H_ReadID 24 static
../Components/hts221/hts221.c:108:7:HTS221_H_ReadHumidity 40 static
../Components/hts221/hts221.c:157:6:HTS221_T_Init 24 static
../Components/hts221/hts221.c:184:7:HTS221_T_ReadTemp 40 static

View 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/hts221/hts221.c
OBJS += \
./Components/hts221/hts221.o
C_DEPS += \
./Components/hts221/hts221.d
# Each subdirectory must supply rules for building sources it contributes
Components/hts221/%.o Components/hts221/%.su Components/hts221/%.cyclo: ../Components/hts221/%.c Components/hts221/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-hts221
clean-Components-2f-hts221:
-$(RM) ./Components/hts221/hts221.cyclo ./Components/hts221/hts221.d ./Components/hts221/hts221.o ./Components/hts221/hts221.su
.PHONY: clean-Components-2f-hts221