summaryrefslogtreecommitdiff
path: root/lib/tinyusb
AgeCommit message (Collapse)Author
2019-03-26Update TinyUSB to fix CDC OUT bufferingScott Shawcroft
Fixes #1630
2019-02-21Add option to disable the concurrent write protectionScott Shawcroft
This allows writing to the filesystem from the host computer and CircuitPython by increasing the risk of filesystem corruption.
2019-01-29update tinyusb, work better with sdhathach
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
The API should be identical to using a UART for MIDI. Fixes #672
2018-12-06Switch TinyUSB back to hathach's version. The merge commit of the commit we ↵Scott Shawcroft
were on.
2018-11-23Update tinyusb to include control fixes.Scott Shawcroft
2018-11-14Update TinyUSB with SAMD fixes.Scott Shawcroft
Fixes #1327
2018-11-09Incorporate feedback:Scott Shawcroft
* Clean up board defines. * Add flush on eject and stay ejected. * Swith back to NONE protocol for CDC.
2018-11-09Build refinement to handle warnings and quiet outputScott Shawcroft
2018-11-08Move 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-10-05fix tinyusb cdc issuehathach
2018-09-25update nrfx to 1.3.0hathach
2018-08-28update tinyusb to fix #1007 serial issuehathach
2018-08-21add touch 1200 for dfu-flashhathach
2018-08-01update tinyusbhathach
2018-07-31hid keyboard and mouse work wellhathach
2018-07-31workaround to use lib/utils/interrupt_char.chathach
2018-07-31update tinyusb, set scsi sense key for unsupported commandshathach
2018-07-27house keepinghathach
2018-07-27add usb msc callback descriptionhathach
2018-07-26update tusb libhathach
2018-07-17arturo182 reviewhathach
2018-07-17should fix #1021hathach
- update tinyusb for wanted char - move usb code into usb.c
2018-07-10code formathathach
2018-07-10try to fix travis build errorhathach
2018-07-10generate uf2 by defaulthathach
update tusb
2018-07-05implement msc with internal_flash apihathach
Note: only work with SD is disabled.
2018-07-04add usb msc support for nrf52840hathach
2018-07-04update tusbhathach
2018-07-03update tools/uf2 to have family supporthathach
2018-07-03add tinyusb as submodulehathach