| 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-13 | Add linkermap for size analysis (#1136) | Ha Thach | |
| * add NO_LTO option to make * add linkermap submodule and linkermap target * add linkermap to ci build * linkermap doesn't work with esp32sx map file yet * add note for linkermap target | |||
| 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 | moved ISO attributes from audio to common | 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-14 | add host hid_controller to cmake all list | hathach | |
| fix 1067 | |||
| 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-09-07 | Add PS4-compatible controllers | David Shadoff | |
| 2021-09-07 | Merge pull request #1075 from hathach/fix-cxd56-msc | Ha Thach | |
| Fix cxd56 msc | |||
| 2021-09-07 | default PYTHON to python3 on linux, and python on windows | hathach | |
| 2021-09-07 | add msc workaround for cxd56 | hathach | |
| 2021-09-06 | Added Arc System Works GG Xrd Limited Edition controller VID PID | Christian Arlt | |
| 2021-09-06 | Added Hori Fighting Commander 4 VID PID | Christian Arlt | |
| 2021-09-06 | Added Sony DualShock4 CUH-ZCT1E pid | Christian Arlt | |
| 2021-08-30 | Merge pull request #1058 from hathach/usbcv-compliant-test | Ha Thach | |
| nrf5x USB Compliance Verification Test suite | |||
