| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-19 | Merge pull request #1139 from hathach/release-0.12.00.12.0 | Ha Thach | |
| update changelog and increase version for 0.12.0 | |||
| 2021-10-19 | update changelog | hathach | |
| 2021-10-18 | Merge pull request #1147 from kasjer/kasjer/msc-examples-serial-number | Ha Thach | |
| msc examples: Extend serial number to 12 digits | |||
| 2021-10-17 | Merge pull request #1146 from kasjer/kasjer/da146xx-usb-complience | Ha Thach | |
| da146xx usb complience | |||
| 2021-10-17 | Merge pull request #1145 from kilograham/release-0.12.0 | Ha Thach | |
| Address compiler warnings | |||
| 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 | dcd_da146xx: Drop unexpected data | Jerzy Kasenberg | |
| USB3CV tool verifies MSC device by sending too short or too long packets. In case of too long packets (msc_device requested 31 bytes but incoming data had 32 bytes) extra byte(s) were left in FIFO resulting in some data mismatch later on. Now if more data is received in packet that expected extra bytes are just dropped. | |||
| 2021-10-15 | dcd_da146xx: Fix EPIN stall notification handling | Jerzy Kasenberg | |
| Normal TX handler for IN non-0 endpoints is called during outgoing transfer or just after it was finished. It may need to fill TX fifo with same data if TX_DONE is present but ACK_STAT is not. It may need to fill more data when called during transfer. But it may also be called when STALL was sent. In this case TX_DONE is set ACK_STAT is not, just like for packets that were sent but no ACK was received. Code was trying to send something again. There was nothing to send so empty ZLP was scheduled for stalled endpoint. This ZLP was later send to host where valid response was required. This change checks if notification was for STALL endpoint and does not try to fill TX FIFO in that case. | |||
| 2021-10-14 | More warning cleanup | graham sanderson | |
| - physically suppress warnings in TinyUSB headers using pragmas so they don't break -Werror compilation of external files that include them - fix compiler warnings in rp2040 port - add cmake method to rp2040 port to allow an external project to suppress warnings in TinyUSB itself | |||
| 2021-10-15 | Merge pull request #1144 from kilograham/release-0.12.0 | Ha Thach | |
| Fix compiler warning | |||
| 2021-10-15 | Merge pull request #1143 from kkitayam/fix_video_format_guid | Ha Thach | |
| Fix GUID of video compression formats | |||
| 2021-10-14 | Remove compiler warning | graham sanderson | |
| 2021-10-14 | Fix GUID of video compression formats | kkitayam | |
| 2021-10-13 | update changelog and increase version for 0.12.0 | hathach | |
| 2021-10-13 | Merge pull request #1101 from kasjer/kasjer/da146xx-bus-reset-sleep | Ha Thach | |
| da146xx bus reset and sleep reworked | |||
| 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 pull request #1118 from kkitayam/add_uvc | Ha Thach | |
| Add Video class | |||
| 2021-10-12 | Merge branch 'master' into add_uvc | Ha Thach | |
| 2021-10-12 | update docs | hathach | |
| 2021-10-12 | Fix a typo | kkitayam | |
| 2021-10-12 | Merge pull request #1 from hathach/kkitayam-add_uvc | Koji KITAYAMA | |
| minor code clean up without functional changes | |||
| 2021-10-12 | more rename | hathach | |
| 2021-10-12 | minor code clean up without functionality changes | hathach | |
| 2021-10-11 | rename some video constants | hathach | |
| 2021-10-11 | update the descriptor endpoint ISO for nrf5x | hathach | |
| 2021-10-11 | Merge pull request #1107 from majbthrd/add_ncm | Ha Thach | |
| add NCM driver in a compatible manner : hathach/tinyusb#550 | |||
| 2021-10-11 | add ncm.h for magic number | hathach | |
| mostly clean up magic number | |||
| 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-09 | add backward compatible with warnings for CFG_TUD_NET | hathach | |
| 2021-10-06 | Merge pull request #1123 from Daft-Freak/patch-1 | Ha Thach | |
| Handle HID devices with OUT endpoint listed first | |||
| 2021-10-05 | Merge branch 'j4cbo-ncm' into majbthrd-add_ncm | hathach | |
| 2021-10-05 | update docs | hathach | |
| 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-04 | Handle HID devices with OUT endpoint listed first | Charlie Birks | |
| This happens on my PowerA wired Switch pro controller | |||
| 2021-10-01 | Merge pull request #1120 from hathach/enhance | Ha Thach | |
| house keeping update | |||
| 2021-10-01 | clean up vendor open | hathach | |
| 2021-10-01 | clean up | hathach | |
| 2021-10-01 | more usbd clean up | hathach | |
| 2021-10-01 | Merge pull request #1063 from HiFiPhile/uac_fifo | Ha Thach | |
| UAC2: Add xfer_fifo support for dcd_transdimension. | |||
| 2021-10-01 | Merge pull request #1113 from szymonh/master | Ha Thach | |
| Assure msc device block size is not zero | |||
| 2021-09-30 | Add video class entry to rp2040 building scripts | kkitayam | |
| 2021-09-30 | change scsis status to phase error when total_bytes < block_count | hathach | |
| 2021-09-30 | Merge branch 'master' of https://github.com/szymonh/tinyusb into szymonh-master | hathach | |
| 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 | |
