lots of messages
This commit is contained in:
@@ -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 += \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/%.o Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/%.su Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/%.cyclo: ../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/%.c Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m0 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F042x6 -c -I../USB_DEVICE/App -I../USB_DEVICE/Target -I../Core/Inc -I../Drivers/STM32F0xx_HAL_Driver/Inc -I../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Inc -I../Drivers/CMSIS/Device/ST/STM32F0xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-ST-2f-STM32_USB_Device_Library-2f-Class-2f-HID-2f-Src
|
||||
|
||||
clean-Middlewares-2f-ST-2f-STM32_USB_Device_Library-2f-Class-2f-HID-2f-Src:
|
||||
-$(RM) ./Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.cyclo ./Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.d ./Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.o ./Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-ST-2f-STM32_USB_Device_Library-2f-Class-2f-HID-2f-Src
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:369:17:USBD_HID_Init 2
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:394:17:USBD_HID_DeInit 2
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:418:17:USBD_HID_Setup 22
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:536:9:USBD_HID_SendReport 3
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:562:10:USBD_HID_GetPollingInterval 2
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:591:18:USBD_HID_GetFSCfgDesc 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:604:18:USBD_HID_GetHSCfgDesc 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:617:18:USBD_HID_GetOtherSpeedCfgDesc 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:630:17:USBD_HID_DataIn 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:647:18:USBD_HID_GetDeviceQualifierDesc 1
|
||||
@@ -0,0 +1,75 @@
|
||||
Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.o: \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Inc/usbd_hid.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h \
|
||||
../USB_DEVICE/Target/usbd_conf.h ../Core/Inc/main.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h \
|
||||
../Core/Inc/stm32f0xx_hal_conf.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h \
|
||||
../Drivers/CMSIS/Include/core_cm0.h \
|
||||
../Drivers/CMSIS/Include/cmsis_version.h \
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_exti.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usb.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.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 \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Inc/usbd_hid.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
|
||||
../USB_DEVICE/Target/usbd_conf.h:
|
||||
../Core/Inc/main.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h:
|
||||
../Core/Inc/stm32f0xx_hal_conf.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h:
|
||||
../Drivers/CMSIS/Include/core_cm0.h:
|
||||
../Drivers/CMSIS/Include/cmsis_version.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_exti.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usb.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.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:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h:
|
||||
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:369:17:USBD_HID_Init 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:394:17:USBD_HID_DeInit 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:418:17:USBD_HID_Setup 40 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:536:9:USBD_HID_SendReport 32 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:562:10:USBD_HID_GetPollingInterval 24 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:591:18:USBD_HID_GetFSCfgDesc 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:604:18:USBD_HID_GetHSCfgDesc 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:617:18:USBD_HID_GetOtherSpeedCfgDesc 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:630:17:USBD_HID_DataIn 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:647:18:USBD_HID_GetDeviceQualifierDesc 16 static
|
||||
@@ -0,0 +1,33 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.o \
|
||||
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.o \
|
||||
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.d \
|
||||
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.d \
|
||||
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/ST/STM32_USB_Device_Library/Core/Src/%.o Middlewares/ST/STM32_USB_Device_Library/Core/Src/%.su Middlewares/ST/STM32_USB_Device_Library/Core/Src/%.cyclo: ../Middlewares/ST/STM32_USB_Device_Library/Core/Src/%.c Middlewares/ST/STM32_USB_Device_Library/Core/Src/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m0 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F042x6 -c -I../USB_DEVICE/App -I../USB_DEVICE/Target -I../Core/Inc -I../Drivers/STM32F0xx_HAL_Driver/Inc -I../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Inc -I../Drivers/CMSIS/Device/ST/STM32F0xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-ST-2f-STM32_USB_Device_Library-2f-Core-2f-Src
|
||||
|
||||
clean-Middlewares-2f-ST-2f-STM32_USB_Device_Library-2f-Core-2f-Src:
|
||||
-$(RM) ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.cyclo ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.d ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.o ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.su ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.cyclo ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.d ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.o ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.su ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.cyclo ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.d ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.o ./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-ST-2f-STM32_USB_Device_Library-2f-Core-2f-Src
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:89:20:USBD_Init 4
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:128:20:USBD_DeInit 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:152:21:USBD_RegisterClass 2
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:178:21:USBD_Start 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:192:21:USBD_Stop 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:209:21:USBD_RunTestMode 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:225:20:USBD_SetClassConfig 3
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:248:20:USBD_ClrClassConfig 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:263:20:USBD_LL_SetupStage 5
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:300:20:USBD_LL_DataOutStage 10
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:361:20:USBD_LL_DataInStage 14
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:442:20:USBD_LL_Reset 2
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:476:20:USBD_LL_SetSpeed 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:491:20:USBD_LL_Suspend 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:506:20:USBD_LL_Resume 2
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:523:20:USBD_LL_SOF 3
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:542:20:USBD_LL_IsoINIncomplete 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:558:20:USBD_LL_IsoOUTIncomplete 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:574:20:USBD_LL_DevConnected 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:588:20:USBD_LL_DevDisconnected 1
|
||||
@@ -0,0 +1,71 @@
|
||||
Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.o: \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h \
|
||||
../USB_DEVICE/Target/usbd_conf.h ../Core/Inc/main.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h \
|
||||
../Core/Inc/stm32f0xx_hal_conf.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h \
|
||||
../Drivers/CMSIS/Include/core_cm0.h \
|
||||
../Drivers/CMSIS/Include/cmsis_version.h \
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_exti.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usb.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.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/Core/Inc/usbd_core.h:
|
||||
../USB_DEVICE/Target/usbd_conf.h:
|
||||
../Core/Inc/main.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h:
|
||||
../Core/Inc/stm32f0xx_hal_conf.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h:
|
||||
../Drivers/CMSIS/Include/core_cm0.h:
|
||||
../Drivers/CMSIS/Include/cmsis_version.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_exti.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usb.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.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:
|
||||
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:89:20:USBD_Init 24 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:128:20:USBD_DeInit 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:152:21:USBD_RegisterClass 24 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:178:21:USBD_Start 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:192:21:USBD_Stop 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:209:21:USBD_RunTestMode 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:225:20:USBD_SetClassConfig 32 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:248:20:USBD_ClrClassConfig 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:263:20:USBD_LL_SetupStage 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:300:20:USBD_LL_DataOutStage 32 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:361:20:USBD_LL_DataInStage 32 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:442:20:USBD_LL_Reset 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:476:20:USBD_LL_SetSpeed 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:491:20:USBD_LL_Suspend 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:506:20:USBD_LL_Resume 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:523:20:USBD_LL_SOF 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:542:20:USBD_LL_IsoINIncomplete 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:558:20:USBD_LL_IsoOUTIncomplete 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:574:20:USBD_LL_DevConnected 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c:588:20:USBD_LL_DevDisconnected 16 static
|
||||
@@ -0,0 +1,14 @@
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:114:21:USBD_StdDevReq 13
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:178:21:USBD_StdItfReq 9
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:230:21:USBD_StdEPReq 36
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:405:13:USBD_GetDescriptor 27
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:595:13:USBD_SetAddress 6
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:637:13:USBD_SetConfig 9
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:712:13:USBD_GetConfig 5
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:746:13:USBD_GetStatus 4
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:787:13:USBD_SetFeature 2
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:805:13:USBD_ClrFeature 3
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:834:6:USBD_ParseSetupRequest 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:852:6:USBD_CtlError 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:868:6:USBD_GetString 3
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:892:16:USBD_GetLen 2
|
||||
@@ -0,0 +1,73 @@
|
||||
Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.o: \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h \
|
||||
../USB_DEVICE/Target/usbd_conf.h ../Core/Inc/main.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h \
|
||||
../Core/Inc/stm32f0xx_hal_conf.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h \
|
||||
../Drivers/CMSIS/Include/core_cm0.h \
|
||||
../Drivers/CMSIS/Include/cmsis_version.h \
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_exti.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usb.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.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_ioreq.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
|
||||
../USB_DEVICE/Target/usbd_conf.h:
|
||||
../Core/Inc/main.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h:
|
||||
../Core/Inc/stm32f0xx_hal_conf.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h:
|
||||
../Drivers/CMSIS/Include/core_cm0.h:
|
||||
../Drivers/CMSIS/Include/cmsis_version.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_exti.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usb.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.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_ioreq.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h:
|
||||
Binary file not shown.
@@ -0,0 +1,14 @@
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:114:21:USBD_StdDevReq 24 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:178:21:USBD_StdItfReq 32 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:230:21:USBD_StdEPReq 32 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:405:13:USBD_GetDescriptor 24 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:595:13:USBD_SetAddress 32 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:637:13:USBD_SetConfig 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:712:13:USBD_GetConfig 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:746:13:USBD_GetStatus 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:787:13:USBD_SetFeature 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:805:13:USBD_ClrFeature 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:834:6:USBD_ParseSetupRequest 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:852:6:USBD_CtlError 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:868:6:USBD_GetString 40 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:892:16:USBD_GetLen 24 static
|
||||
@@ -0,0 +1,7 @@
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:87:20:USBD_CtlSendData 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:109:20:USBD_CtlContinueSendData 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:126:20:USBD_CtlPrepareRx 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:148:20:USBD_CtlContinueRx 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:162:20:USBD_CtlSendStatus 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:179:20:USBD_CtlReceiveStatus 1
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:197:10:USBD_GetRxCount 1
|
||||
@@ -0,0 +1,71 @@
|
||||
Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.o: \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h \
|
||||
../USB_DEVICE/Target/usbd_conf.h ../Core/Inc/main.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h \
|
||||
../Core/Inc/stm32f0xx_hal_conf.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h \
|
||||
../Drivers/CMSIS/Include/core_cm0.h \
|
||||
../Drivers/CMSIS/Include/cmsis_version.h \
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h \
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h \
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_exti.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usb.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.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
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
|
||||
../USB_DEVICE/Target/usbd_conf.h:
|
||||
../Core/Inc/main.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h:
|
||||
../Core/Inc/stm32f0xx_hal_conf.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_def.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f0xx.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h:
|
||||
../Drivers/CMSIS/Include/core_cm0.h:
|
||||
../Drivers/CMSIS/Include/cmsis_version.h:
|
||||
../Drivers/CMSIS/Include/cmsis_compiler.h:
|
||||
../Drivers/CMSIS/Include/cmsis_gcc.h:
|
||||
../Drivers/CMSIS/Device/ST/STM32F0xx/Include/system_stm32f0xx.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_gpio_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_exti.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_dma_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_cortex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_flash_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_i2c_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usb.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pcd_ex.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h:
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.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:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:87:20:USBD_CtlSendData 24 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:109:20:USBD_CtlContinueSendData 24 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:126:20:USBD_CtlPrepareRx 24 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:148:20:USBD_CtlContinueRx 24 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:162:20:USBD_CtlSendStatus 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:179:20:USBD_CtlReceiveStatus 16 static
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:197:10:USBD_GetRxCount 16 static
|
||||
Reference in New Issue
Block a user