| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-30 | Fix receiving of short packet data (ep out) | Jan Dümpelmann | |
| 2020-06-30 | Merge pull request #427 from kasjer/kasjer/add-da1469x-support | Ha Thach | |
| Support for DA1469x MCU from Dialog Semiconductor | |||
| 2020-06-29 | Merge pull request #445 from hathach/add-kaluga-bsp | Ha Thach | |
| added esp32s2 kaluga bsp | |||
| 2020-06-29 | add kaluga files | hathach | |
| 2020-06-29 | update ci | hathach | |
| 2020-06-29 | added esp32s2 kaluga bsp | hathach | |
| 2020-06-29 | Merge pull request #399 from duempel/redesign_synopsys_receive | Ha Thach | |
| Improvements to Synopsys EP OUT | |||
| 2020-06-29 | Add board support for Dialog DA1469x-dk-pro | Jerzy 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-29 | Add author name to dcd_synopsys.c | Jan Dümpelmann | |
| 2020-06-29 | Add name to contributor list | Jan Dümpelmann | |
| 2020-06-26 | Remove EP0 remaining bytes manipulation | Jan Dümpelmann | |
| Renaming edpt_xact to edpt_schedule_packets | |||
| 2020-06-26 | Merge pull request #444 from jepler/same5x_bugfix | Ha Thach | |
| dcd_samd: Provide implementation for OPT_MCU_SAME5X | |||
| 2020-06-25 | dcd_samd: Provide implementation for OPT_MCU_SAME5X | Jeff Epler | |
| 2020-06-26 | Merge pull request #441 from hathach/add-same5x | Ha Thach | |
| added OPT_MCU_SAME5X option | |||
| 2020-06-26 | update readme | hathach | |
| 2020-06-25 | Merge pull request #442 from czeslawmakarski/pr/update-nrfx-to-nrfx-2.2.0 | Ha Thach | |
| Update NRFX to v2.2.0 | |||
| 2020-06-24 | Update NRFX to v2.2.0 | Czeslaw Makarski | |
| 2020-06-24 | added OPT_MCU_SAME5X option | hathach | |
| 2020-06-22 | Merge pull request #438 from UweBonnes/debug | Ha Thach | |
| examples/readme.md: Add hint to build for debug | |||
| 2020-06-21 | examples/readme.md: Add hint to build for debug. | Uwe Bonnes | |
| 2020-06-20 | Merge pull request #433 from HiFiPhile/sof | Ha Thach | |
| Disable SOF in dcd_stm32_fsdev | |||
| 2020-06-18 | Add transaction (edpt_xact) as sub transfer | Jan Dümpelmann | |
| A transfer can have one or multiple transactions. Usually only EP0 splits one xfer into multiple xact. | |||
| 2020-06-18 | Disable SOF in dcd_stm32_fsdev | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2020-06-17 | Merge pull request #431 from HiFiPhile/unaligned | Ha Thach | |
| Fix IAR compiler warnings. | |||
| 2020-06-17 | Fix IAR warnings. | Mengsk | |
| Pa039 : use of address of unaligned structure member. Pe188: enumerated type mixed with another type. | |||
| 2020-06-14 | Merge pull request #430 from PanRe/fix-too-strict-iad-checks | Ha Thach | |
| Fix too strict checks on subclass and protocol entries of iad descriptor. | |||
| 2020-06-14 | Fix wrong comment for IAD checks. | Reinhard Panhuber | |
| 2020-06-14 | Fix alignment. | Reinhard Panhuber | |
| 2020-06-14 | Fix alignment. | Reinhard Panhuber | |
| 2020-06-13 | Fix too strict checks on subclass and interface of iad descriptor. | Reinhard Panhuber | |
| 2020-06-09 | Add DCD for Dialog DA1469x MCU | Jerzy 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-09 | Add Dialog DA1469x register definition file | Jerzy 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-01 | Update feature_request.md | Ha Thach | |
| 2020-06-01 | Update bug_report.md | Ha Thach | |
| 2020-05-31 | Merge pull request #413 from kasjer/kasjer/ble-over-usb | Ha Thach | |
| Bluetooth HCI transport over USB | |||
| 2020-05-29 | Merge pull request #424 from hathach/fix-idf-usb-pin-init | Ha Thach | |
| fix idf usb pin init changes | |||
| 2020-05-29 | fix idf usb pin init changes | hathach | |
| 2020-05-28 | Merge pull request #421 from hathach/add-qualifier-descriptor | Ha Thach | |
| add get device qualifier descriptor | |||
| 2020-05-28 | add get device qualifier descriptor | hathach | |
| 2020-05-28 | Add bt hci device class | Jerzy Kasenberg | |
| Code implements USB transport for bluetooth HCI. | |||
| 2020-05-28 | Add non standard request handling in class | Jerzy Kasenberg | |
| For some reason bluetooth stack implementations send class requests to device instead of interface. To implement HCI interface over USB non device addressed requests for class need to be handled. | |||
| 2020-05-28 | Merge pull request #418 from hathach/enhance-usbd-driver-open | Ha Thach | |
| Enhance usbd driver open() API | |||
| 2020-05-28 | check max_len for vendor and hid | hathach | |
| 2020-05-28 | rename to drv_len to be consistent | hathach | |
| 2020-05-28 | initial transfer failed in open() shouldn't cause the driver open to fail. | hathach | |
| 2020-05-28 | update vendor open() | hathach | |
| 2020-05-28 | update usbtmc open() | hathach | |
| 2020-05-28 | update net open() | hathach | |
| 2020-05-28 | update midi open() | hathach | |
| 2020-05-28 | update hid open() | hathach | |
