1
0
This commit is contained in:
2025-10-10 02:20:31 +02:00
commit 85e60bcc39
2415 changed files with 1764407 additions and 0 deletions

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 += \
../USB_DEVICE/Target/usbd_conf.c
OBJS += \
./USB_DEVICE/Target/usbd_conf.o
C_DEPS += \
./USB_DEVICE/Target/usbd_conf.d
# Each subdirectory must supply rules for building sources it contributes
USB_DEVICE/Target/%.o USB_DEVICE/Target/%.su USB_DEVICE/Target/%.cyclo: ../USB_DEVICE/Target/%.c USB_DEVICE/Target/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../Drivers/CMSIS/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I../USB_DEVICE/App -I../USB_DEVICE/Target -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/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-USB_DEVICE-2f-Target
clean-USB_DEVICE-2f-Target:
-$(RM) ./USB_DEVICE/Target/usbd_conf.cyclo ./USB_DEVICE/Target/usbd_conf.d ./USB_DEVICE/Target/usbd_conf.o ./USB_DEVICE/Target/usbd_conf.su
.PHONY: clean-USB_DEVICE-2f-Target

View File

@@ -0,0 +1,32 @@
../USB_DEVICE/Target/usbd_conf.c:69:6:HAL_PCD_MspInit 4
../USB_DEVICE/Target/usbd_conf.c:131:6:HAL_PCD_MspDeInit 3
../USB_DEVICE/Target/usbd_conf.c:176:6:HAL_PCD_SetupStageCallback 1
../USB_DEVICE/Target/usbd_conf.c:191:6:HAL_PCD_DataOutStageCallback 1
../USB_DEVICE/Target/usbd_conf.c:206:6:HAL_PCD_DataInStageCallback 1
../USB_DEVICE/Target/usbd_conf.c:220:6:HAL_PCD_SOFCallback 1
../USB_DEVICE/Target/usbd_conf.c:234:6:HAL_PCD_ResetCallback 2
../USB_DEVICE/Target/usbd_conf.c:259:6:HAL_PCD_SuspendCallback 2
../USB_DEVICE/Target/usbd_conf.c:284:6:HAL_PCD_ResumeCallback 2
../USB_DEVICE/Target/usbd_conf.c:309:6:HAL_PCD_ISOOUTIncompleteCallback 1
../USB_DEVICE/Target/usbd_conf.c:324:6:HAL_PCD_ISOINIncompleteCallback 1
../USB_DEVICE/Target/usbd_conf.c:338:6:HAL_PCD_ConnectCallback 1
../USB_DEVICE/Target/usbd_conf.c:352:6:HAL_PCD_DisconnectCallback 1
../USB_DEVICE/Target/usbd_conf.c:367:20:USBD_LL_Init 3
../USB_DEVICE/Target/usbd_conf.c:418:20:USBD_LL_DeInit 5
../USB_DEVICE/Target/usbd_conf.c:450:20:USBD_LL_Start 5
../USB_DEVICE/Target/usbd_conf.c:482:20:USBD_LL_Stop 5
../USB_DEVICE/Target/usbd_conf.c:517:20:USBD_LL_OpenEP 5
../USB_DEVICE/Target/usbd_conf.c:550:20:USBD_LL_CloseEP 5
../USB_DEVICE/Target/usbd_conf.c:583:20:USBD_LL_FlushEP 5
../USB_DEVICE/Target/usbd_conf.c:616:20:USBD_LL_StallEP 5
../USB_DEVICE/Target/usbd_conf.c:649:20:USBD_LL_ClearStallEP 5
../USB_DEVICE/Target/usbd_conf.c:682:9:USBD_LL_IsStallEP 2
../USB_DEVICE/Target/usbd_conf.c:702:20:USBD_LL_SetUSBAddress 5
../USB_DEVICE/Target/usbd_conf.c:737:20:USBD_LL_Transmit 5
../USB_DEVICE/Target/usbd_conf.c:772:20:USBD_LL_PrepareReceive 5
../USB_DEVICE/Target/usbd_conf.c:805:10:USBD_LL_GetRxDataSize 1
../USB_DEVICE/Target/usbd_conf.c:816:6:HAL_PCDEx_LPM_Callback 5
../USB_DEVICE/Target/usbd_conf.c:851:6:USBD_LL_Delay 1
../USB_DEVICE/Target/usbd_conf.c:861:7:USBD_static_malloc 1
../USB_DEVICE/Target/usbd_conf.c:872:6:USBD_static_free 1
../USB_DEVICE/Target/usbd_conf.c:883:13:SystemClockConfig_Resume 1

View File

@@ -0,0 +1,78 @@
USB_DEVICE/Target/usbd_conf.o: ../USB_DEVICE/Target/usbd_conf.c \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.h \
../Drivers/CMSIS/Include/core_cm4.h \
../Drivers/CMSIS/Include/cmsis_version.h \
../Drivers/CMSIS/Include/cmsis_compiler.h \
../Drivers/CMSIS/Include/cmsis_gcc.h \
../Drivers/CMSIS/Include/mpu_armv7.h \
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/system_stm32l4xx.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h \
../Core/Inc/stm32l4xx_hal_conf.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h \
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h \
../USB_DEVICE/Target/usbd_conf.h ../Core/Inc/main.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h \
../Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/Inc/usbd_customhid.h \
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.h:
../Drivers/CMSIS/Include/core_cm4.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Include/mpu_armv7.h:
../Drivers/CMSIS/Device/ST/STM32L4xx/Include/system_stm32l4xx.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal.h:
../Core/Inc/stm32l4xx_hal_conf.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_def.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_gpio_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_dma.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_cortex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_exti.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_flash_ramfunc.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_i2c_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_usb.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pcd_ex.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr.h:
../Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_pwr_ex.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
../USB_DEVICE/Target/usbd_conf.h:
../Core/Inc/main.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h:
../Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/Inc/usbd_customhid.h:
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:

Binary file not shown.

View File

@@ -0,0 +1,32 @@
../USB_DEVICE/Target/usbd_conf.c:69:6:HAL_PCD_MspInit 184 static
../USB_DEVICE/Target/usbd_conf.c:131:6:HAL_PCD_MspDeInit 24 static
../USB_DEVICE/Target/usbd_conf.c:176:6:HAL_PCD_SetupStageCallback 16 static
../USB_DEVICE/Target/usbd_conf.c:191:6:HAL_PCD_DataOutStageCallback 16 static
../USB_DEVICE/Target/usbd_conf.c:206:6:HAL_PCD_DataInStageCallback 16 static
../USB_DEVICE/Target/usbd_conf.c:220:6:HAL_PCD_SOFCallback 16 static
../USB_DEVICE/Target/usbd_conf.c:234:6:HAL_PCD_ResetCallback 24 static
../USB_DEVICE/Target/usbd_conf.c:259:6:HAL_PCD_SuspendCallback 16 static
../USB_DEVICE/Target/usbd_conf.c:284:6:HAL_PCD_ResumeCallback 16 static
../USB_DEVICE/Target/usbd_conf.c:309:6:HAL_PCD_ISOOUTIncompleteCallback 16 static
../USB_DEVICE/Target/usbd_conf.c:324:6:HAL_PCD_ISOINIncompleteCallback 16 static
../USB_DEVICE/Target/usbd_conf.c:338:6:HAL_PCD_ConnectCallback 16 static
../USB_DEVICE/Target/usbd_conf.c:352:6:HAL_PCD_DisconnectCallback 16 static
../USB_DEVICE/Target/usbd_conf.c:367:20:USBD_LL_Init 16 static
../USB_DEVICE/Target/usbd_conf.c:418:20:USBD_LL_DeInit 24 static
../USB_DEVICE/Target/usbd_conf.c:450:20:USBD_LL_Start 24 static
../USB_DEVICE/Target/usbd_conf.c:482:20:USBD_LL_Stop 24 static
../USB_DEVICE/Target/usbd_conf.c:517:20:USBD_LL_OpenEP 24 static
../USB_DEVICE/Target/usbd_conf.c:550:20:USBD_LL_CloseEP 24 static
../USB_DEVICE/Target/usbd_conf.c:583:20:USBD_LL_FlushEP 24 static
../USB_DEVICE/Target/usbd_conf.c:616:20:USBD_LL_StallEP 24 static
../USB_DEVICE/Target/usbd_conf.c:649:20:USBD_LL_ClearStallEP 24 static
../USB_DEVICE/Target/usbd_conf.c:682:9:USBD_LL_IsStallEP 24 static
../USB_DEVICE/Target/usbd_conf.c:702:20:USBD_LL_SetUSBAddress 24 static
../USB_DEVICE/Target/usbd_conf.c:737:20:USBD_LL_Transmit 32 static
../USB_DEVICE/Target/usbd_conf.c:772:20:USBD_LL_PrepareReceive 32 static
../USB_DEVICE/Target/usbd_conf.c:805:10:USBD_LL_GetRxDataSize 16 static
../USB_DEVICE/Target/usbd_conf.c:816:6:HAL_PCDEx_LPM_Callback 16 static
../USB_DEVICE/Target/usbd_conf.c:851:6:USBD_LL_Delay 16 static
../USB_DEVICE/Target/usbd_conf.c:861:7:USBD_static_malloc 16 static
../USB_DEVICE/Target/usbd_conf.c:872:6:USBD_static_free 16 static
../USB_DEVICE/Target/usbd_conf.c:883:13:SystemClockConfig_Resume 8 static