summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-10-25update dcd_esp32sx with correct include listsuda-morris
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-25house keepinghathach
2021-10-25moving esp32s2 to dwc2, abstract dwc2_set_turnaround()hathach
2021-10-25properly handle Program Change and Channel Aftertouch messagesTod Kurt
2021-10-25add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcushathach
2021-10-25update dwc int enable/disablehathach
2021-10-25more clean uphathach
2021-10-25minor renamehathach
2021-10-25switch gd32 and stm32f4 to use new dwc2 driverhathach
2021-10-24adding generalized dwc2 driverhathach
2021-10-24Merge pull request #1160 from cr1901/msp-fixHa Thach
msp430x5xx: Set base of transmit_packet buffer earlier to avoid incre…
2021-10-24more wMaxPacketSizehathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-24indenthathach
2021-10-23msp430x5xx: Set base of transmit_packet buffer earlier to avoid incrementing ↵William D. Jones
past unsent data.
2021-10-23Merge branch 'master' into fix-warningsHa Thach
2021-10-23Merge pull request #1150 from kkitayam/change_input_terminal_type_to_cameraHa Thach
UVC example: change input terminal type to camera from external
2021-10-22Update broadcom libraryScott Shawcroft
2021-10-22Update submoduleScott Shawcroft
2021-10-22pi cm4 enumerated as full speed devicehathach
2021-10-19Update _negotiate_streaming_parameters() to handle some requestskkitayam
2021-10-19Merge pull request #1139 from hathach/release-0.12.00.12.0Ha Thach
update changelog and increase version for 0.12.0
2021-10-18Implement GET_DEF and GET_LEN handling on Probe/Commit entities of streaming ↵kkitayam
interface
2021-10-18suppress null-dereference by usbh and lwiphathach
2021-10-18fix -Wnull-dereference in midi_devicehathach
2021-10-18enable -Wnull-dereferencehathach
2021-10-17add volatile to EPx_REGS for -Wcast-qualhathach
since gcc does difference between volatile struct and member when casting pointer
2021-10-17more -Wcast-qualhathach
2021-10-17more with -Wcast-qualhathach
2021-10-16Change input terminal type to camerakkitayam
2021-10-15fix -Wcast-qualhathach
2021-10-15dcd_da146xx: Drop unexpected dataJerzy 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-15dcd_da146xx: Fix EPIN stall notification handlingJerzy 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-15update some sense warning from -Wconversionhathach
2021-10-14More warning cleanupgraham 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-14Remove compiler warninggraham sanderson
2021-10-14Fix GUID of video compression formatskkitayam
2021-10-13update changelog and increase version for 0.12.0hathach
2021-10-13Merge pull request #1101 from kasjer/kasjer/da146xx-bus-reset-sleepHa Thach
da146xx bus reset and sleep reworked
2021-10-12Trying to get USB initScott Shawcroft
2021-10-12Merge branch 'master' into add_uvcHa Thach
2021-10-12Fix a typokkitayam
2021-10-12more renamehathach
2021-10-12minor code clean up without functionality changeshathach
2021-10-11rename some video constantshathach
2021-10-11update the descriptor endpoint ISO for nrf5xhathach
2021-10-11Merge pull request #1107 from majbthrd/add_ncmHa Thach
add NCM driver in a compatible manner : hathach/tinyusb#550
2021-10-11add ncm.h for magic numberhathach
mostly clean up magic number
2021-10-09add backward compatible with warnings for CFG_TUD_NEThathach