summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-25dcd_samd: Provide implementation for OPT_MCU_SAME5XJeff Epler
2020-06-26Merge pull request #441 from hathach/add-same5xHa Thach
added OPT_MCU_SAME5X option
2020-06-26update readmehathach
2020-06-25Merge pull request #442 from czeslawmakarski/pr/update-nrfx-to-nrfx-2.2.0Ha Thach
Update NRFX to v2.2.0
2020-06-24Update NRFX to v2.2.0Czeslaw Makarski
2020-06-24added OPT_MCU_SAME5X optionhathach
2020-06-22Merge pull request #438 from UweBonnes/debugHa Thach
examples/readme.md: Add hint to build for debug
2020-06-21examples/readme.md: Add hint to build for debug.Uwe Bonnes
2020-06-20Call tud_cdc_tx_cb right after flush to keep tx fifo fullGavin Li
2020-06-20Merge pull request #433 from HiFiPhile/sofHa Thach
Disable SOF in dcd_stm32_fsdev
2020-06-20Merge branch 'master' into uac2Reinhard Panhuber
Conflicts: src/device/usbd.c
2020-06-20Merge remote-tracking branch 'origin/uac2' into uac2Reinhard Panhuber
2020-06-20Merge branch 'master' of https://github.com/PanRe/tinyusb.git into uac2Reinhard Panhuber
2020-06-20Get update from tinyusb.Reinhard Panhuber
2020-06-18Add transaction (edpt_xact) as sub transferJan Dümpelmann
A transfer can have one or multiple transactions. Usually only EP0 splits one xfer into multiple xact.
2020-06-18Disable SOF in dcd_stm32_fsdevMengsk
Signed-off-by: Mengsk <[email protected]>
2020-06-18Add tx callback to cdc deviceGavin Li
Useful for continuous transmission of data, which is difficult currently because there is no notification of tx completion.
2020-06-17Merge pull request #431 from HiFiPhile/unalignedHa Thach
Fix IAR compiler warnings.
2020-06-17Fix IAR warnings.Mengsk
Pa039 : use of address of unaligned structure member. Pe188: enumerated type mixed with another type.
2020-06-16fix hs port1 build with net endpointhathach
2020-06-16fix stm32h743 priority with freeRTOShathach
2020-06-15update example config and descriptor with better Highspeed supporthathach
2020-06-15Enhance EP FIFO allocation for both Fullspeed and Highspeedhathach
- Update shared RX FIFO calculation with FS/HS - IN FIFO EP - Interrupt -> use EPSize - Bulk/ISO -> use max(EPSize, remaining-fifo / non-opened-EPIN)
2020-06-15update midihathach
2020-06-15clean up, update other example confighathach
2020-06-14Merge pull request #430 from PanRe/fix-too-strict-iad-checksHa Thach
Fix too strict checks on subclass and protocol entries of iad descriptor.
2020-06-14Fix wrong comment for IAD checks.Reinhard Panhuber
2020-06-14cherry pick PR399 commit : Interrupt time improvementsJan Dümpelmann
2020-06-14overwrite setup packethathach
2020-06-14improve usbd log for control transferhathach
2020-06-14revert CFG_TUSB_RHPORT0_MODE to previous wayhathach
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-14Merge branch 'fix-too-strict-iad-checks' into uac2Reinhard Panhuber
Conflicts: src/device/usbd.c
2020-06-13Fix too strict checks on subclass and interface of iad descriptor.Reinhard Panhuber
2020-06-13Fix mic audio descriptor, fix too strict check on IAD desc. in usbd.cReinhard Panhuber
2020-06-11Merge branch 'master' into uac2Reinhard Panhuber
2020-06-09Add DCD for Dialog DA1469x MCUJerzy Kasenberg
Dialog Semiconductor's BLE MCU DA1469x comes with full speed USB. It's base on National Semiconductor discrete USB controller USBN9603/4. This adds support for: - control/interrupt/bulk endpoints (up to 64 bytes) - ISO endpoint were not tested and may not work correctly - reset/sleep/wakeup are handled - code for VBUS changes is provided
2020-06-09Add Dialog DA1469x register definition fileJerzy Kasenberg
Register definition file along with some MCU headers was taken from Dialog SDK for DA1469x MCUs. Those files are needed for USB port.
2020-06-01Update feature_request.mdHa Thach
2020-06-01Update bug_report.mdHa Thach
2020-06-01adding speed detect on bus resethathach
2020-06-01allow hs ep open with 512 byteshathach
2020-05-31fixed EP0 size to 64 since LS is not supported in device modehathach
- set turn-around and report actual speed in Enum Done - add dcd_event_bus_reset() helper to report speed
2020-05-31able to detect as hshathach
2020-05-31Merge pull request #413 from kasjer/kasjer/ble-over-usbHa Thach
Bluetooth HCI transport over USB
2020-05-29Merge pull request #424 from hathach/fix-idf-usb-pin-initHa Thach
fix idf usb pin init changes
2020-05-29fix idf usb pin init changeshathach
2020-05-28Merge pull request #421 from hathach/add-qualifier-descriptorHa Thach
add get device qualifier descriptor