PSE_UNIT_NUM
This commit is contained in:
parent
b234381ebc
commit
3d738ba57c
@ -73,7 +73,7 @@ void Error_Handler(void);
|
||||
#define ADS7843_Int_GPIO_Port GPIOC
|
||||
|
||||
/* USER CODE BEGIN Private defines */
|
||||
|
||||
#define PSE_UNITS_NUM 4
|
||||
/* USER CODE END Private defines */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
1
Debug/Core/Src/PSE_unit.cyclo
Normal file
1
Debug/Core/Src/PSE_unit.cyclo
Normal file
@ -0,0 +1 @@
|
||||
../Core/Src/PSE_unit.c:11:6:load_units 2
|
2
Debug/Core/Src/PSE_unit.d
Normal file
2
Debug/Core/Src/PSE_unit.d
Normal file
@ -0,0 +1,2 @@
|
||||
Core/Src/PSE_unit.o: ../Core/Src/PSE_unit.c ../Core/Inc/PSE_unit.h
|
||||
../Core/Inc/PSE_unit.h:
|
BIN
Debug/Core/Src/PSE_unit.o
Normal file
BIN
Debug/Core/Src/PSE_unit.o
Normal file
Binary file not shown.
1
Debug/Core/Src/PSE_unit.su
Normal file
1
Debug/Core/Src/PSE_unit.su
Normal file
@ -0,0 +1 @@
|
||||
../Core/Src/PSE_unit.c:11:6:load_units 40 static
|
@ -1,2 +1,7 @@
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/core/lv_disp.h:185:20:lv_scr_load 1
|
||||
../Core/Src/home_screen.c:10:6:Home_Screen_Gen 1
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/hal/../draw/../misc/../font/../misc/lv_area.h:284:26:lv_pct 2
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/hal/../draw/sw/../../core/lv_obj_pos.h:199:20:lv_obj_center 1
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/core/lv_obj_style.h:197:20:lv_obj_set_style_pad_all 1
|
||||
../Core/Src/home_screen.c:15:13:run_handler 3
|
||||
../Core/Src/home_screen.c:35:13:unit_widget_enabled_handler 3
|
||||
../Core/Src/home_screen.c:51:18:PSE_unit_widget 2
|
||||
../Core/Src/home_screen.c:92:6:Home_Screen_Gen 2
|
||||
|
@ -210,7 +210,8 @@ Core/Src/home_screen.o: ../Core/Src/home_screen.c \
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/extra/libs/rlottie/lv_rlottie.h \
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/extra/libs/rlottie/../../../lvgl.h \
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/extra/libs/ffmpeg/lv_ffmpeg.h \
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/extra/libs/ffmpeg/../../../lvgl.h
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/extra/libs/ffmpeg/../../../lvgl.h \
|
||||
../Core/Inc/PSE_unit.h
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/lvgl.h:
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/misc/lv_log.h:
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/misc/../lv_conf_internal.h:
|
||||
@ -423,3 +424,4 @@ Core/Src/home_screen.o: ../Core/Src/home_screen.c \
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/extra/libs/rlottie/../../../lvgl.h:
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/extra/libs/ffmpeg/lv_ffmpeg.h:
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/extra/libs/ffmpeg/../../../lvgl.h:
|
||||
../Core/Inc/PSE_unit.h:
|
||||
|
Binary file not shown.
@ -1,2 +1,7 @@
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/core/lv_disp.h:185:20:lv_scr_load 16 static
|
||||
../Core/Src/home_screen.c:10:6:Home_Screen_Gen 16 static
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/hal/../draw/../misc/../font/../misc/lv_area.h:284:26:lv_pct 16 static
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/hal/../draw/sw/../../core/lv_obj_pos.h:199:20:lv_obj_center 16 static
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/core/lv_obj_style.h:197:20:lv_obj_set_style_pad_all 24 static
|
||||
../Core/Src/home_screen.c:15:13:run_handler 32 static
|
||||
../Core/Src/home_screen.c:35:13:unit_widget_enabled_handler 32 static
|
||||
../Core/Src/home_screen.c:51:18:PSE_unit_widget 56 static
|
||||
../Core/Src/home_screen.c:92:6:Home_Screen_Gen 72 static
|
||||
|
Binary file not shown.
@ -1,10 +1,11 @@
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/hal/../draw/../misc/lv_color.h:597:26:lv_color_hex 1
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/core/lv_disp.h:162:26:lv_scr_act 1
|
||||
../Core/Src/main.c:88:1:__io_putchar 1
|
||||
../Core/Src/main.c:95:6:my_flush_cb 3
|
||||
../Core/Src/main.c:109:6:touchscreen_read_callback 2
|
||||
../Core/Src/main.c:131:5:main 1
|
||||
../Core/Src/main.c:229:6:SystemClock_Config 3
|
||||
../Core/Src/main.c:268:13:MX_USART1_UART_Init 2
|
||||
../Core/Src/main.c:301:13:MX_GPIO_Init 1
|
||||
../Core/Src/main.c:364:13:MX_FSMC_Init 2
|
||||
../Core/Src/main.c:428:6:Error_Handler 1
|
||||
../Core/Src/main.c:89:1:__io_putchar 1
|
||||
../Core/Src/main.c:96:6:my_flush_cb 3
|
||||
../Core/Src/main.c:110:6:touchscreen_read_callback 2
|
||||
../Core/Src/main.c:132:5:main 1
|
||||
../Core/Src/main.c:236:6:SystemClock_Config 3
|
||||
../Core/Src/main.c:275:13:MX_USART1_UART_Init 2
|
||||
../Core/Src/main.c:308:13:MX_GPIO_Init 1
|
||||
../Core/Src/main.c:371:13:MX_FSMC_Init 2
|
||||
../Core/Src/main.c:435:6:Error_Handler 1
|
||||
|
@ -237,7 +237,7 @@ Core/Src/main.o: ../Core/Src/main.c ../Core/Inc/main.h \
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/extra/libs/ffmpeg/lv_ffmpeg.h \
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/extra/libs/ffmpeg/../../../lvgl.h \
|
||||
../Core/Inc/lcdio.h ../Core/Inc/ILI9341.h ../Core/Inc/ADS7843.h \
|
||||
../Core/Inc/home_screen.h
|
||||
../Core/Inc/home_screen.h ../Core/Inc/PSE_unit.h ../Core/Inc/PSE_unit.h
|
||||
../Core/Inc/main.h:
|
||||
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h:
|
||||
../Core/Inc/stm32f1xx_hal_conf.h:
|
||||
@ -480,3 +480,5 @@ Core/Src/main.o: ../Core/Src/main.c ../Core/Inc/main.h \
|
||||
../Core/Inc/ILI9341.h:
|
||||
../Core/Inc/ADS7843.h:
|
||||
../Core/Inc/home_screen.h:
|
||||
../Core/Inc/PSE_unit.h:
|
||||
../Core/Inc/PSE_unit.h:
|
||||
|
Binary file not shown.
@ -1,10 +1,11 @@
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/hal/../draw/../misc/lv_color.h:597:26:lv_color_hex 24 static
|
||||
/home/leo/STM32CubeIDE/workspace_1.13.1/PSE/Drivers/lvgl/src/core/lv_disp.h:162:26:lv_scr_act 8 static
|
||||
../Core/Src/main.c:88:1:__io_putchar 16 static
|
||||
../Core/Src/main.c:95:6:my_flush_cb 32 static
|
||||
../Core/Src/main.c:109:6:touchscreen_read_callback 16 static
|
||||
../Core/Src/main.c:131:5:main 136 static
|
||||
../Core/Src/main.c:229:6:SystemClock_Config 72 static
|
||||
../Core/Src/main.c:268:13:MX_USART1_UART_Init 8 static
|
||||
../Core/Src/main.c:301:13:MX_GPIO_Init 48 static
|
||||
../Core/Src/main.c:364:13:MX_FSMC_Init 40 static
|
||||
../Core/Src/main.c:428:6:Error_Handler 4 static,ignoring_inline_asm
|
||||
../Core/Src/main.c:89:1:__io_putchar 16 static
|
||||
../Core/Src/main.c:96:6:my_flush_cb 32 static
|
||||
../Core/Src/main.c:110:6:touchscreen_read_callback 16 static
|
||||
../Core/Src/main.c:132:5:main 232 static
|
||||
../Core/Src/main.c:236:6:SystemClock_Config 72 static
|
||||
../Core/Src/main.c:275:13:MX_USART1_UART_Init 8 static
|
||||
../Core/Src/main.c:308:13:MX_GPIO_Init 48 static
|
||||
../Core/Src/main.c:371:13:MX_FSMC_Init 40 static
|
||||
../Core/Src/main.c:435:6:Error_Handler 4 static,ignoring_inline_asm
|
||||
|
Binary file not shown.
Binary file not shown.
@ -7,6 +7,7 @@
|
||||
C_SRCS += \
|
||||
../Core/Src/ADS7843.c \
|
||||
../Core/Src/ILI9341.c \
|
||||
../Core/Src/PSE_unit.c \
|
||||
../Core/Src/home_screen.c \
|
||||
../Core/Src/lcdio.c \
|
||||
../Core/Src/logo_mint_resize.c \
|
||||
@ -20,6 +21,7 @@ C_SRCS += \
|
||||
OBJS += \
|
||||
./Core/Src/ADS7843.o \
|
||||
./Core/Src/ILI9341.o \
|
||||
./Core/Src/PSE_unit.o \
|
||||
./Core/Src/home_screen.o \
|
||||
./Core/Src/lcdio.o \
|
||||
./Core/Src/logo_mint_resize.o \
|
||||
@ -33,6 +35,7 @@ OBJS += \
|
||||
C_DEPS += \
|
||||
./Core/Src/ADS7843.d \
|
||||
./Core/Src/ILI9341.d \
|
||||
./Core/Src/PSE_unit.d \
|
||||
./Core/Src/home_screen.d \
|
||||
./Core/Src/lcdio.d \
|
||||
./Core/Src/logo_mint_resize.d \
|
||||
@ -51,7 +54,7 @@ Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/subdir.mk
|
||||
clean: clean-Core-2f-Src
|
||||
|
||||
clean-Core-2f-Src:
|
||||
-$(RM) ./Core/Src/ADS7843.cyclo ./Core/Src/ADS7843.d ./Core/Src/ADS7843.o ./Core/Src/ADS7843.su ./Core/Src/ILI9341.cyclo ./Core/Src/ILI9341.d ./Core/Src/ILI9341.o ./Core/Src/ILI9341.su ./Core/Src/home_screen.cyclo ./Core/Src/home_screen.d ./Core/Src/home_screen.o ./Core/Src/home_screen.su ./Core/Src/lcdio.cyclo ./Core/Src/lcdio.d ./Core/Src/lcdio.o ./Core/Src/lcdio.su ./Core/Src/logo_mint_resize.cyclo ./Core/Src/logo_mint_resize.d ./Core/Src/logo_mint_resize.o ./Core/Src/logo_mint_resize.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32f1xx_hal_msp.cyclo ./Core/Src/stm32f1xx_hal_msp.d ./Core/Src/stm32f1xx_hal_msp.o ./Core/Src/stm32f1xx_hal_msp.su ./Core/Src/stm32f1xx_it.cyclo ./Core/Src/stm32f1xx_it.d ./Core/Src/stm32f1xx_it.o ./Core/Src/stm32f1xx_it.su ./Core/Src/syscalls.cyclo ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.cyclo ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32f1xx.cyclo ./Core/Src/system_stm32f1xx.d ./Core/Src/system_stm32f1xx.o ./Core/Src/system_stm32f1xx.su
|
||||
-$(RM) ./Core/Src/ADS7843.cyclo ./Core/Src/ADS7843.d ./Core/Src/ADS7843.o ./Core/Src/ADS7843.su ./Core/Src/ILI9341.cyclo ./Core/Src/ILI9341.d ./Core/Src/ILI9341.o ./Core/Src/ILI9341.su ./Core/Src/PSE_unit.cyclo ./Core/Src/PSE_unit.d ./Core/Src/PSE_unit.o ./Core/Src/PSE_unit.su ./Core/Src/home_screen.cyclo ./Core/Src/home_screen.d ./Core/Src/home_screen.o ./Core/Src/home_screen.su ./Core/Src/lcdio.cyclo ./Core/Src/lcdio.d ./Core/Src/lcdio.o ./Core/Src/lcdio.su ./Core/Src/logo_mint_resize.cyclo ./Core/Src/logo_mint_resize.d ./Core/Src/logo_mint_resize.o ./Core/Src/logo_mint_resize.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32f1xx_hal_msp.cyclo ./Core/Src/stm32f1xx_hal_msp.d ./Core/Src/stm32f1xx_hal_msp.o ./Core/Src/stm32f1xx_hal_msp.su ./Core/Src/stm32f1xx_it.cyclo ./Core/Src/stm32f1xx_it.d ./Core/Src/stm32f1xx_it.o ./Core/Src/stm32f1xx_it.su ./Core/Src/syscalls.cyclo ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.cyclo ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32f1xx.cyclo ./Core/Src/system_stm32f1xx.d ./Core/Src/system_stm32f1xx.o ./Core/Src/system_stm32f1xx.su
|
||||
|
||||
.PHONY: clean-Core-2f-Src
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user