| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-03-10 | Merge branch 'master' into edpt_ISO_xfer | hathach | |
| 2021-03-04 | fix enum walkaround forever check for SE0 when pull up is disabled | hathach | |
| 2021-03-02 | Change copy modes for new read/write functions in tusb_fifo.c | Reinhard Panhuber | |
| 2021-03-02 | Change for copy modes in dcd_synopsis.c | Reinhard Panhuber | |
| 2021-03-02 | Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo() | Reinhard Panhuber | |
| 2021-03-02 | Revert implementation of dcd_edpt_iso_xfer() | Reinhard Panhuber | |
| 2021-03-02 | clean up | hathach | |
| 2021-03-02 | rp2040 add disconnection detection | hathach | |
| - also use dcd_event_bus_reset() - Add TODO for suspend, resume later on (need to test with/without vbus detection). | |||
| 2021-03-02 | fix rp2040 host build | hathach | |
| 2021-03-02 | Merge pull request #684 from hathach/rp2040-host-example | Ha Thach | |
| add rp2040 to host example build | |||
| 2021-02-27 | Merge pull request #675 from majbthrd/rp2040epaddr | Ha Thach | |
| rp2040: use TU endpoint conventions and remove redundant variables | |||
| 2021-02-26 | rp2040: improve _hw_endpoint_init() | Peter Lawrence | |
| 2021-02-26 | add rp2040 to host example build | hathach | |
| 2021-02-26 | Merge pull request #682 from hathach/rp2040_fix_hcd_init | Ha Thach | |
| Update RP2040 hcd_init to have rhport argument. | |||
| 2021-02-25 | Update RP2040 hcd_init to have rhport argument. | Liam Fraser | |
| 2021-02-25 | Merge branch 'master' into rp2040epaddr | majbthrd | |
| 2021-02-25 | Merge branch 'master' into rp2040device | majbthrd | |
| 2021-02-25 | rp2040: requested code mode in rp2040_usb.h | Peter Lawrence | |
