Go to file
2024-07-01 05:47:01 +08:00
.settings Use composite USB device (Use 3rd party I-CUBE-USBD-Composite package) 2024-07-01 03:32:52 +08:00
cmake Working test code for CDC/MSC composite USB device 2024-07-01 05:47:01 +08:00
Core Working test code for CDC/MSC composite USB device 2024-07-01 05:47:01 +08:00
Drivers Working test code for CDC/MSC composite USB device 2024-07-01 05:47:01 +08:00
FATFS Working test code for CDC/MSC composite USB device 2024-07-01 05:47:01 +08:00
Middlewares Working test code for CDC/MSC composite USB device 2024-07-01 05:47:01 +08:00
USB_COMPOSITE Working test code for CDC/MSC composite USB device 2024-07-01 05:47:01 +08:00
.cproject Use composite USB device (Use 3rd party I-CUBE-USBD-Composite package) 2024-07-01 03:32:52 +08:00
.gitattributes Use composite USB device (Use 3rd party I-CUBE-USBD-Composite package) 2024-07-01 03:32:52 +08:00
.gitignore Working example USB MSC device and FATFS 2024-07-01 01:10:07 +08:00
.mxproject Use composite USB device (Use 3rd party I-CUBE-USBD-Composite package) 2024-07-01 03:32:52 +08:00
.project Working test code for CDC/MSC composite USB device 2024-07-01 05:47:01 +08:00
CMakeLists.txt Working example USB MSC device and FATFS 2024-07-01 01:10:07 +08:00
CMakePresets.json Working example USB MSC device and FATFS 2024-07-01 01:10:07 +08:00
MCU.ioc Use composite USB device (Use 3rd party I-CUBE-USBD-Composite package) 2024-07-01 03:32:52 +08:00
MCU.txt Working test code for CDC/MSC composite USB device 2024-07-01 05:47:01 +08:00
README.md Use composite USB device (Use 3rd party I-CUBE-USBD-Composite package) 2024-07-01 03:32:52 +08:00
STM32L476RETX_FLASH.ld Working example USB MSC device and FATFS 2024-07-01 01:10:07 +08:00
STM32L476RETX_RAM.ld Working example USB MSC device and FATFS 2024-07-01 01:10:07 +08:00
vcpkg-configuration.json Working example USB MSC device and FATFS 2024-07-01 01:10:07 +08:00

Note about ioc file

Currently CubeMX templates are not implemented for the 3rd party I-CUBE-USBD-Composite package

See Issue

To fix this I've disabled the package in the CubeMX IOC file to prevent it being regenerated and have simply renamed and included the populated files.