| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-30 | A CDC-like blocking behaviour | Alexander Golovanov | |
| 2021-01-28 | Fix midi sysex sending bug | Michael Himing | |
| 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 | Merge pull request #604 from kamtom480/spresense-sdk-2.0.2 | Ha Thach | |
| Update Spresense SDK and fix dcd issues | |||
| 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-25 | fix host build | hathach | |
| 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-22 | fix compiler warning | hathach | |
| 2021-01-21 | Merge branch 'master' into pico | Ha Thach | |
| 2021-01-20 | Add __restrict keyword and memore alignment to src/dst pointer of | Reinhard Panhuber | |
| _tu_fifo_read_from_const_src_ptr() _tu_fifo_write_to_const_dst_ptr() | |||
| 2021-01-19 | RP2040 support | graham sanderson | |
| 2021-01-19 | Adjust #include "dcd.h" to "device/dcd.h", the same for usbd.h in usbd.c | Reinhard Panhuber | |
| 2021-01-19 | Change names from edpt_ISO_xfer to edpt_iso_xfer | Reinhard Panhuber | |
| 2021-01-18 | Explicitly add cast to uint32_t before shifting uint8 to left | 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-18 | Add usbd_edpt_ISO_xfer() | Reinhard Panhuber | |
| 2021-01-18 | Clean up | Reinhard Panhuber | |
| 2021-01-18 | Add FIFO copy modes: tu_fifo_copy_mode_t | Reinhard Panhuber | |
| Allows to copy from/to constant pointers required for STM32 hardware FIFO copies. | |||
| 2021-01-18 | Add tusb_fifo.h header file to dcd.h | Reinhard Panhuber | |
| 2021-01-18 | Implement the usage of usbd_edpt_ISO_xfer() | Reinhard Panhuber | |
| 2021-01-17 | Add tu_fifo_read_n_into_other_fifo() to copy into from FIFO into another | Reinhard Panhuber | |
| Fix overflow in tu_fifo_write_n() | |||
| 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 | |||
| 2021-01-07 | change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64 | hathach | |
| 2021-01-04 | Correct function declaration | Reinhard Panhuber | |
| 2021-01-04 | Minor corrections for PR | Reinhard Panhuber | |
| - externerlize code into functions - correct comments | |||
| 2021-01-04 | Remove too verbose comment | Reinhard Panhuber | |
| 2021-01-04 | Start changes - not yet finished | Reinhard Panhuber | |
| 2021-01-03 | Adapt to new control xfer callback | Jacob Potter | |
| 2021-01-03 | Merge branch 'master' into ncm | Jacob Potter | |
| 2021-01-03 | Clean up | Reinhard Panhuber | |
| 2021-01-03 | Rework USB FIFO allocation scheme and allow RX FIFO size reduction | Reinhard Panhuber | |
| 2020-12-25 | Merge pull request #569 from kkitayam/add_support_for_frdm_kl25z | Ha Thach | |
| add support for frdm_kl25z | |||
| 2020-12-24 | Merge pull request #571 from HiFiPhile/iar_fifo | Ha Thach | |
| Fix IAR error on memcpy and warnings. | |||
| 2020-12-23 | Fix IAR error on memcpy and warnings. | HiFIPhile | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2020-12-23 | fixed wrong direction to enable EP in dcd_edpt_open. | kkitayam | |
| fixed incorrect handling of STALL other than EP0 convert tabs to spaces removed unused symbols | |||
| 2020-12-23 | Added MSC read10 and write10 function | Yakovenko Andrey | |
| 2020-12-22 | Merge pull request #573 from HiFiPhile/scsi_mode_sense6_t | Ha Thach | |
| IAR build error fixes | |||
