| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-20 | Implement control EP0 buffer and get rid of CFG_TUD_AUDIO_USE_TX_FIFO | Reinhard Panhuber | |
| 2020-07-19 | Implement all missing A.17 control selectors | Reinhard Panhuber | |
| 2020-07-18 | Add A.17.4 - Terminal Control Selectors | Reinhard Panhuber | |
| 2020-07-17 | Intermediate commit. | Reinhard Panhuber | |
| 2020-06-20 | Merge branch 'master' into uac2 | Reinhard Panhuber | |
| Conflicts: src/device/usbd.c | |||
| 2020-06-20 | Get update from tinyusb. | 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-05-28 | Add bt hci device class | Jerzy Kasenberg | |
| Code implements USB transport for bluetooth HCI. | |||
| 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 | |
| 2020-05-28 | improve msc | hathach | |
| 2020-05-28 | change signature for dfu runtime | hathach | |
| 2020-05-27 | changing usbd driver open() return type, add max_len | hathach | |
| only done with cdc and msc, push this interim for feedback first | |||
| 2020-05-22 | Add basic UAC2 structure - untested | Reinhard Panhuber | |
| 2020-04-26 | revert a change to net driver | hathach | |
| 2020-04-26 | add TODO for usbnet clean up | hathach | |
| 2020-04-26 | add usbd edpt open | hathach | |
| - RTT mode is blocking to prevent log lost - Improve logging message | |||
| 2020-04-23 | Revert "Merge pull request #359 from versioduo/midi-flow-control" | hathach | |
| This reverts commit 1d33aa9b6f7940f9eac07ce684515856940175da, reversing changes made to 718db7e5369df57b0f49a563737e6e0446fd4c4d. | |||
| 2020-04-22 | house keeping | hathach | |
| 2020-04-22 | clean up | hathach | |
| 2020-04-22 | Merge pull request #359 from versioduo/midi-flow-control | Ha Thach | |
| MIDI - Add flow control to incoming packet stream | |||
| 2020-04-20 | add extra comma to HID_REPORT_ID | hathach | |
| this make the template with Report ID look less weird to the user | |||
| 2020-04-19 | MIDI - Add flow control to incoming packet stream | Kay Sievers | |
| Larger SysEx transfers get corrupted by incoming packets. This changes the FIFOs not to overwrite their data. MIDI should not be a transport that drops packets. A potentially blocking device is easier to detect and handle than a device that silently corrupts the packet stream at random overflows, especially when SysEx messages are involved. | |||
| 2020-04-19 | Merge pull request #258 from versioduo/midi-packets | Ha Thach | |
| MIDI packet interface | |||
| 2020-04-17 | fix typo | hathach | |
| 2020-04-17 | correct return for write flush | hathach | |
| 2020-04-17 | add a bit of document for cdc device API. also improve cdc write flush when ↵ | hathach | |
| complete. | |||
| 2020-04-17 | Merge pull request #260 from majbthrd/cdczlp | Ha Thach | |
| CDC device: fix behavior for transfers that are a whole multiple of endpoint buffer | |||
| 2020-04-16 | per review | hathach | |
| 2020-04-15 | correct usbnet control complete response | hathach | |
| don't return false with STD request get/setInterface() or targeted Data Interface (itfnum +1) | |||
| 2020-04-15 | implement alternate setInterface() request | hathach | |
| mostly forward these request (recipient = interface) to class driver. | |||
| 2020-04-15 | use IAD to assign itf2drv mapping correctly | hathach | |
| merge net_data back into net driver | |||
| 2020-04-15 | change cdc template protocol to None | hathach | |
| 2020-04-15 | tested usbnet, completely remove class code | hathach | |
| 2020-04-15 | Merge branch 'master' into class-driver-id | hathach | |
| 2020-04-15 | test vendor | hathach | |
| 2020-04-15 | test with tmc | hathach | |
| 2020-04-15 | test ok with cdc and msc | hathach | |
| 2020-04-15 | tested with midi | hathach | |
| 2020-04-14 | usbnet: remove CDC-EEM | Peter Lawrence | |
| 2020-04-15 | tested with hid | hathach | |
| 2020-04-15 | use class driver open() for interface support detection | hathach | |
| tested with dfu_runtime | |||
| 2020-04-12 | usbnet: OS-agnostic (Windows/Linux/macOS) network driver | Peter Lawrence | |
