| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-07 | Update usb_descriptor submodule | Kamil Tomaszewski | |
| 2019-04-05 | updated usb_descriptor submodule per @hathach | Dan Halbert | |
| 2019-01-09 | Add USB MIDI support for SAMD and nRF. | Scott Shawcroft | |
| The API should be identical to using a UART for MIDI. Fixes #672 | |||
| 2018-11-08 | Move atmel-samd to tinyusb and support nRF flash. | Scott Shawcroft | |
| This started while adding USB MIDI support (and descriptor support is in this change.) When seeing that I'd have to implement the MIDI class logic twice, once for atmel-samd and once for nrf, I decided to refactor the USB stack so its shared across ports. This has led to a number of changes that remove items from the ports folder and move them into supervisor. Furthermore, we had external SPI flash support for nrf pending so I factored out the connection between the usb stack and the flash API as well. This PR also includes the QSPI support for nRF. | |||
| 2018-04-23 | HID gamepad support | Dan Halbert | |
| 2018-04-08 | update usb_descriptor again | Dan Halbert | |
| 2018-04-08 | Reorder composite device interfaces; fix report length bug | Dan Halbert | |
| 2018-04-02 | Add USB HID support, including Consumer Control | Dan Halbert | |
| 2018-04-02 | WIP: seems to be done | Dan Halbert | |
| 2018-03-30 | WIP: works with just keyboard but not complex report descriptor | Dan Halbert | |
| 2017-11-02 | tools: Switch to using separate usb_descriptor repo. | Scott Shawcroft | |
| 2017-10-30 | atmel-samd: More USB polish | Scott Shawcroft | |
| * Introduce a python script to generate the USB descriptor instead of a bunch of C macros. In the future, we can use this dynamically in CircuitPython. * Add support for detecting read-only mass storage mounts. Fixes #377 | |||
