| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-25 | update dcd_esp32sx with correct include list | suda-morris | |
| 2021-10-25 | change usage of TU_CHECK_MCU() to prevent macro conflict | hathach | |
| 2021-10-25 | house keeping | hathach | |
| 2021-10-25 | moving esp32s2 to dwc2, abstract dwc2_set_turnaround() | hathach | |
| 2021-10-25 | properly handle Program Change and Channel Aftertouch messages | Tod Kurt | |
| 2021-10-25 | add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcus | hathach | |
| 2021-10-25 | update dwc int enable/disable | hathach | |
| 2021-10-25 | more clean up | hathach | |
| 2021-10-25 | minor rename | hathach | |
| 2021-10-25 | switch gd32 and stm32f4 to use new dwc2 driver | hathach | |
| 2021-10-24 | adding generalized dwc2 driver | hathach | |
| 2021-10-24 | Merge pull request #1160 from cr1901/msp-fix | Ha Thach | |
| msp430x5xx: Set base of transmit_packet buffer earlier to avoid incre… | |||
| 2021-10-24 | more wMaxPacketSize | hathach | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-24 | indent | hathach | |
| 2021-10-23 | msp430x5xx: Set base of transmit_packet buffer earlier to avoid incrementing ↵ | William D. Jones | |
| past unsent data. | |||
| 2021-10-23 | Merge branch 'master' into fix-warnings | Ha Thach | |
| 2021-10-23 | Merge pull request #1150 from kkitayam/change_input_terminal_type_to_camera | Ha Thach | |
| UVC example: change input terminal type to camera from external | |||
| 2021-10-22 | Update broadcom library | Scott Shawcroft | |
| 2021-10-22 | Update submodule | Scott Shawcroft | |
| 2021-10-22 | pi cm4 enumerated as full speed device | hathach | |
| 2021-10-19 | Update _negotiate_streaming_parameters() to handle some requests | kkitayam | |
| 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-18 | Implement GET_DEF and GET_LEN handling on Probe/Commit entities of streaming ↵ | kkitayam | |
| interface | |||
| 2021-10-18 | suppress null-dereference by usbh and lwip | hathach | |
| 2021-10-18 | fix -Wnull-dereference in midi_device | hathach | |
| 2021-10-18 | enable -Wnull-dereference | hathach | |
| 2021-10-17 | add volatile to EPx_REGS for -Wcast-qual | hathach | |
| since gcc does difference between volatile struct and member when casting pointer | |||
| 2021-10-17 | more -Wcast-qual | hathach | |
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-10-16 | Change input terminal type to camera | kkitayam | |
| 2021-10-15 | fix -Wcast-qual | hathach | |
| 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-15 | update some sense warning from -Wconversion | hathach | |
| 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-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-12 | Trying to get USB init | Scott Shawcroft | |
| 2021-10-12 | Merge branch 'master' into add_uvc | Ha Thach | |
| 2021-10-12 | Fix a typo | kkitayam | |
| 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 backward compatible with warnings for CFG_TUD_NET | hathach | |
