This commit is contained in:
andrea
2025-12-08 16:43:26 +01:00
parent 3db6a38a2b
commit 43a9a9d480
117 changed files with 76544 additions and 44501 deletions

View File

@@ -0,0 +1,2 @@
../Core/Src/adc.c:28:6:manageAdc 2
../Core/Src/adc.c:46:6:readAdc 4

View File

@@ -0,0 +1,62 @@
Core/Src/adc.o: ../Core/Src/adc.c ../Core/Inc/adc.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h \
../Core/Inc/stm32f1xx_hal_conf.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h \
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h \
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h \
../Drivers/CMSIS/Include/core_cm3.h \
../Drivers/CMSIS/Include/cmsis_version.h \
../Drivers/CMSIS/Include/cmsis_compiler.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h
../Core/Inc/adc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h:
../Core/Inc/stm32f1xx_hal_conf.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:
../Drivers/CMSIS/Include/core_cm3.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_adc_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usb.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pcd_ex.h:

Binary file not shown.

View File

@@ -0,0 +1,2 @@
../Core/Src/adc.c:28:6:manageAdc 4 static
../Core/Src/adc.c:46:6:readAdc 16 static

View File

@@ -1,4 +1,4 @@
../Core/Src/eeprom.h:77:24:EEW_Read 1
../Core/Src/eeprom.h:82:24:EEW_Write 1
../Core/Src/cdc_int.c:17:6:toHex 17
../Core/Src/cdc_int.c:53:6:manageCDC 60
../Core/Src/cdc_int.c:23:6:toHex 17
../Core/Src/cdc_int.c:59:6:manageCDC 61

View File

@@ -1,4 +1,4 @@
../Core/Src/eeprom.h:77:24:EEW_Read 16 static
../Core/Src/eeprom.h:82:24:EEW_Write 16 static
../Core/Src/cdc_int.c:17:6:toHex 16 static
../Core/Src/cdc_int.c:53:6:manageCDC 184 static
../Core/Src/cdc_int.c:23:6:toHex 16 static
../Core/Src/cdc_int.c:59:6:manageCDC 184 static

View File

@@ -1,9 +1,10 @@
../Core/Src/main.c:74:6:HAL_SYSTICK_Callback 4
../Core/Src/main.c:97:5:main 3
../Core/Src/main.c:174:6:SystemClock_Config 4
../Core/Src/main.c:222:13:MX_ADC1_Init 3
../Core/Src/main.c:269:13:MX_TIM2_Init 9
../Core/Src/main.c:345:13:MX_TIM4_Init 9
../Core/Src/main.c:419:13:MX_USART1_UART_Init 2
../Core/Src/main.c:452:13:MX_GPIO_Init 1
../Core/Src/main.c:528:6:Error_Handler 1
../Core/Src/main.c:82:6:HAL_SYSTICK_Callback 6
../Core/Src/main.c:117:5:main 3
../Core/Src/main.c:197:6:SystemClock_Config 4
../Core/Src/main.c:245:13:MX_ADC1_Init 7
../Core/Src/main.c:328:13:MX_TIM2_Init 9
../Core/Src/main.c:404:13:MX_TIM4_Init 9
../Core/Src/main.c:478:13:MX_USART1_UART_Init 2
../Core/Src/main.c:509:13:MX_DMA_Init 1
../Core/Src/main.c:527:13:MX_GPIO_Init 1
../Core/Src/main.c:603:6:Error_Handler 1

View File

@@ -38,7 +38,8 @@ Core/Src/main.o: ../Core/Src/main.c ../Core/Inc/main.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h \
../Core/Inc/cdc_int.h ../Core/Src/eeprom.h ../Core/Inc/pwm.h
../Core/Inc/cdc_int.h ../Core/Src/eeprom.h ../Core/Inc/pwm.h \
../Core/Inc/adc.h
../Core/Inc/main.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h:
../Core/Inc/stm32f1xx_hal_conf.h:
@@ -83,3 +84,4 @@ Core/Src/main.o: ../Core/Src/main.c ../Core/Inc/main.h \
../Core/Inc/cdc_int.h:
../Core/Src/eeprom.h:
../Core/Inc/pwm.h:
../Core/Inc/adc.h:

View File

@@ -1,9 +1,10 @@
../Core/Src/main.c:74:6:HAL_SYSTICK_Callback 8 static
../Core/Src/main.c:97:5:main 8 static
../Core/Src/main.c:174:6:SystemClock_Config 88 static
../Core/Src/main.c:222:13:MX_ADC1_Init 24 static
../Core/Src/main.c:269:13:MX_TIM2_Init 64 static
../Core/Src/main.c:345:13:MX_TIM4_Init 64 static
../Core/Src/main.c:419:13:MX_USART1_UART_Init 8 static
../Core/Src/main.c:452:13:MX_GPIO_Init 40 static
../Core/Src/main.c:528:6:Error_Handler 4 static,ignoring_inline_asm
../Core/Src/main.c:82:6:HAL_SYSTICK_Callback 8 static
../Core/Src/main.c:117:5:main 8 static
../Core/Src/main.c:197:6:SystemClock_Config 88 static
../Core/Src/main.c:245:13:MX_ADC1_Init 24 static
../Core/Src/main.c:328:13:MX_TIM2_Init 64 static
../Core/Src/main.c:404:13:MX_TIM4_Init 64 static
../Core/Src/main.c:478:13:MX_USART1_UART_Init 8 static
../Core/Src/main.c:509:13:MX_DMA_Init 16 static
../Core/Src/main.c:527:13:MX_GPIO_Init 40 static
../Core/Src/main.c:603:6:Error_Handler 4 static,ignoring_inline_asm

View File

@@ -1,8 +1,8 @@
../Core/Src/stm32f1xx_hal_msp.c:65:6:HAL_MspInit 1
../Core/Src/stm32f1xx_hal_msp.c:92:6:HAL_ADC_MspInit 2
../Core/Src/stm32f1xx_hal_msp.c:134:6:HAL_ADC_MspDeInit 2
../Core/Src/stm32f1xx_hal_msp.c:168:6:HAL_TIM_Base_MspInit 3
../Core/Src/stm32f1xx_hal_msp.c:195:6:HAL_TIM_MspPostInit 3
../Core/Src/stm32f1xx_hal_msp.c:249:6:HAL_TIM_Base_MspDeInit 3
../Core/Src/stm32f1xx_hal_msp.c:282:6:HAL_UART_MspInit 2
../Core/Src/stm32f1xx_hal_msp.c:322:6:HAL_UART_MspDeInit 2
../Core/Src/stm32f1xx_hal_msp.c:66:6:HAL_MspInit 1
../Core/Src/stm32f1xx_hal_msp.c:93:6:HAL_ADC_MspInit 3
../Core/Src/stm32f1xx_hal_msp.c:152:6:HAL_ADC_MspDeInit 2
../Core/Src/stm32f1xx_hal_msp.c:188:6:HAL_TIM_Base_MspInit 3
../Core/Src/stm32f1xx_hal_msp.c:215:6:HAL_TIM_MspPostInit 3
../Core/Src/stm32f1xx_hal_msp.c:269:6:HAL_TIM_Base_MspDeInit 3
../Core/Src/stm32f1xx_hal_msp.c:302:6:HAL_UART_MspInit 2
../Core/Src/stm32f1xx_hal_msp.c:342:6:HAL_UART_MspDeInit 2

View File

@@ -1,8 +1,8 @@
../Core/Src/stm32f1xx_hal_msp.c:65:6:HAL_MspInit 24 static
../Core/Src/stm32f1xx_hal_msp.c:92:6:HAL_ADC_MspInit 48 static
../Core/Src/stm32f1xx_hal_msp.c:134:6:HAL_ADC_MspDeInit 16 static
../Core/Src/stm32f1xx_hal_msp.c:168:6:HAL_TIM_Base_MspInit 24 static
../Core/Src/stm32f1xx_hal_msp.c:195:6:HAL_TIM_MspPostInit 40 static
../Core/Src/stm32f1xx_hal_msp.c:249:6:HAL_TIM_Base_MspDeInit 16 static
../Core/Src/stm32f1xx_hal_msp.c:282:6:HAL_UART_MspInit 40 static
../Core/Src/stm32f1xx_hal_msp.c:322:6:HAL_UART_MspDeInit 16 static
../Core/Src/stm32f1xx_hal_msp.c:66:6:HAL_MspInit 24 static
../Core/Src/stm32f1xx_hal_msp.c:93:6:HAL_ADC_MspInit 48 static
../Core/Src/stm32f1xx_hal_msp.c:152:6:HAL_ADC_MspDeInit 16 static
../Core/Src/stm32f1xx_hal_msp.c:188:6:HAL_TIM_Base_MspInit 24 static
../Core/Src/stm32f1xx_hal_msp.c:215:6:HAL_TIM_MspPostInit 40 static
../Core/Src/stm32f1xx_hal_msp.c:269:6:HAL_TIM_Base_MspDeInit 16 static
../Core/Src/stm32f1xx_hal_msp.c:302:6:HAL_UART_MspInit 40 static
../Core/Src/stm32f1xx_hal_msp.c:342:6:HAL_UART_MspDeInit 16 static

View File

@@ -1,10 +1,11 @@
../Core/Src/stm32f1xx_it.c:69:6:NMI_Handler 1
../Core/Src/stm32f1xx_it.c:84:6:HardFault_Handler 1
../Core/Src/stm32f1xx_it.c:99:6:MemManage_Handler 1
../Core/Src/stm32f1xx_it.c:114:6:BusFault_Handler 1
../Core/Src/stm32f1xx_it.c:129:6:UsageFault_Handler 1
../Core/Src/stm32f1xx_it.c:144:6:SVC_Handler 1
../Core/Src/stm32f1xx_it.c:157:6:DebugMon_Handler 1
../Core/Src/stm32f1xx_it.c:170:6:PendSV_Handler 1
../Core/Src/stm32f1xx_it.c:183:6:SysTick_Handler 1
../Core/Src/stm32f1xx_it.c:204:6:USB_LP_CAN1_RX0_IRQHandler 1
../Core/Src/stm32f1xx_it.c:70:6:NMI_Handler 1
../Core/Src/stm32f1xx_it.c:85:6:HardFault_Handler 1
../Core/Src/stm32f1xx_it.c:100:6:MemManage_Handler 1
../Core/Src/stm32f1xx_it.c:115:6:BusFault_Handler 1
../Core/Src/stm32f1xx_it.c:130:6:UsageFault_Handler 1
../Core/Src/stm32f1xx_it.c:145:6:SVC_Handler 1
../Core/Src/stm32f1xx_it.c:158:6:DebugMon_Handler 1
../Core/Src/stm32f1xx_it.c:171:6:PendSV_Handler 1
../Core/Src/stm32f1xx_it.c:184:6:SysTick_Handler 1
../Core/Src/stm32f1xx_it.c:205:6:DMA1_Channel1_IRQHandler 1
../Core/Src/stm32f1xx_it.c:219:6:USB_LP_CAN1_RX0_IRQHandler 1

View File

@@ -1,10 +1,11 @@
../Core/Src/stm32f1xx_it.c:69:6:NMI_Handler 4 static
../Core/Src/stm32f1xx_it.c:84:6:HardFault_Handler 4 static
../Core/Src/stm32f1xx_it.c:99:6:MemManage_Handler 4 static
../Core/Src/stm32f1xx_it.c:114:6:BusFault_Handler 4 static
../Core/Src/stm32f1xx_it.c:129:6:UsageFault_Handler 4 static
../Core/Src/stm32f1xx_it.c:144:6:SVC_Handler 4 static
../Core/Src/stm32f1xx_it.c:157:6:DebugMon_Handler 4 static
../Core/Src/stm32f1xx_it.c:170:6:PendSV_Handler 4 static
../Core/Src/stm32f1xx_it.c:183:6:SysTick_Handler 8 static
../Core/Src/stm32f1xx_it.c:204:6:USB_LP_CAN1_RX0_IRQHandler 8 static
../Core/Src/stm32f1xx_it.c:70:6:NMI_Handler 4 static
../Core/Src/stm32f1xx_it.c:85:6:HardFault_Handler 4 static
../Core/Src/stm32f1xx_it.c:100:6:MemManage_Handler 4 static
../Core/Src/stm32f1xx_it.c:115:6:BusFault_Handler 4 static
../Core/Src/stm32f1xx_it.c:130:6:UsageFault_Handler 4 static
../Core/Src/stm32f1xx_it.c:145:6:SVC_Handler 4 static
../Core/Src/stm32f1xx_it.c:158:6:DebugMon_Handler 4 static
../Core/Src/stm32f1xx_it.c:171:6:PendSV_Handler 4 static
../Core/Src/stm32f1xx_it.c:184:6:SysTick_Handler 8 static
../Core/Src/stm32f1xx_it.c:205:6:DMA1_Channel1_IRQHandler 8 static
../Core/Src/stm32f1xx_it.c:219:6:USB_LP_CAN1_RX0_IRQHandler 8 static

View File

@@ -5,6 +5,7 @@
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Core/Src/adc.c \
../Core/Src/cdc_int.c \
../Core/Src/eeprom.c \
../Core/Src/main.c \
@@ -16,6 +17,7 @@ C_SRCS += \
../Core/Src/system_stm32f1xx.c
OBJS += \
./Core/Src/adc.o \
./Core/Src/cdc_int.o \
./Core/Src/eeprom.o \
./Core/Src/main.o \
@@ -27,6 +29,7 @@ OBJS += \
./Core/Src/system_stm32f1xx.o
C_DEPS += \
./Core/Src/adc.d \
./Core/Src/cdc_int.d \
./Core/Src/eeprom.d \
./Core/Src/main.d \
@@ -45,7 +48,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/cdc_int.cyclo ./Core/Src/cdc_int.d ./Core/Src/cdc_int.o ./Core/Src/cdc_int.su ./Core/Src/eeprom.cyclo ./Core/Src/eeprom.d ./Core/Src/eeprom.o ./Core/Src/eeprom.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/pwm.cyclo ./Core/Src/pwm.d ./Core/Src/pwm.o ./Core/Src/pwm.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/adc.cyclo ./Core/Src/adc.d ./Core/Src/adc.o ./Core/Src/adc.su ./Core/Src/cdc_int.cyclo ./Core/Src/cdc_int.d ./Core/Src/cdc_int.o ./Core/Src/cdc_int.su ./Core/Src/eeprom.cyclo ./Core/Src/eeprom.d ./Core/Src/eeprom.o ./Core/Src/eeprom.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/pwm.cyclo ./Core/Src/pwm.d ./Core/Src/pwm.o ./Core/Src/pwm.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