summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc/src/msc_disk.c
AgeCommit message (Collapse)Author
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-02-15msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported commandhathach
LUN1 of msc_disk_dual will be set to not ready to simulate medium not present (e.g SD card removed)
2022-01-19enable ci build for RX65X host examplehathach
update comment for unit not ready 3a-00 additional sense
2021-10-15update some sense warning from -Wconversionhathach
2021-08-28fix msc example with out of bound lba (due to compliant test)hathach
2021-08-28correct msc example return type of tud_msc_scsi_cb()hathach
2021-08-27update msc driver to pass MSC BOT error recovery compliant testhathach
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