| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Call tud_cdc_tx_cb right after flush to keep tx fifo full | Gavin Li | |
| 2020-06-20 | Merge pull request #433 from HiFiPhile/sof | Ha Thach | |
| Disable SOF in dcd_stm32_fsdev | |||
| 2020-06-20 | Merge branch 'master' into uac2 | Reinhard Panhuber | |
| Conflicts: src/device/usbd.c | |||
| 2020-06-20 | Merge remote-tracking branch 'origin/uac2' into uac2 | Reinhard Panhuber | |
| 2020-06-20 | Merge branch 'master' of https://github.com/PanRe/tinyusb.git into uac2 | Reinhard Panhuber | |
| 2020-06-20 | Get update from tinyusb. | Reinhard Panhuber | |
| 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-18 | Add tx callback to cdc device | Gavin Li | |
| Useful for continuous transmission of data, which is difficult currently because there is no notification of tx completion. | |||
| 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-16 | fix hs port1 build with net endpoint | hathach | |
| 2020-06-16 | fix stm32h743 priority with freeRTOS | hathach | |
| 2020-06-15 | update example config and descriptor with better Highspeed support | hathach | |
| 2020-06-15 | Enhance EP FIFO allocation for both Fullspeed and Highspeed | hathach | |
| - 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-15 | update midi | hathach | |
| 2020-06-15 | clean up, update other example config | hathach | |
| 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 | cherry pick PR399 commit : Interrupt time improvements | Jan Dümpelmann | |
| 2020-06-14 | overwrite setup packet | hathach | |
| 2020-06-14 | improve usbd log for control transfer | hathach | |
| 2020-06-14 | revert CFG_TUSB_RHPORT0_MODE to previous way | hathach | |
| 2020-06-14 | Fix alignment. | Reinhard Panhuber | |
| 2020-06-14 | Fix alignment. | Reinhard Panhuber | |
| 2020-06-14 | Fix alignment. | Reinhard Panhuber | |
| 2020-06-14 | Merge branch 'fix-too-strict-iad-checks' into uac2 | Reinhard Panhuber | |
| Conflicts: src/device/usbd.c | |||
| 2020-06-13 | Fix too strict checks on subclass and interface of iad descriptor. | Reinhard Panhuber | |
| 2020-06-13 | Fix mic audio descriptor, fix too strict check on IAD desc. in usbd.c | Reinhard Panhuber | |
| 2020-06-11 | Merge branch 'master' into uac2 | 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-06-01 | adding speed detect on bus reset | hathach | |
| 2020-06-01 | allow hs ep open with 512 bytes | hathach | |
| 2020-05-31 | fixed EP0 size to 64 since LS is not supported in device mode | hathach | |
| - set turn-around and report actual speed in Enum Done - add dcd_event_bus_reset() helper to report speed | |||
| 2020-05-31 | able to detect as hs | hathach | |
| 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 | |||
