summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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-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
2021-10-05Merge branch 'j4cbo-ncm' into majbthrd-add_ncmhathach
2021-10-05rename CFG_TUD_NET to CFG_TUD_ECM_RNDIShathach
2021-10-05Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into ↵hathach
majbthrd-add_ncm
2021-10-04Handle HID devices with OUT endpoint listed firstCharlie Birks
This happens on my PowerA wired Switch pro controller
2021-10-01Merge pull request #1120 from hathach/enhanceHa Thach
house keeping update
2021-10-01clean up vendor openhathach
2021-10-01clean uphathach
2021-10-01more usbd clean uphathach
2021-10-01Merge pull request #1063 from HiFiPhile/uac_fifoHa Thach
UAC2: Add xfer_fifo support for dcd_transdimension.
2021-09-30change scsis status to phase error when total_bytes < block_counthathach
2021-09-30Merge branch 'master' of https://github.com/szymonh/tinyusb into szymonh-masterhathach
2021-09-29Update commentskkitayam
2021-09-29Implement frame rate settingskkitayam
2021-09-29Implement negotiation process for streaming parameterskkitayam
2021-09-29Fix transfer failure when reconnectingkkitayam
2021-09-29Fix typokkitayam
2021-09-29Refactor application API parameterskkitayam
2021-09-29Change frame buffer managementkkitayam
2021-09-29Refactor packet handlingkkitayam
2021-09-29Fix streaming payload handlingkkitayam
2021-09-29Separate a handling resource into controller and streamingkkitayam
2021-09-29Implement some mandatory requests on streaming interfacekkitayam
2021-09-29Fix handling for set_interfacekkitayam
2021-09-29Fix regarding standard video stream requestkkitayam
2021-09-29fix: configuration descriptor has incorrectly sizeskkitayam
update some descriptors
2021-09-29add tentative examplekkitayam
2021-09-29moved ISO attributes from audio to commonkkitayam
2021-09-29cleanup open()kkitayam
2021-09-29add files for video class devicekkitayam
2021-09-29add same7x to board listhathach
2021-09-29Merge branch 'master' into enhancehathach
2021-09-29clean uphathach
2021-09-29clean uphathach