monorepo
This commit is contained in:
33
P6_SETR1/Debug/USB_DEVICE/App/subdir.mk
Executable file
33
P6_SETR1/Debug/USB_DEVICE/App/subdir.mk
Executable file
@@ -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 += \
|
||||
../USB_DEVICE/App/usb_device.c \
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.c \
|
||||
../USB_DEVICE/App/usbd_desc.c
|
||||
|
||||
OBJS += \
|
||||
./USB_DEVICE/App/usb_device.o \
|
||||
./USB_DEVICE/App/usbd_custom_hid_if.o \
|
||||
./USB_DEVICE/App/usbd_desc.o
|
||||
|
||||
C_DEPS += \
|
||||
./USB_DEVICE/App/usb_device.d \
|
||||
./USB_DEVICE/App/usbd_custom_hid_if.d \
|
||||
./USB_DEVICE/App/usbd_desc.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
USB_DEVICE/App/%.o USB_DEVICE/App/%.su USB_DEVICE/App/%.cyclo: ../USB_DEVICE/App/%.c USB_DEVICE/App/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-App
|
||||
|
||||
clean-USB_DEVICE-2f-App:
|
||||
-$(RM) ./USB_DEVICE/App/usb_device.cyclo ./USB_DEVICE/App/usb_device.d ./USB_DEVICE/App/usb_device.o ./USB_DEVICE/App/usb_device.su ./USB_DEVICE/App/usbd_custom_hid_if.cyclo ./USB_DEVICE/App/usbd_custom_hid_if.d ./USB_DEVICE/App/usbd_custom_hid_if.o ./USB_DEVICE/App/usbd_custom_hid_if.su ./USB_DEVICE/App/usbd_desc.cyclo ./USB_DEVICE/App/usbd_desc.d ./USB_DEVICE/App/usbd_desc.o ./USB_DEVICE/App/usbd_desc.su
|
||||
|
||||
.PHONY: clean-USB_DEVICE-2f-App
|
||||
|
||||
1
P6_SETR1/Debug/USB_DEVICE/App/usb_device.cyclo
Executable file
1
P6_SETR1/Debug/USB_DEVICE/App/usb_device.cyclo
Executable file
@@ -0,0 +1 @@
|
||||
../USB_DEVICE/App/usb_device.c:65:6:MX_USB_DEVICE_Init 5
|
||||
84
P6_SETR1/Debug/USB_DEVICE/App/usb_device.d
Executable file
84
P6_SETR1/Debug/USB_DEVICE/App/usb_device.d
Executable file
@@ -0,0 +1,84 @@
|
||||
USB_DEVICE/App/usb_device.o: ../USB_DEVICE/App/usb_device.c \
|
||||
../USB_DEVICE/App/usb_device.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 \
|
||||
../USB_DEVICE/App/usbd_desc.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/Inc/usbd_customhid.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.h
|
||||
../USB_DEVICE/App/usb_device.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:
|
||||
../USB_DEVICE/App/usbd_desc.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/Inc/usbd_customhid.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.h:
|
||||
BIN
P6_SETR1/Debug/USB_DEVICE/App/usb_device.o
Executable file
BIN
P6_SETR1/Debug/USB_DEVICE/App/usb_device.o
Executable file
Binary file not shown.
1
P6_SETR1/Debug/USB_DEVICE/App/usb_device.su
Executable file
1
P6_SETR1/Debug/USB_DEVICE/App/usb_device.su
Executable file
@@ -0,0 +1 @@
|
||||
../USB_DEVICE/App/usb_device.c:65:6:MX_USB_DEVICE_Init 8 static
|
||||
4
P6_SETR1/Debug/USB_DEVICE/App/usbd_custom_hid_if.cyclo
Executable file
4
P6_SETR1/Debug/USB_DEVICE/App/usbd_custom_hid_if.cyclo
Executable file
@@ -0,0 +1,4 @@
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.c:176:15:CUSTOM_HID_Init_FS 1
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.c:187:15:CUSTOM_HID_DeInit_FS 1
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.c:200:15:CUSTOM_HID_OutEvent_FS 1
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.c:221:8:USBD_CUSTOM_HID_SendReport_FS 1
|
||||
77
P6_SETR1/Debug/USB_DEVICE/App/usbd_custom_hid_if.d
Executable file
77
P6_SETR1/Debug/USB_DEVICE/App/usbd_custom_hid_if.d
Executable file
@@ -0,0 +1,77 @@
|
||||
USB_DEVICE/App/usbd_custom_hid_if.o: \
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.c \
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/Inc/usbd_customhid.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/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/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/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_core.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Class/CustomHID/Inc/usbd_customhid.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/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/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/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_core.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h:
|
||||
BIN
P6_SETR1/Debug/USB_DEVICE/App/usbd_custom_hid_if.o
Executable file
BIN
P6_SETR1/Debug/USB_DEVICE/App/usbd_custom_hid_if.o
Executable file
Binary file not shown.
4
P6_SETR1/Debug/USB_DEVICE/App/usbd_custom_hid_if.su
Executable file
4
P6_SETR1/Debug/USB_DEVICE/App/usbd_custom_hid_if.su
Executable file
@@ -0,0 +1,4 @@
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.c:176:15:CUSTOM_HID_Init_FS 4 static
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.c:187:15:CUSTOM_HID_DeInit_FS 4 static
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.c:200:15:CUSTOM_HID_OutEvent_FS 16 static
|
||||
../USB_DEVICE/App/usbd_custom_hid_if.c:221:8:USBD_CUSTOM_HID_SendReport_FS 16 static
|
||||
10
P6_SETR1/Debug/USB_DEVICE/App/usbd_desc.cyclo
Executable file
10
P6_SETR1/Debug/USB_DEVICE/App/usbd_desc.cyclo
Executable file
@@ -0,0 +1,10 @@
|
||||
../USB_DEVICE/App/usbd_desc.c:258:11:USBD_FS_DeviceDescriptor 1
|
||||
../USB_DEVICE/App/usbd_desc.c:271:11:USBD_FS_LangIDStrDescriptor 1
|
||||
../USB_DEVICE/App/usbd_desc.c:284:11:USBD_FS_ProductStrDescriptor 2
|
||||
../USB_DEVICE/App/usbd_desc.c:303:11:USBD_FS_ManufacturerStrDescriptor 1
|
||||
../USB_DEVICE/App/usbd_desc.c:316:11:USBD_FS_SerialStrDescriptor 1
|
||||
../USB_DEVICE/App/usbd_desc.c:336:11:USBD_FS_ConfigStrDescriptor 2
|
||||
../USB_DEVICE/App/usbd_desc.c:355:11:USBD_FS_InterfaceStrDescriptor 2
|
||||
../USB_DEVICE/App/usbd_desc.c:375:11:USBD_FS_USR_BOSDescriptor 1
|
||||
../USB_DEVICE/App/usbd_desc.c:388:13:Get_SerialNum 2
|
||||
../USB_DEVICE/App/usbd_desc.c:414:13:IntToUnicode 3
|
||||
76
P6_SETR1/Debug/USB_DEVICE/App/usbd_desc.d
Executable file
76
P6_SETR1/Debug/USB_DEVICE/App/usbd_desc.d
Executable file
@@ -0,0 +1,76 @@
|
||||
USB_DEVICE/App/usbd_desc.o: ../USB_DEVICE/App/usbd_desc.c \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h \
|
||||
../USB_DEVICE/Target/usbd_conf.h ../Core/Inc/main.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/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/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 \
|
||||
../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 \
|
||||
../USB_DEVICE/App/usbd_desc.h \
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h:
|
||||
../USB_DEVICE/Target/usbd_conf.h:
|
||||
../Core/Inc/main.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/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/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:
|
||||
../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:
|
||||
../USB_DEVICE/App/usbd_desc.h:
|
||||
../Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
|
||||
BIN
P6_SETR1/Debug/USB_DEVICE/App/usbd_desc.o
Executable file
BIN
P6_SETR1/Debug/USB_DEVICE/App/usbd_desc.o
Executable file
Binary file not shown.
10
P6_SETR1/Debug/USB_DEVICE/App/usbd_desc.su
Executable file
10
P6_SETR1/Debug/USB_DEVICE/App/usbd_desc.su
Executable file
@@ -0,0 +1,10 @@
|
||||
../USB_DEVICE/App/usbd_desc.c:258:11:USBD_FS_DeviceDescriptor 16 static
|
||||
../USB_DEVICE/App/usbd_desc.c:271:11:USBD_FS_LangIDStrDescriptor 16 static
|
||||
../USB_DEVICE/App/usbd_desc.c:284:11:USBD_FS_ProductStrDescriptor 16 static
|
||||
../USB_DEVICE/App/usbd_desc.c:303:11:USBD_FS_ManufacturerStrDescriptor 16 static
|
||||
../USB_DEVICE/App/usbd_desc.c:316:11:USBD_FS_SerialStrDescriptor 16 static
|
||||
../USB_DEVICE/App/usbd_desc.c:336:11:USBD_FS_ConfigStrDescriptor 16 static
|
||||
../USB_DEVICE/App/usbd_desc.c:355:11:USBD_FS_InterfaceStrDescriptor 16 static
|
||||
../USB_DEVICE/App/usbd_desc.c:375:11:USBD_FS_USR_BOSDescriptor 16 static
|
||||
../USB_DEVICE/App/usbd_desc.c:388:13:Get_SerialNum 24 static
|
||||
../USB_DEVICE/App/usbd_desc.c:414:13:IntToUnicode 32 static
|
||||
Reference in New Issue
Block a user