summaryrefslogtreecommitdiff
path: root/examples/device/msc_dual_lun/src/msc_disk_dual.c
AgeCommit message (Expand)Author
2025-10-16fix some warnings detected by pvs-studiohathach
2025-08-01Update examples/device/msc_dual_lun/src/msc_disk_dual.cHa Thach
2025-08-01add bufsize to tud_msc_inquiry2_cb()hathach
2025-07-11add tud_msc_inquiry2_cb() for full inquiry responsehathach
2025-04-17fix iar make build with stm32 l0, f2, f3, u5, wbhathach
2024-05-20try fixing codeqlhathach
2024-05-20- update ch203 family to allow to specify flash and ram size. Introducehathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-03-17fix trailing space and new linehathach
2022-06-27fix all device examples warningshathach
2022-02-15msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported commandhathach
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
2019-09-11fix #130hathach
2019-09-09Set MSC DISK DUAL readonly on F070.Nathan Conrad
2019-09-06lpc11u37 supportedhathach
2019-07-24change tud_msc_start_stop_cb() to return void -> boolhathach
2019-05-14update license year to 2019hathach
2019-05-06adding msc Start Stop to buitin command, but not complate yethathach
2019-05-06add Test Unit Ready to builtin command, add tud_msc_test_unit_ready_cb()hathach
2019-05-03add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REVhathach
2019-04-26clean up disk imagehathach
2019-04-26add msc multiple lun supporthathach
2019-04-26adding msc dual lun examplehathach