summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc/src/msc_disk.c
AgeCommit message (Collapse)Author
2020-11-08clean uphathach
2020-11-05Make the disk disappear on Windows after it was ejectedRoland Dobai
Make the disk disappear on Windows after it was ejected. The device need to be re-inserted or reseted to re-appear again. This doesn't affect Linux where the device can be mounted and unmounted repeatedly. Closes https://github.com/hathach/tinyusb/issues/549
2019-09-11rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite nowhathach