summaryrefslogtreecommitdiff
path: root/src/class/msc
AgeCommit message (Expand)Author
2023-03-17fix trailing space and new linehathach
2023-02-27Merge pull request #1852 from silvergasp/mem_sHa Thach
2023-02-27minor clean uphathach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2023-01-13fix: Replace device calls to memcpy with tu_memcpy_sNathaniel Brough
2022-12-21minor debug loghathach
2022-12-04Fix typosBastien Nocera
2022-11-23rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_thathach
2022-11-21whitespacehathach
2022-06-27fix all warnings with host rp2040hathach
2022-06-24fix redundant-decls warnings by usbd/usbhhathach
2022-06-24add more warning option, also fix -Wconversion with rp2040hathach
2022-03-19rename usbh_edpt_open() to tuh_edpt_open()hathach
2022-03-19add parse config descriptor to examplehathach
2022-03-18move daddr into xfer structhathach
2022-03-17rename user_arg to user_datahathach
2022-03-17rename tuh_control_xfer_t to tuh_xfer_thathach
2022-03-17slightly change the signature of tuh_control_xferhathach
2022-03-17change return type of callback to voidhathach
2022-03-17remove const in xfer callbackhathach
2022-03-17move result into transfer structhathach
2022-03-17change tuh_control_xfer_t structhathach
2022-03-16update hid host to use new control xfer for set confighathach
2022-03-11update hid,msc to new usbh control APIhathach
2022-02-26Merge pull request #1350 from hathach/enhance-multipl-portsHa Thach
2022-02-25Set the standard inquiry response additional length field.iabdalkader
2022-02-25minor house keepinghathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2022-02-15minor rename set sense functionhathach
2022-02-15msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported commandhathach
2022-02-14add tud_msc_request_sense_cb() as weak callbackhathach
2021-10-26Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2hathach
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-17more with -Wcast-qualhathach
2021-10-15update some sense warning from -Wconversionhathach
2021-10-01Merge pull request #1120 from hathach/enhanceHa Thach
2021-09-30change scsis status to phase error when total_bytes < block_counthathach
2021-09-27Assure msc device block size is not zeroszymonh
2021-09-17rpi start. doesn't workScott Shawcroft
2021-09-14update configuration parserhathach
2021-09-07add msc workaround for cxd56hathach
2021-09-06Revert "Fix for MSC during stage STATUS"hathach
2021-09-03Fix for MSC during stage STATUSKamil Tomaszewski
2021-09-01add back edpt check before cbw, since bot reset can occurred any timehathach
2021-09-01revert previous changes, edpt stall also clear any pending (not complete) tra...hathach
2021-08-31fix rp2040 chapter 9 TD 9.6 testhathach
2021-08-29responding with status per-spec in test case 4hathach