| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-03 | remove static port defined for device/host | hathach | |
| 2022-06-02 | rhport argument in usbd_ API() is not used (always use the initialized port) | hathach | |
| remove the usage of TUD_OPT_RHPORT in class driver | |||
| 2022-06-01 | rename board specific macro for example | hathach | |
| - BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT - BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED | |||
| 2022-02-25 | auto detect max rhport speed based on mcu | hathach | |
| 2022-02-15 | msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported command | hathach | |
| LUN1 of msc_disk_dual will be set to not ready to simulate medium not present (e.g SD card removed) | |||
| 2022-01-19 | enable ci build for RX65X host example | hathach | |
| update comment for unit not ready 3a-00 additional sense | |||
| 2021-12-08 | Fix spelling mistakes and verify endpoint numbering. | Gordon McNab | |
| 2021-12-08 | Merge branch 'master' into port-ft90x | Gordon McNab | |
| 2021-10-29 | correctly init hs phy for bcm | hathach | |
| 2021-10-26 | Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2 | hathach | |
| 2021-10-23 | Merge branch 'master' into fix-warnings | Ha Thach | |
| 2021-10-22 | pi cm4 enumerated as full speed device | hathach | |
| 2021-10-15 | msc examples: Extend serial number to 12 digits | Jerzy Kasenberg | |
| USB3CV tool complains about too short serial number being used in MSC device. This just extends serial number to 12 characters, it makes it easier to analyze USB3CV logs where this unnecessary warning made output red. Offending warning: Serial Number string for MSC device : iSerialNumber = 0x3 Checking iSerialNumber String Descriptor: index = 0x03. String Descriptor : "123456". (ENGLISH_US) Using Language ID 0x409 MSC Serial Number length = 14 Invalid MSC Serial Number length : should be >= 26 ************************* Invalid MSC Serial Number length ************************* ************************* (MSC: 5.1.2) Serial number must be a string, 12 characters or longer (if the device supports a BOT interface, bInterfaceProtocol = 0x50), or exactly 12 characters long (if the device supports a CBI interface, bInterfaceProtocol = 0x00 or 0x01, and has a serial number). | |||
| 2021-10-15 | update some sense warning from -Wconversion | hathach | |
| 2021-10-06 | Modify cdc_msc example for Bridgetek FT90x/FT93x | Gordon McNab | |
| Add in endpoint definitions for the Bridgetek devices in usb_descriptors.c and allow high speed in tusb_config.h. | |||
| 2021-09-09 | add other speed descriptor callback ↵ | hathach | |
| tud_descriptor_other_speed_configuration_cb() example implement tud_descriptor_device_qualifier_cb() and tud_descriptor_other_speed_configuration_cb() on high speed device to fully compliant to usbcv | |||
| 2021-08-28 | fix msc example with out of bound lba (due to compliant test) | hathach | |
| 2021-08-28 | correct msc example return type of tud_msc_scsi_cb() | hathach | |
| 2021-08-27 | update msc driver to pass MSC BOT error recovery compliant test | hathach | |
| 2021-08-26 | TD 9.12 remote wakeup test | hathach | |
| remove TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP attribute from non-hid examples | |||
| 2021-07-17 | Fix merge error. | MasterPhi | |
| 2021-06-12 | Rename SAM7X to SAMX7X | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-12 | dcd: sam7x: rename family dcd to include the whole family | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-06-11 | Add fifo & DMA linked list mode support. | MasterPhi | |
| 2021-03-18 | clean up some examples | hathach | |
| 2021-01-25 | Define Spresense EP numbers for cdc_msc example | Kamil Tomaszewski | |
| 2021-01-23 | rp2040 cdc_msc work well | hathach | |
| 2020-11-24 | more ci | hathach | |
| 2020-11-24 | comment out and add note for tud_cdc_connected() in cdc_msc examples | hathach | |
| 2020-11-23 | add tud_ready() check in tud_cdc_n_write_flush() | hathach | |
| other clean up | |||
| 2020-11-23 | Merge branch 'master' into cdc_without_dtr | Ha Thach | |
| 2020-11-18 | Changes to CDC example code: | Jan Dümpelmann | |
| - auto flush welcome message at connection event - provide information to the user if the terminal did not set DTR | |||
| 2020-11-18 | Reset CDC examples to original state | Jan Dümpelmann | |
| 2020-11-08 | clean up | hathach | |
| 2020-11-08 | Merge pull request #551 from dobairoland/master | Ha Thach | |
| Make the disk disappear on Windows after it was ejected | |||
| 2020-11-05 | Make the disk disappear on Windows after it was ejected | Roland 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 | |||
| 2020-09-04 | Remove tud_cdc_connected check from examples | Jan Dümpelmann | |
| 2020-07-21 | add note for MS OS 1.0 Descriptor at 0xEE | hathach | |
| 2020-07-19 | minor clean up | hathach | |
| 2020-07-16 | rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE | hathach | |
| rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE | |||
| 2020-07-16 | add tud_speed_get() | hathach | |
| - define both fs and hs configuration descriptor - rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS | |||
| 2020-06-30 | cdc-acm: Use 512 bytes when in HS mode. | Uwe Bonnes | |
| Removes error: config 1 interface 2 altsetting 0 bulk endpoint 0x3 has invalid maxpacket 64 while enumerationg. | |||
| 2020-06-15 | clean up, update other example config | hathach | |
| 2020-06-14 | revert CFG_TUSB_RHPORT0_MODE to previous way | hathach | |
| 2020-06-01 | allow hs ep open with 512 bytes | hathach | |
| 2020-05-26 | merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODE | hathach | |
| each port is 1 byte for easy maintenance | |||
| 2020-04-17 | update example to include CXD56 for highspeed mode | hathach | |
| 2020-03-31 | revise argument order for TUD_CONFIG_DESCRIPTOR macro | Peter Lawrence | |
| 2020-03-30 | add provision for multiple configurations | Peter Lawrence | |
| 2020-03-10 | drop hid for freertos demo to match none os example | hathach | |
