| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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-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-03 | Clean up | Reinhard Panhuber | |
| 2021-01-03 | Rework USB FIFO allocation scheme and allow RX FIFO size reduction | Reinhard Panhuber | |
| 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-18 | added support for frdm_kl25z | kkitayam | |
| 2020-11-27 | fix ci | hathach | |
| 2020-11-27 | add bus suspend & resume support for esp32s2 | hathach | |
| 2020-11-09 | fix ci | hathach | |
| 2020-10-24 | Move into if statement | Jacob Potter | |
| 2020-10-24 | CR feedback: compare CFG_TUSB_RHPORT1_MODE instead of using new macro | Jacob Potter | |
| 2020-10-18 | Allow use of internal FS PHY on OTG_HS interface | Jacob Potter | |
| Some ST parts (like STM32F74xxx / STM32F75xxx) allow the USB_OTG_HS core to be used with either an external high-speed ULPI PHY or an internal full-speed-only (12mbps) PHY. Currently the code assumes than an ULPI PHY is used unless the chip has an internal high-speed PHY (`#if defined(USB_HS_PHYC)`), with no provision to use the internal FS PHY. | |||
| 2020-10-11 | Merge pull request #525 from kasjer/kasjer/da1469x-iso | Ha Thach | |
| da1469x iso support | |||
| 2020-10-11 | Merge pull request #520 from salkinium/feature/misc_enhancements | Ha Thach | |
| STM32F3 IRQ remap option and some minor improvements | |||
| 2020-10-10 | Merge pull request #521 from PanRe/uac2 | Ha Thach | |
| Uac2 | |||
| 2020-10-10 | Dynamically check STM32F3 IRQ remap option | Niklas Hauser | |
| 2020-10-09 | Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EP | Reinhard Panhuber | |
| Add tud_audio_set_itf_close_EP_cb() | |||
| 2020-10-08 | DA146xx: Allow transmitting of packets larger then 64 bytes | Jerzy Kasenberg | |
| FIFO is limited to 64 bytes yet MCU is capable of transmitting larger packets provided that FIFO will be filled on the fly and USB_USB_TXCx_REG_USB_LAST_Msk bit is set after FIFO is filled with all the data that should be transmitted. This change allows to use FIFO level warning interrupt to fill FIFO. When DMA is available it will be used instead of interrupts. Some function names were changed to better reflect what each function does. | |||
| 2020-10-08 | DA146xx: Add support for ISO endpoints | Jerzy Kasenberg | |
| Few changes were needed to have working ISO endpoints. | |||
| 2020-10-08 | DA146xx: Add dcd_edpt_close | Jerzy Kasenberg | |
| Closing endpoints can be important when there are alternate instances. This adds functionality of closing endpoints similar to what exists in other drivers. | |||
| 2020-10-08 | DA146xx: Allow receiving of packets larger then 64 bytes | Jerzy Kasenberg | |
| Internal FIFO for each endpoint is limited to 64 bytes. It is possible to have longer packets if respective FIFO is read during actual packet transmission. This change updates receive data path to allow packets (and endpoint size) larger then 64 bytes. If DMA is not used yet DMA is setup for reception of big packets. If DMA is already assigned to some transfer, code enables FIFO level warning interrupts and tries to read data before FIFO is filled up. | |||
| 2020-10-07 | Merge pull request #529 from gh2o/stm32-race | Ha Thach | |
| stm32 fsdev: fix ISTR and CTR_RX/TX race conditions | |||
| 2020-10-06 | stm32: fix ISTR and CTR_RX/TX race conditions | Gavin Li | |
| 2020-10-06 | Merge branch 'uac2' of https://github.com/PanRe/tinyusb into PanRe-uac2 | hathach | |
| 2020-10-01 | nrf5x: Add support for ISO endpoints | Jerzy Kasenberg | |
| ISO endpoints were not covered so far by the driver code. This adds support for ISO IN and OUT endpoint handling. Registers for ISO IN(OUT) endpoints are placed just after normal IN(OUT) so in some cases common code could be used for handling all type of transfers. Generally code synchronizes ISO endpoint handling to SOF interrupt. This code does not change the way of how non-ISO endpoints are treated. Code uses strategy outlined in nRF52840 Produce Specification v1.0 sections 6.35.11.1 and 6.35.11.2. | |||
| 2020-10-01 | nrf5x: Increase size of mps to 16 bits | Jerzy Kasenberg | |
| msp stores max packet size. For ISO endpoints 8 bits is not enough so it's changed to 16 bits. | |||
| 2020-10-01 | nrf5x: Add dcd_edpt_close | Jerzy Kasenberg | |
| Closing endpoints can be important when there are alternate instances. This adds functionality of closing endpoints similar to what exists in other drivers. | |||
| 2020-09-28 | Fix minor issue. | Reinhard Panhuber | |
| - Change set_EP0_max_pkt_size() to set_EP0_max_pkt_size(void). | |||
| 2020-09-28 | Cleanup for PR. | Reinhard Panhuber | |
| 2020-09-28 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
