| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-02 | license: use SPDX identifiers for src/ headers (#3749) | Ha Thach | |
| * license: use SPDX identifiers for src/ headers Replace the full ~20-line MIT license boilerplate on every src/ file with a two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500 lines of duplicated boilerplate. | |||
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-07-11 | add tud_msc_inquiry2_cb() for full inquiry response | hathach | |
| 2023-06-28 | Fix minor spelling | Devin Auclair | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2021-05-27 | more include clean up | hathach | |
| 2020-12-20 | Fix scsi_mode_sense6_t padding, which cause IAR compiler internal error. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-02-22 | mscd: send scsi status before invoke read10/write10/scsi complete callback | hathach | |
| 2019-02-20 | Fix write protected MSC. The bits were flipped. | Scott Shawcroft | |
| 2018-11-23 | remove pragma GCC diagnostic | hathach | |
| 2018-11-09 | Exempt from strict warnings for struct packing and add MCU options | Scott Shawcroft | |
| 2018-11-07 | Add SAMD21 and SAMD51 support for CircuitPython. | Scott Shawcroft | |
| The ProtoThreads style subtasks were removed because it led to extremely unclear control flow. RTOSes can be used if threading is needed. Also added some additional functionality to MSC to support dynamic LUNs and read-only LUNs. | |||
| 2018-10-23 | clean up msc device | hathach | |
| 2018-08-13 | rename VERIFY to TU_VERIFY to avoid conflict with application | hathach | |
| 2018-07-26 | rename some scsi command struct, add SCSI_CMD_MODE_SENSE_6 to built-in ↵ | hathach | |
| support command | |||
| 2018-07-26 | add tud_msc_set_sense(), update msc device to reponse with default sense ↵ | hathach | |
| (illegal request) when there is issue with scsi command | |||
| 2018-07-25 | add SCSI_CMD_REQUEST_SENSE into device msc built-in command | hathach | |
| 2018-07-25 | clean up device msc | hathach | |
| 2018-07-25 | update msc example | hathach | |
| 2018-07-25 | add scsi start stop unit struct, improve device msc, correctly stall ↵ | hathach | |
| unsupported scsi command | |||
| 2018-07-04 | add CFG_TUD_MSC_VENDOR,CFG_TUD_MSC_PRODUCT, CFG_TUD_MSC_PRODUCT_REV for msc ↵ | hathach | |
| inquiry response | |||
| 2018-06-18 | rename subfolder source to src | hathach | |
