| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-14 | Use CRLF on UART. | Nathan Conrad | |
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2019-12-24 | invoke scsi complete callback before queue for csw status | hathach | |
| there is racing issue with samd + qspi flash testing with arduino otherwise. | |||
| 2019-12-23 | adding lookup table for debugging | hathach | |
| add msc scsi command list | |||
| 2019-12-21 | making more progress, but failed with WRITE10 | hathach | |
| incorrect queue 448 bytes instead of 512 | |||
| 2019-12-21 | able to response to scsi inquiry, but failed to response to test unit ready | hathach | |
| 2019-11-27 | fix #229 | hathach | |
| 2019-11-05 | clean up | hathach | |
| 2019-11-01 | wait for scsi status complete before queueing for next scsi command | hathach | |
| fix #207 | |||
| 2019-11-01 | add assert to prevent div by zero | hathach | |
| 2019-09-01 | rename lpc_usbd to lpc_ip3511 | hathach | |
| 2019-07-26 | webusb work great with linux | hathach | |
| 2019-07-24 | Merge branch 'master' into develop | hathach | |
| 2019-07-24 | change tud_msc_start_stop_cb() to return void -> bool | hathach | |
| 2019-07-24 | rename tud_control_vendor_request_cb/complete_cb to ↵ | hathach | |
| tud_vendor_control_request_cb/complete_cb | |||
| 2019-07-19 | more house keeping | hathach | |
| 2019-07-16 | add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ↵ | hathach | |
| usbd control transfer rename usbd_control_transfer/status to tud_control_transfer/status | |||
| 2019-07-12 | clean up, rename internal driver control_request_complete to simply ↵ | hathach | |
| control_complete | |||
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-29 | added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy() | hathach | |
| - improve fifo write/read_n with only one lock - use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver - replace cdc read's pending_read_from_host by usbd_edpt_busy() | |||
| 2019-05-14 | more endian convert | hathach | |
| 2019-05-14 | more clean up use inline bit funciton instead of macros | hathach | |
| 2019-05-14 | clean up endian convert function | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-05-14 | clean up | hathach | |
| 2019-05-09 | msc device will stall READ_CAPACITY & READ_FORMAT_CAPACITY if ↵ | hathach | |
| tud_msc_capacity_cb() get zero size | |||
| 2019-05-07 | clean up | hathach | |
| 2019-05-06 | adding msc Start Stop to buitin command, but not complate yet | hathach | |
| add tud_msc_start_stop_cb() as optional callback | |||
| 2019-05-06 | add Test Unit Ready to builtin command, add tud_msc_test_unit_ready_cb() | hathach | |
| - rename tud_msc_maxlun_cb to tud_msc_get_maxlun_cb | |||
| 2019-05-03 | add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REV | hathach | |
| 2019-05-01 | text clean up | hathach | |
| 2019-05-01 | clean up | hathach | |
| 2019-05-01 | adding optional ep out for hid | hathach | |
| refactor usbd_open_edpt_pair | |||
| 2019-04-28 | add TUD_ to HID_REPORT_DESC_* template | hathach | |
| 2019-04-26 | add msc multiple lun support | hathach | |
| - remove CFG_TUD_MSC_MAXLUN - add tud_msc_maxlun_cb() - add msc_dual_lun exmaple | |||
| 2019-04-19 | move interface descriptor template to usbd.h, update exmaple | hathach | |
| 2019-04-18 | wrap up hid device refactor | hathach | |
| 2019-04-18 | update tud_hid_keyboard/mouse helper | hathach | |
| 2019-04-17 | add interface descriptor template | hathach | |
| 2019-04-11 | clean up | hathach | |
| 2019-03-27 | remove tud_msc_ready() | hathach | |
| 2019-03-27 | cleanup, remove the use of _TINY_USB_SOURCE_FILE_ | hathach | |
| 2019-03-27 | replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stall | hathach | |
| - remove dcd_edpt_stalled() from dcd porting | |||
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-03-04 | follow up to PR #39 | hathach | |
| 2019-03-03 | Fixes #33: Remove invalid use of strncpy(). | Gregory P. Smith | |
| This was causing a stringop-truncation compiler warning in gcc 8 when the #defined values being copied from were string literals. `error: 'strncpy' output truncated before terminating nul copying 8 bytes from a string of the same length [-Werror=stringop-truncation]` These fields aren't NUL terminated C strings, they are a fixed width buffer that is supposed to be space (0x20) padded. | |||
| 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 | |
| 2019-01-29 | zero init internal class/device data | hathach | |
| 2018-12-14 | rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency | hathach | |
