| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-22 | make hcd tdi more generic | hathach | |
| 2021-02-22 | Pass the correct speed on Spresense | Kamil Tomaszewski | |
| 2021-02-22 | rename hcd_lpc18_43 to hcd_transdimension | hathach | |
| 2021-02-22 | merge iso and cbi transaction size to max ep size | hathach | |
| 2021-02-19 | Remove stray. commented out line | ndinsmore | |
| 2021-02-18 | Change to using tu_min32 | ndinsmore | |
| This was a github edit, not tested | |||
| 2021-02-17 | Included size check for ISO buffers | Nicholas R Dinsmore | |
| 2021-02-17 | Add (void *) for pointer cast. | Reinhard Panhuber | |
| 2021-02-17 | Fix wrong pointer call in dcd_samg.c | Reinhard Panhuber | |
| 2021-02-17 | Fix wrong tu_fifo_read_n() call in dcd_stm32_fsdev.c | Reinhard Panhuber | |
| 2021-02-17 | Fix missing pointer operator in dcd_nuc505.c | Reinhard Panhuber | |
| 2021-02-17 | Fix missing FIFO definitions | Reinhard Panhuber | |
| 2021-02-17 | Fix bug in evasion buffer list | Reinhard Panhuber | |
| 2021-02-17 | Implement dcd_edpt_iso_xfer() for dcd_stm32_fsdev | Reinhard Panhuber | |
| Implemented a special copy strategy to copy directly from the FIFO. This function, however, is untested and should be regarded as unreliable until somebody was able to test it | |||
| 2021-02-17 | Enable iso buffers per rp2040 spec | Nicholas R Dinsmore | |
| 2021-02-14 | Implement dcd_edpt_iso_xfer() for msp430 | Reinhard Panhuber | |
| 2021-02-14 | Change FIFO use indication to ff == NULL to avoid future errors. | Reinhard Panhuber | |
| This way people don't need to pay attention for the buffer pointer | |||
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for INTERRUPT driven dcd_nuc505 | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_nuc121.c | Reinhard Panhuber | |
| 2021-02-13 | Fix not increment xfer->buffer if xfer->buffer == NULL in dcd_samg.c | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_nuc120.c | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_samg.c. NOTE: ISO EP not supported | Reinhard Panhuber | |
| 2021-02-13 | Implement dcd_edpt_iso_xfer() for dcd_esp32s2.c | Reinhard Panhuber | |
| 2021-02-12 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-02-12 | Complete redesign of audio driver. | Reinhard Panhuber | |
| 2021-02-12 | Fixes RP2040 buffer reallocation overrun problem (#642) | ndinsmore | |
| Fix running out of memory on a device that repeatedly closes and opens an endpoint. This is a workaround at the moment. A better solution would be to implement reclaiming usb buffer memory when closing an endpoint (i.e. implement dcd_edpt_close). | |||
| 2021-02-01 | Merge pull request #610 from hathach/rp2040-followup2 | Ha Thach | |
| Rp2040 followup2 | |||
| 2021-02-01 | Merge pull request #601 from majbthrd/start_pi2tu | Ha Thach | |
| start the assimilation of Pi Pico into TU | |||
| 2021-01-31 | Rework audio driver | Reinhard Panhuber | |
| 2021-01-27 | clean up rp2040 assigned_address, remove panic from remote_wakeup | hathach | |
| 2021-01-27 | wrap rp2040_usb around opt mcu | hathach | |
| 2021-01-25 | Fix dcd issues on cxd56 | Kamil Tomaszewski | |
| Pass the next setup package when USB stack is ready to receive it. When the transfer is 0 on EP0 send complete to the USB stack Pass the data received after the setup package to the USB stack. | |||
| 2021-01-23 | rp2040: start to adopt TU coding conventions | Peter Lawrence | |
| 2021-01-23 | rp2040_hcd: check pointer before using | Peter Lawrence | |
| 2021-01-21 | Merge branch 'master' into pico | Ha Thach | |
| 2021-01-19 | RP2040 support | graham sanderson | |
| 2021-01-19 | Change names from edpt_ISO_xfer to edpt_iso_xfer | Reinhard Panhuber | |
| 2021-01-18 | Correct include path to #include "common/tusb_fifo.h" | Reinhard Panhuber | |
| 2021-01-18 | Implement dcd_edpt_ISO_xfer() and adapt transmission scheme | Reinhard Panhuber | |
| 2021-01-09 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-01-08 | fix ci | hathach | |
| 2021-01-08 | use dcd_event_bus_reset() with speed to replace bus_signal | hathach | |
| 2021-01-08 | another rename | hathach | |
| 2021-01-08 | remove inline for update_grxfsiz | hathach | |
| 2021-01-08 | more minor work | hathach | |
| 2021-01-08 | minor clean up following pr581 | hathach | |
| 2021-01-08 | Merge pull request #581 from hathach/dcd_synopsis_mem_allocation | Ha Thach | |
| Dcd synopsis mem allocation | |||
| 2021-01-08 | comment clean up | hathach | |
| 2021-01-08 | update comment and correct the size to 8+2 | hathach | |
| 2021-01-08 | walkround for samd21 setup_packet overflow | hathach | |
| increase setup packet size from 8 to 12, since USB DMA controller is suspected to overflow the buffer with 2 extra bytes | |||
