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,19 @@
../Components/stmpe1600/stmpe1600.c:100:6:stmpe1600_Init 3
../Components/stmpe1600/stmpe1600.c:132:6:stmpe1600_Start 1
../Components/stmpe1600/stmpe1600.c:142:6:stmpe1600_Reset 1
../Components/stmpe1600/stmpe1600.c:162:10:stmpe1600_ReadID 1
../Components/stmpe1600/stmpe1600.c:184:6:stmpe1600_SetITPolarity 1
../Components/stmpe1600/stmpe1600.c:206:6:stmpe1600_EnableGlobalIT 1
../Components/stmpe1600/stmpe1600.c:230:6:stmpe1600_DisableGlobalIT 1
../Components/stmpe1600/stmpe1600.c:255:6:stmpe1600_IO_InitPin 2
../Components/stmpe1600/stmpe1600.c:291:9:stmpe1600_IO_Config 5
../Components/stmpe1600/stmpe1600.c:347:6:stmpe1600_IO_PolarityInv_Enable 1
../Components/stmpe1600/stmpe1600.c:371:6:stmpe1600_IO_PolarityInv_Disable 1
../Components/stmpe1600/stmpe1600.c:396:6:stmpe1600_IO_WritePin 2
../Components/stmpe1600/stmpe1600.c:427:10:stmpe1600_IO_ReadPin 1
../Components/stmpe1600/stmpe1600.c:448:6:stmpe1600_IO_EnablePinIT 1
../Components/stmpe1600/stmpe1600.c:475:6:stmpe1600_IO_DisablePinIT 1
../Components/stmpe1600/stmpe1600.c:500:10:stmpe1600_IO_ITStatus 1
../Components/stmpe1600/stmpe1600.c:522:9:stmpe1600_IO_ReadIT 1
../Components/stmpe1600/stmpe1600.c:540:6:stmpe1600_IO_ClearIT 1
../Components/stmpe1600/stmpe1600.c:554:16:stmpe1600_GetInstance 3

View File

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

Binary file not shown.

View File

@@ -0,0 +1,19 @@
../Components/stmpe1600/stmpe1600.c:100:6:stmpe1600_Init 24 static
../Components/stmpe1600/stmpe1600.c:132:6:stmpe1600_Start 16 static
../Components/stmpe1600/stmpe1600.c:142:6:stmpe1600_Reset 16 static
../Components/stmpe1600/stmpe1600.c:162:10:stmpe1600_ReadID 24 static
../Components/stmpe1600/stmpe1600.c:184:6:stmpe1600_SetITPolarity 24 static
../Components/stmpe1600/stmpe1600.c:206:6:stmpe1600_EnableGlobalIT 24 static
../Components/stmpe1600/stmpe1600.c:230:6:stmpe1600_DisableGlobalIT 24 static
../Components/stmpe1600/stmpe1600.c:255:6:stmpe1600_IO_InitPin 24 static
../Components/stmpe1600/stmpe1600.c:291:9:stmpe1600_IO_Config 24 static
../Components/stmpe1600/stmpe1600.c:347:6:stmpe1600_IO_PolarityInv_Enable 24 static
../Components/stmpe1600/stmpe1600.c:371:6:stmpe1600_IO_PolarityInv_Disable 24 static
../Components/stmpe1600/stmpe1600.c:396:6:stmpe1600_IO_WritePin 24 static
../Components/stmpe1600/stmpe1600.c:427:10:stmpe1600_IO_ReadPin 24 static
../Components/stmpe1600/stmpe1600.c:448:6:stmpe1600_IO_EnablePinIT 24 static
../Components/stmpe1600/stmpe1600.c:475:6:stmpe1600_IO_DisablePinIT 24 static
../Components/stmpe1600/stmpe1600.c:500:10:stmpe1600_IO_ITStatus 24 static
../Components/stmpe1600/stmpe1600.c:522:9:stmpe1600_IO_ReadIT 24 static
../Components/stmpe1600/stmpe1600.c:540:6:stmpe1600_IO_ClearIT 24 static
../Components/stmpe1600/stmpe1600.c:554:16:stmpe1600_GetInstance 24 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/stmpe1600/stmpe1600.c
OBJS += \
./Components/stmpe1600/stmpe1600.o
C_DEPS += \
./Components/stmpe1600/stmpe1600.d
# Each subdirectory must supply rules for building sources it contributes
Components/stmpe1600/%.o Components/stmpe1600/%.su Components/stmpe1600/%.cyclo: ../Components/stmpe1600/%.c Components/stmpe1600/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-stmpe1600
clean-Components-2f-stmpe1600:
-$(RM) ./Components/stmpe1600/stmpe1600.cyclo ./Components/stmpe1600/stmpe1600.d ./Components/stmpe1600/stmpe1600.o ./Components/stmpe1600/stmpe1600.su
.PHONY: clean-Components-2f-stmpe1600