add P4 & P5
This commit is contained in:
12
P5_SETR2/Debug/Components/st7735/st7735.cyclo
Normal file
12
P5_SETR2/Debug/Components/st7735/st7735.cyclo
Normal file
@@ -0,0 +1,12 @@
|
||||
../Components/st7735/st7735.c:107:6:st7735_Init 1
|
||||
../Components/st7735/st7735.c:220:6:st7735_DisplayOn 1
|
||||
../Components/st7735/st7735.c:237:6:st7735_DisplayOff 1
|
||||
../Components/st7735/st7735.c:255:6:st7735_SetCursor 1
|
||||
../Components/st7735/st7735.c:278:6:st7735_WritePixel 3
|
||||
../Components/st7735/st7735.c:302:6:st7735_WriteReg 1
|
||||
../Components/st7735/st7735.c:316:6:st7735_SetDisplayWindow 1
|
||||
../Components/st7735/st7735.c:349:6:st7735_DrawHLine 3
|
||||
../Components/st7735/st7735.c:373:6:st7735_DrawVLine 3
|
||||
../Components/st7735/st7735.c:389:10:st7735_GetLcdPixelWidth 1
|
||||
../Components/st7735/st7735.c:399:10:st7735_GetLcdPixelHeight 1
|
||||
../Components/st7735/st7735.c:409:6:st7735_DrawBitmap 1
|
||||
4
P5_SETR2/Debug/Components/st7735/st7735.d
Normal file
4
P5_SETR2/Debug/Components/st7735/st7735.d
Normal file
@@ -0,0 +1,4 @@
|
||||
Components/st7735/st7735.o: ../Components/st7735/st7735.c \
|
||||
../Components/st7735/st7735.h ../Components/st7735/../Common/lcd.h
|
||||
../Components/st7735/st7735.h:
|
||||
../Components/st7735/../Common/lcd.h:
|
||||
BIN
P5_SETR2/Debug/Components/st7735/st7735.o
Normal file
BIN
P5_SETR2/Debug/Components/st7735/st7735.o
Normal file
Binary file not shown.
12
P5_SETR2/Debug/Components/st7735/st7735.su
Normal file
12
P5_SETR2/Debug/Components/st7735/st7735.su
Normal file
@@ -0,0 +1,12 @@
|
||||
../Components/st7735/st7735.c:107:6:st7735_Init 16 static
|
||||
../Components/st7735/st7735.c:220:6:st7735_DisplayOn 16 static
|
||||
../Components/st7735/st7735.c:237:6:st7735_DisplayOff 16 static
|
||||
../Components/st7735/st7735.c:255:6:st7735_SetCursor 24 static
|
||||
../Components/st7735/st7735.c:278:6:st7735_WritePixel 24 static
|
||||
../Components/st7735/st7735.c:302:6:st7735_WriteReg 16 static
|
||||
../Components/st7735/st7735.c:316:6:st7735_SetDisplayWindow 32 static
|
||||
../Components/st7735/st7735.c:349:6:st7735_DrawHLine 32 static
|
||||
../Components/st7735/st7735.c:373:6:st7735_DrawVLine 32 static
|
||||
../Components/st7735/st7735.c:389:10:st7735_GetLcdPixelWidth 4 static
|
||||
../Components/st7735/st7735.c:399:10:st7735_GetLcdPixelHeight 4 static
|
||||
../Components/st7735/st7735.c:409:6:st7735_DrawBitmap 24 static
|
||||
27
P5_SETR2/Debug/Components/st7735/subdir.mk
Normal file
27
P5_SETR2/Debug/Components/st7735/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/st7735/st7735.c
|
||||
|
||||
OBJS += \
|
||||
./Components/st7735/st7735.o
|
||||
|
||||
C_DEPS += \
|
||||
./Components/st7735/st7735.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Components/st7735/%.o Components/st7735/%.su Components/st7735/%.cyclo: ../Components/st7735/%.c Components/st7735/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-st7735
|
||||
|
||||
clean-Components-2f-st7735:
|
||||
-$(RM) ./Components/st7735/st7735.cyclo ./Components/st7735/st7735.d ./Components/st7735/st7735.o ./Components/st7735/st7735.su
|
||||
|
||||
.PHONY: clean-Components-2f-st7735
|
||||
|
||||
Reference in New Issue
Block a user