summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-28Update dcd_esp32s2.cme-no-dev
2020-07-01ESP32-S2: Handle the fact that available EP IN FIFOs are less than the ↵me-no-dev
number of available EP INs ESP32-S2 has only 5 available endpoint-in FIFOs (including EP0) but 7 available EP IN numbers. This change decouples the fifo number from the endpoint number, providing FIFO numbers until they reach the limit, at which point it will return false and assert an error that too many endpoints were allocated.
2020-07-01Merge pull request #452 from hathach/fix-dfu-rtHa Thach
Fix dfu rt
2020-07-01Update README.mdHa Thach
2020-07-01Merge pull request #453 from hathach/add-da14695-usbHa Thach
Add da14695 usb
2020-07-01added DA14695 DK USB bsphathach
2020-07-01rename filehathach
2020-07-01fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUShathach
fix #450
2020-07-01Merge pull request #451 from duempel/fix_synopsys_short_packetHa Thach
Fix receiving of short packet data (Synopsys)
2020-06-30correct led dfu_rt examplehathach
also add example usage note
2020-06-30Clear ep0_pending if rx short packetJan Dümpelmann
2020-06-30Fix receiving of short packet data (ep out)Jan Dümpelmann
2020-06-30Merge pull request #427 from kasjer/kasjer/add-da1469x-supportHa Thach
Support for DA1469x MCU from Dialog Semiconductor
2020-06-29Merge pull request #445 from hathach/add-kaluga-bspHa Thach
added esp32s2 kaluga bsp
2020-06-29add kaluga fileshathach
2020-06-29update cihathach
2020-06-29added esp32s2 kaluga bsphathach
2020-06-29Merge pull request #399 from duempel/redesign_synopsys_receiveHa Thach
Improvements to Synopsys EP OUT
2020-06-29Add board support for Dialog DA1469x-dk-proJerzy Kasenberg
This adds source files that allow to run TinyUSB stack on DA1469x-dk-pro board. Source files .c .S and .ld are taken from Apache Mynewt repository. Those files were stripped to allow starting board without Mynewt os.
2020-06-29Add author name to dcd_synopsys.cJan Dümpelmann
2020-06-29Add name to contributor listJan Dümpelmann
2020-06-26Remove EP0 remaining bytes manipulationJan Dümpelmann
Renaming edpt_xact to edpt_schedule_packets
2020-06-26Merge pull request #444 from jepler/same5x_bugfixHa Thach
dcd_samd: Provide implementation for OPT_MCU_SAME5X
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-20Merge pull request #433 from HiFiPhile/sofHa Thach
Disable SOF in dcd_stm32_fsdev
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-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-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-14Fix alignment.Reinhard Panhuber
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-13Fix too strict checks on subclass and interface of iad descriptor.Reinhard 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-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
2020-05-28add get device qualifier descriptorhathach