Open
Description
Description
One feature that the STM32F1 library has is the ability to have direct access to the SD card as a mass storage device in addition to serial commands over USB. Currently the HAL does not support this, but there is a PR stm32duino/Arduino_Core_STM32#586. I would suggest those interested help to review the feature and get it ready to be merged in any way possible.
I'm creating this issue as this had been mentioned by @AnHardt in #18095.
Additional Information
- PR for this feature in HAL: Add composite MSC CDC USB device stm32duino/Arduino_Core_STM32#586