| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-31 | clean up | hathach | |
| 2021-05-31 | remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer() | hathach | |
| 2021-05-31 | fix cast-align warning in msc host | hathach | |
| 2021-05-30 | add more comment | hathach | |
| 2021-05-30 | add errata number | hathach | |
| 2021-05-30 | fix incorrect data toggle when max packet size < 64 | hathach | |
| fix host buf_sel panic with "already available" | |||
| 2021-05-30 | rp2040: fix debug compilation error | graham sanderson | |
| 2021-05-29 | Adaptations for Renesas CCRX toolchain and Rx72N controller performed | Wini-Buh | |
| 2021-05-28 | update limit each transfer not less than 64 | hathach | |
| 2021-05-27 | more include clean up | hathach | |
| 2021-05-27 | clean up tusb_fifo.h include | hathach | |
| 2021-05-18 | correct ehci control endpoint address report on xfer complete | hathach | |
| improve host log | |||
| 2021-05-18 | add hcd_ehci.h as interface for ehci port | hathach | |
| 2021-05-11 | only apply errata walkaround for nrf52 | hathach | |
| 2021-05-11 | Allow build for NRF5340 MCU | Jerzy Kasenberg | |
| Errata code referred to NRF_USBD_BASE. This definition is not present in NRF5340 but both NRF52 and NRF53 do have NRF_USBD which maps to NRF_USBD_BASE for NRF52 and to NRF_USBD_S_BASE for NRF5340. This just make build possible for NRF5340. | |||
| 2021-05-10 | Update trace statements that referenced deprecated structure elements. | corvus-ossifragus | |
| 2021-05-10 | Merge pull request #826 from hathach/minor-cleanup | Ha Thach | |
| minor clean up | |||
| 2021-05-10 | minor clean up | hathach | |
| 2021-05-07 | Update hcd_rp2040.c | corvus-ossifragus | |
| Remove reference to the deprecated "num" and "in" members of struct hw_endpoint which still exist in an assert statement and break DEBUG builds. | |||
| 2021-05-02 | Merge pull request #804 from hathach/audio_make_dma_ready | Ha Thach | |
| Implement functions to allow for DMA usage in audio driver. | |||
| 2021-04-26 | use correct NBYTES_MAX for full and high speed | hathach | |
| 2021-04-26 | clean up | hathach | |
| 2021-04-26 | ip3511 correct buffer offset, nbytes layout for highspeed port1 | hathach | |
| able to get passed enumeration and up to READ10 | |||
| 2021-04-24 | fix unaligned access with port1 hs | hathach | |
| 2021-04-24 | lpc55 improve multiple controller support | hathach | |
| port1 highspeed requires USB_RAM | |||
| 2021-04-24 | lpc55 correct bus_reset with highspeed on support controller | hathach | |
| correct hsphy init for family | |||
| 2021-04-24 | lpc55 better multiport support | hathach | |
| 2021-04-24 | update dcd ip3511 for better multiple rhport support | hathach | |
| 2021-04-23 | Implement functions to allow for DMA usage in audio driver. | Reinhard Panhuber | |
| - Add tud_audio_n_get_ep_out_ff(), tud_audio_n_get_ep_in_ff(), tud_audio_n_get_rx_support_ff(), and tud_audio_n_get_tx_support_ff() - Change get_linear_read/write_info() to return linear and wrapped part at once - Adjusted affected code in audio_device.c and tested with audio_4_channel. | |||
| 2021-04-16 | tinyusb: add support of esp32s3 target | Alex Lisitsyn | |
| add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted | |||
| 2021-04-15 | Merge branch 'master' into edpt_ISO_xfer | hathach | |
| 2021-04-15 | minor clean up | hathach | |
| 2021-04-09 | Add support for SAM L22 family | Joey Castillo | |
| 2021-04-06 | revert dcd_edpt_xfer_fifo() implementation for esp32s2 | hathach | |
| 2021-04-06 | revert dcd_edpt_xfer_fifo() implementation for nuc120 121 | hathach | |
| 2021-04-06 | revert dcd_edpt_xfer_fifo() implementation for msp430 | hathach | |
| 2021-04-05 | revert dcd_edpt_xfer_fifo() implementation for stm32_fsdev | hathach | |
| 2021-04-04 | revert dcd_edpt_xfer_fifo() implementation for nuc505 | hathach | |
| 2021-04-04 | revert dcd_edpt_xfer_fifo() implementation for samg | hathach | |
| samg fifo is accessed byte by byte (although the register is 32 bit). | |||
| 2021-04-03 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-03-28 | cleanup | kkitayam | |
| 2021-03-27 | fixed a OUT transfer did not completed multiple of the max packet size | kkitayam | |
| 2021-03-27 | using BRDY interruption for handling IN transfers. | kkitayam | |
| 2021-03-26 | update for gr_citurs | kkitayam | |
| 2021-03-26 | added dcd for Renesas USBa | kkitayam | |
| 2021-03-23 | add efm32 driver | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-03-23 | Fix bug in writing to constant src/dst address. | Reinhard Panhuber | |
| Copying has to be conduct in full words (at least for STM32). Renamed copy function to tu_fifo_write_n_const_addr_full_words() | |||
| 2021-03-18 | fix race condition that could cause drop packet of Bulk OUT transfer | hathach | |
| NRF_USBD->SIZE.EPOUT[epnum] only need to write once to enable Bulk/Interrupt transfer. We only need to do it in dcd_edpt_open() and dcd_edpt_clear_stall() | |||
| 2021-03-16 | fix build with OPT_MCU_LPC177X_8X | hathach | |
| 2021-03-10 | fix ci build with rp2040 | hathach | |
