| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-12 | Merge branch 'master' into add_uvc | Ha Thach | |
| 2021-10-11 | rename some video constants | hathach | |
| 2021-10-11 | update the descriptor endpoint ISO for nrf5x | hathach | |
| 2021-10-09 | Add compile option to allocate video data into flash in video_capture example | kkitayam | |
| 2021-10-09 | Change the video image to scrolling color bars. | kkitayam | |
| 2021-10-05 | rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS | hathach | |
| 2021-10-05 | Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into ↵ | hathach | |
| majbthrd-add_ncm | |||
| 2021-10-01 | Merge pull request #1120 from hathach/enhance | Ha Thach | |
| house keeping update | |||
| 2021-09-30 | Add video class entry to rp2040 building scripts | kkitayam | |
| 2021-09-30 | Add a file to skip bluepill | kkitayam | |
| 2021-09-30 | Add a list file for rp2040 | kkitayam | |
| 2021-09-30 | Add files to skip building for small ROM | kkitayam | |
| 2021-09-30 | Add cast operations to unused parameters | kkitayam | |
| 2021-09-30 | Move frame settings to usb_descriptors.h | kkitayam | |
| 2021-09-29 | Implement frame rate settings | kkitayam | |
| 2021-09-29 | Fix transfer failure when reconnecting | kkitayam | |
| 2021-09-29 | Change video frames to project logo | kkitayam | |
| 2021-09-29 | Refactor application API parameters | kkitayam | |
| 2021-09-29 | Change frame buffer management | kkitayam | |
| 2021-09-29 | Refactor packet handling | kkitayam | |
| 2021-09-29 | Add green plain | kkitayam | |
| 2021-09-29 | Separate a handling resource into controller and streaming | kkitayam | |
| 2021-09-29 | Implement some mandatory requests on streaming interface | kkitayam | |
| 2021-09-29 | Fix handling for set_interface | kkitayam | |
| 2021-09-29 | Fix regarding standard video stream request | kkitayam | |
| 2021-09-29 | fix: endpoint descriptor has incorrectly settings | kkitayam | |
| 2021-09-29 | fix: configuration descriptor has incorrectly sizes | kkitayam | |
| update some descriptors | |||
| 2021-09-29 | add tentative example | kkitayam | |
| 2021-09-29 | Merge branch 'master' into enhance | hathach | |
| 2021-09-29 | clean up | hathach | |
| 2021-09-29 | Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-master | hathach | |
| examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h | |||
| 2021-09-26 | make freertos header include in examples more explicit | hathach | |
| 2021-09-25 | add NCM driver in a compatible manner : hathach/tinyusb#550 | Peter Lawrence | |
| 2021-09-25 | add CFG_TUSB_OS_INC_PATH for os include path | hathach | |
| useful for freertos/ prefix with esp IDF | |||
| 2021-09-18 | Merge branch 'master' into zhangslice-master | hathach | |
| 2021-09-14 | update configuration parser | hathach | |
| 2021-09-13 | esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suite | hathach | |
| 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-08-19 | Merge pull request #1025 from hathach/add-hid-boot-example | Ha Thach | |
| add hid_boot_interface example | |||
| 2021-08-17 | fix ci build | hathach | |
| 2021-08-17 | add hid_boot_interface example | hathach | |
| 2021-08-17 | Merge pull request #992 from majbthrd/net_example_pbuf | Ha Thach | |
| net_lwip_webserver: utilize pbuf_copy_partial() | |||
| 2021-08-16 | net_lwip_webserver: further simplify pbuf_copy_partial() usage | Peter Lawrence | |
| 2021-08-15 | Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usb | Ha Thach | |
| [PORT] Add GD32VF103 support and Sipeed Longan Nano Board support | |||
| 2021-08-15 | skip freertos example for gd32vf103 | hathach | |
