| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-17 | Refine iMX RT memory layout and add three boards | Scott Shawcroft | |
| Introduces a way to place CircuitPython code and data into tightly coupled memory (TCM) which is accessible by the CPU in a single cycle. It also frees up room in the corresponding cache for intermittent data. Loading from external flash is slow! The data cache is also now enabled. Adds support for the iMX RT 1021 chip. Adds three new boards: * iMX RT 1020 EVK * iMX RT 1060 EVK * Teensy 4.0 Related to #2492, #2472 and #2477. Fixes #2475. | |||
| 2019-12-27 | more tinyusb update | hathach | |
| 2019-12-26 | sync with https://github.com/hathach/tinyusb/pull/246 | hathach | |
| should fix slow enumeration | |||
| 2019-12-26 | improve usb dcd samd51 | hathach | |
| fix race condition with setup packet + scsi status response | |||
| 2019-12-17 | bump tinyusb lib submodule | hathach | |
| 2019-10-15 | add dummy common_hal_mcu_processor_get_voltage() for spresense | Dan Halbert | |
| 2019-10-09 | Update tinyUSB | Kamil Tomaszewski | |
| 2019-10-01 | Update tinyusb to fix gamepad;add HID OUT interface descriptor | Dan Halbert | |
| 2019-09-09 | Add support for F412 via latest tinyusb update | Hierophect | |
| 2019-08-19 | update tinyusb to 00c440cb | Dan Halbert | |
| 2019-08-16 | update tinyusb | Jeff Epler | |
| This fixes a problem with USB MIDI messages 0xc and 0xd and Closes: #2057 | |||
| 2019-07-24 | update tinyusb lib to 0.5.x | hathach | |
| 2019-04-04 | update tinyusb to fix disconnect/suspend issue with #1681 | hathach | |
| 2019-03-26 | Update TinyUSB to fix CDC OUT buffering | Scott Shawcroft | |
| Fixes #1630 | |||
| 2019-02-21 | Add option to disable the concurrent write protection | Scott Shawcroft | |
| This allows writing to the filesystem from the host computer and CircuitPython by increasing the risk of filesystem corruption. | |||
| 2019-01-29 | update tinyusb, work better with sd | hathach | |
| 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-12-06 | Switch TinyUSB back to hathach's version. The merge commit of the commit we ↵ | Scott Shawcroft | |
| were on. | |||
| 2018-11-23 | Update tinyusb to include control fixes. | Scott Shawcroft | |
| 2018-11-14 | Update TinyUSB with SAMD fixes. | Scott Shawcroft | |
| Fixes #1327 | |||
| 2018-11-09 | Incorporate feedback: | Scott Shawcroft | |
| * Clean up board defines. * Add flush on eject and stay ejected. * Swith back to NONE protocol for CDC. | |||
| 2018-11-09 | Build refinement to handle warnings and quiet output | Scott Shawcroft | |
| 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-10-05 | fix tinyusb cdc issue | hathach | |
| 2018-09-25 | update nrfx to 1.3.0 | hathach | |
| 2018-08-28 | update tinyusb to fix #1007 serial issue | hathach | |
| 2018-08-21 | add touch 1200 for dfu-flash | hathach | |
| 2018-08-01 | update tinyusb | hathach | |
| 2018-07-31 | hid keyboard and mouse work well | hathach | |
| 2018-07-31 | workaround to use lib/utils/interrupt_char.c | hathach | |
| 2018-07-31 | update tinyusb, set scsi sense key for unsupported commands | hathach | |
| 2018-07-27 | house keeping | hathach | |
| 2018-07-27 | add usb msc callback description | hathach | |
| 2018-07-26 | update tusb lib | hathach | |
| 2018-07-17 | arturo182 review | hathach | |
| 2018-07-17 | should fix #1021 | hathach | |
| - update tinyusb for wanted char - move usb code into usb.c | |||
| 2018-07-10 | code format | hathach | |
| 2018-07-10 | try to fix travis build error | hathach | |
| 2018-07-10 | generate uf2 by default | hathach | |
| update tusb | |||
| 2018-07-05 | implement msc with internal_flash api | hathach | |
| Note: only work with SD is disabled. | |||
| 2018-07-04 | add usb msc support for nrf52840 | hathach | |
| 2018-07-04 | update tusb | hathach | |
| 2018-07-03 | update tools/uf2 to have family support | hathach | |
| 2018-07-03 | add tinyusb as submodule | hathach | |
