compiles and works. But needs more testing
This commit is contained in:
15
build/main.d
15
build/main.d
@ -30,7 +30,13 @@ build/main.o: Core/Src/main.c Core/Inc/main.h \
|
||||
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h \
|
||||
USB_DEVICE/App/usb_device.h \
|
||||
Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h \
|
||||
USB_DEVICE/Target/usbd_conf.h
|
||||
USB_DEVICE/Target/usbd_conf.h USB_DEVICE/App/usbd_cdc_if.h \
|
||||
Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h \
|
||||
Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h \
|
||||
Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.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/main.h:
|
||||
Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h:
|
||||
Core/Inc/stm32f4xx_hal_conf.h:
|
||||
@ -66,3 +72,10 @@ Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h:
|
||||
USB_DEVICE/App/usb_device.h:
|
||||
Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h:
|
||||
USB_DEVICE/Target/usbd_conf.h:
|
||||
USB_DEVICE/App/usbd_cdc_if.h:
|
||||
Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h:
|
||||
Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h:
|
||||
Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.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:
|
||||
|
||||
Reference in New Issue
Block a user