1
0

add P4 & P5

This commit is contained in:
2025-11-24 15:44:12 +01:00
parent bd24f1fb79
commit f6fa6d94ce
1120 changed files with 576492 additions and 83 deletions

View File

@@ -0,0 +1,19 @@
../Components/lsm303dlhc/lsm303dlhc.c:92:6:LSM303DLHC_AccInit 1
../Components/lsm303dlhc/lsm303dlhc.c:113:6:LSM303DLHC_AccDeInit 1
../Components/lsm303dlhc/lsm303dlhc.c:122:9:LSM303DLHC_AccReadID 1
../Components/lsm303dlhc/lsm303dlhc.c:140:6:LSM303DLHC_AccRebootCmd 1
../Components/lsm303dlhc/lsm303dlhc.c:159:6:LSM303DLHC_AccFilterConfig 1
../Components/lsm303dlhc/lsm303dlhc.c:181:6:LSM303DLHC_AccFilterCmd 1
../Components/lsm303dlhc/lsm303dlhc.c:201:6:LSM303DLHC_AccReadXYZ 11
../Components/lsm303dlhc/lsm303dlhc.c:270:6:LSM303DLHC_AccFilterClickCmd 1
../Components/lsm303dlhc/lsm303dlhc.c:298:6:LSM303DLHC_AccIT1Enable 1
../Components/lsm303dlhc/lsm303dlhc.c:325:6:LSM303DLHC_AccIT1Disable 1
../Components/lsm303dlhc/lsm303dlhc.c:351:6:LSM303DLHC_AccIT2Enable 1
../Components/lsm303dlhc/lsm303dlhc.c:377:6:LSM303DLHC_AccIT2Disable 1
../Components/lsm303dlhc/lsm303dlhc.c:397:6:LSM303DLHC_AccINT1InterruptEnable 1
../Components/lsm303dlhc/lsm303dlhc.c:417:6:LSM303DLHC_AccINT1InterruptDisable 1
../Components/lsm303dlhc/lsm303dlhc.c:437:6:LSM303DLHC_AccINT2InterruptEnable 1
../Components/lsm303dlhc/lsm303dlhc.c:457:6:LSM303DLHC_AccINT2InterruptDisable 1
../Components/lsm303dlhc/lsm303dlhc.c:476:6:LSM303DLHC_AccClickITEnable 1
../Components/lsm303dlhc/lsm303dlhc.c:510:6:LSM303DLHC_AccClickITDisable 1
../Components/lsm303dlhc/lsm303dlhc.c:529:6:LSM303DLHC_AccZClickITConfig 1

View File

@@ -0,0 +1,5 @@
Components/lsm303dlhc/lsm303dlhc.o: ../Components/lsm303dlhc/lsm303dlhc.c \
../Components/lsm303dlhc/lsm303dlhc.h \
../Components/lsm303dlhc/../Common/accelero.h
../Components/lsm303dlhc/lsm303dlhc.h:
../Components/lsm303dlhc/../Common/accelero.h:

Binary file not shown.

View File

@@ -0,0 +1,19 @@
../Components/lsm303dlhc/lsm303dlhc.c:92:6:LSM303DLHC_AccInit 24 static
../Components/lsm303dlhc/lsm303dlhc.c:113:6:LSM303DLHC_AccDeInit 4 static
../Components/lsm303dlhc/lsm303dlhc.c:122:9:LSM303DLHC_AccReadID 16 static
../Components/lsm303dlhc/lsm303dlhc.c:140:6:LSM303DLHC_AccRebootCmd 16 static
../Components/lsm303dlhc/lsm303dlhc.c:159:6:LSM303DLHC_AccFilterConfig 24 static
../Components/lsm303dlhc/lsm303dlhc.c:181:6:LSM303DLHC_AccFilterCmd 24 static
../Components/lsm303dlhc/lsm303dlhc.c:201:6:LSM303DLHC_AccReadXYZ 40 static
../Components/lsm303dlhc/lsm303dlhc.c:270:6:LSM303DLHC_AccFilterClickCmd 24 static
../Components/lsm303dlhc/lsm303dlhc.c:298:6:LSM303DLHC_AccIT1Enable 24 static
../Components/lsm303dlhc/lsm303dlhc.c:325:6:LSM303DLHC_AccIT1Disable 24 static
../Components/lsm303dlhc/lsm303dlhc.c:351:6:LSM303DLHC_AccIT2Enable 24 static
../Components/lsm303dlhc/lsm303dlhc.c:377:6:LSM303DLHC_AccIT2Disable 24 static
../Components/lsm303dlhc/lsm303dlhc.c:397:6:LSM303DLHC_AccINT1InterruptEnable 24 static
../Components/lsm303dlhc/lsm303dlhc.c:417:6:LSM303DLHC_AccINT1InterruptDisable 24 static
../Components/lsm303dlhc/lsm303dlhc.c:437:6:LSM303DLHC_AccINT2InterruptEnable 24 static
../Components/lsm303dlhc/lsm303dlhc.c:457:6:LSM303DLHC_AccINT2InterruptDisable 24 static
../Components/lsm303dlhc/lsm303dlhc.c:476:6:LSM303DLHC_AccClickITEnable 24 static
../Components/lsm303dlhc/lsm303dlhc.c:510:6:LSM303DLHC_AccClickITDisable 24 static
../Components/lsm303dlhc/lsm303dlhc.c:529:6:LSM303DLHC_AccZClickITConfig 8 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/lsm303dlhc/lsm303dlhc.c
OBJS += \
./Components/lsm303dlhc/lsm303dlhc.o
C_DEPS += \
./Components/lsm303dlhc/lsm303dlhc.d
# Each subdirectory must supply rules for building sources it contributes
Components/lsm303dlhc/%.o Components/lsm303dlhc/%.su Components/lsm303dlhc/%.cyclo: ../Components/lsm303dlhc/%.c Components/lsm303dlhc/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L475xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I../Drivers/CMSIS/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/BSP" -I"/home/jomaa/STM32CubeIDE/workspace_1.19.0/P5_SETR2/LibWIFI/Inc" -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-lsm303dlhc
clean-Components-2f-lsm303dlhc:
-$(RM) ./Components/lsm303dlhc/lsm303dlhc.cyclo ./Components/lsm303dlhc/lsm303dlhc.d ./Components/lsm303dlhc/lsm303dlhc.o ./Components/lsm303dlhc/lsm303dlhc.su
.PHONY: clean-Components-2f-lsm303dlhc