add P4 & P5
This commit is contained in:
15
P5_SETR2/Debug/Components/hx8347i/hx8347i.cyclo
Normal file
15
P5_SETR2/Debug/Components/hx8347i/hx8347i.cyclo
Normal file
@@ -0,0 +1,15 @@
|
||||
../Components/hx8347i/hx8347i.c:105:6:hx8347i_Init 2
|
||||
../Components/hx8347i/hx8347i.c:185:6:hx8347i_DisplayOn 1
|
||||
../Components/hx8347i/hx8347i.c:215:6:hx8347i_DisplayOff 1
|
||||
../Components/hx8347i/hx8347i.c:236:10:hx8347i_GetLcdPixelWidth 1
|
||||
../Components/hx8347i/hx8347i.c:246:10:hx8347i_GetLcdPixelHeight 1
|
||||
../Components/hx8347i/hx8347i.c:256:10:hx8347i_ReadID 2
|
||||
../Components/hx8347i/hx8347i.c:274:6:hx8347i_SetCursor 1
|
||||
../Components/hx8347i/hx8347i.c:289:6:hx8347i_WritePixel 1
|
||||
../Components/hx8347i/hx8347i.c:306:10:hx8347i_ReadPixel 1
|
||||
../Components/hx8347i/hx8347i.c:324:6:hx8347i_WriteReg 1
|
||||
../Components/hx8347i/hx8347i.c:337:10:hx8347i_ReadReg 1
|
||||
../Components/hx8347i/hx8347i.c:354:6:hx8347i_SetDisplayWindow 1
|
||||
../Components/hx8347i/hx8347i.c:381:6:hx8347i_DrawHLine 2
|
||||
../Components/hx8347i/hx8347i.c:408:6:hx8347i_DrawVLine 2
|
||||
../Components/hx8347i/hx8347i.c:433:6:hx8347i_DrawBitmap 1
|
||||
4
P5_SETR2/Debug/Components/hx8347i/hx8347i.d
Normal file
4
P5_SETR2/Debug/Components/hx8347i/hx8347i.d
Normal file
@@ -0,0 +1,4 @@
|
||||
Components/hx8347i/hx8347i.o: ../Components/hx8347i/hx8347i.c \
|
||||
../Components/hx8347i/hx8347i.h ../Components/hx8347i/../Common/lcd.h
|
||||
../Components/hx8347i/hx8347i.h:
|
||||
../Components/hx8347i/../Common/lcd.h:
|
||||
BIN
P5_SETR2/Debug/Components/hx8347i/hx8347i.o
Normal file
BIN
P5_SETR2/Debug/Components/hx8347i/hx8347i.o
Normal file
Binary file not shown.
15
P5_SETR2/Debug/Components/hx8347i/hx8347i.su
Normal file
15
P5_SETR2/Debug/Components/hx8347i/hx8347i.su
Normal file
@@ -0,0 +1,15 @@
|
||||
../Components/hx8347i/hx8347i.c:105:6:hx8347i_Init 16 static
|
||||
../Components/hx8347i/hx8347i.c:185:6:hx8347i_DisplayOn 8 static
|
||||
../Components/hx8347i/hx8347i.c:215:6:hx8347i_DisplayOff 8 static
|
||||
../Components/hx8347i/hx8347i.c:236:10:hx8347i_GetLcdPixelWidth 4 static
|
||||
../Components/hx8347i/hx8347i.c:246:10:hx8347i_GetLcdPixelHeight 4 static
|
||||
../Components/hx8347i/hx8347i.c:256:10:hx8347i_ReadID 8 static
|
||||
../Components/hx8347i/hx8347i.c:274:6:hx8347i_SetCursor 16 static
|
||||
../Components/hx8347i/hx8347i.c:289:6:hx8347i_WritePixel 16 static
|
||||
../Components/hx8347i/hx8347i.c:306:10:hx8347i_ReadPixel 16 static
|
||||
../Components/hx8347i/hx8347i.c:324:6:hx8347i_WriteReg 16 static
|
||||
../Components/hx8347i/hx8347i.c:337:10:hx8347i_ReadReg 16 static
|
||||
../Components/hx8347i/hx8347i.c:354:6:hx8347i_SetDisplayWindow 24 static
|
||||
../Components/hx8347i/hx8347i.c:381:6:hx8347i_DrawHLine 32 static
|
||||
../Components/hx8347i/hx8347i.c:408:6:hx8347i_DrawVLine 32 static
|
||||
../Components/hx8347i/hx8347i.c:433:6:hx8347i_DrawBitmap 24 static
|
||||
27
P5_SETR2/Debug/Components/hx8347i/subdir.mk
Normal file
27
P5_SETR2/Debug/Components/hx8347i/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/hx8347i/hx8347i.c
|
||||
|
||||
OBJS += \
|
||||
./Components/hx8347i/hx8347i.o
|
||||
|
||||
C_DEPS += \
|
||||
./Components/hx8347i/hx8347i.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Components/hx8347i/%.o Components/hx8347i/%.su Components/hx8347i/%.cyclo: ../Components/hx8347i/%.c Components/hx8347i/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-hx8347i
|
||||
|
||||
clean-Components-2f-hx8347i:
|
||||
-$(RM) ./Components/hx8347i/hx8347i.cyclo ./Components/hx8347i/hx8347i.d ./Components/hx8347i/hx8347i.o ./Components/hx8347i/hx8347i.su
|
||||
|
||||
.PHONY: clean-Components-2f-hx8347i
|
||||
|
||||
Reference in New Issue
Block a user