summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Collapse)Author
2021-02-24Merge pull request #674 from hathach/host-mscHa Thach
Enhance Host MSC
2021-02-23move ehci and ohci to portable folderhathach
2021-02-23nxp tdi: hcd_init() reset and set host modehathach
2021-02-22separate hcd_init from ehcihathach
2021-02-22make hcd tdi more generichathach
2021-02-22Pass the correct speed on SpresenseKamil Tomaszewski
2021-02-22rename hcd_lpc18_43 to hcd_transdimensionhathach
2021-02-22merge iso and cbi transaction size to max ep sizehathach
2021-02-19Remove stray. commented out linendinsmore
2021-02-18Change to using tu_min32ndinsmore
This was a github edit, not tested
2021-02-17Included size check for ISO buffersNicholas R Dinsmore
2021-02-17Enable iso buffers per rp2040 specNicholas R Dinsmore
2021-02-12Fixes 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-01Merge pull request #610 from hathach/rp2040-followup2Ha Thach
Rp2040 followup2
2021-02-01Merge pull request #601 from majbthrd/start_pi2tuHa Thach
start the assimilation of Pi Pico into TU
2021-01-27clean up rp2040 assigned_address, remove panic from remote_wakeuphathach
2021-01-27wrap rp2040_usb around opt mcuhathach
2021-01-25Fix dcd issues on cxd56Kamil 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-23rp2040: start to adopt TU coding conventionsPeter Lawrence
2021-01-23rp2040_hcd: check pointer before usingPeter Lawrence
2021-01-21Merge branch 'master' into picoHa Thach
2021-01-19RP2040 supportgraham sanderson
2021-01-08fix cihathach
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2021-01-08another renamehathach
2021-01-08remove inline for update_grxfsizhathach
2021-01-08more minor workhathach
2021-01-08minor clean up following pr581hathach
2021-01-08Merge pull request #581 from hathach/dcd_synopsis_mem_allocationHa Thach
Dcd synopsis mem allocation
2021-01-08comment clean uphathach
2021-01-08update comment and correct the size to 8+2hathach
2021-01-08walkround for samd21 setup_packet overflowhathach
increase setup packet size from 8 to 12, since USB DMA controller is suspected to overflow the buffer with 2 extra bytes
2021-01-04Correct function declarationReinhard Panhuber
2021-01-04Minor corrections for PRReinhard Panhuber
- externerlize code into functions - correct comments
2021-01-04Remove too verbose commentReinhard Panhuber
2021-01-03Clean upReinhard Panhuber
2021-01-03Rework USB FIFO allocation scheme and allow RX FIFO size reductionReinhard Panhuber
2020-12-23fixed 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-18added support for frdm_kl25zkkitayam
2020-11-27fix cihathach
2020-11-27add bus suspend & resume support for esp32s2hathach
2020-11-09fix cihathach
2020-10-24Move into if statementJacob Potter
2020-10-24CR feedback: compare CFG_TUSB_RHPORT1_MODE instead of using new macroJacob Potter
2020-10-18Allow use of internal FS PHY on OTG_HS interfaceJacob 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-11Merge pull request #525 from kasjer/kasjer/da1469x-isoHa Thach
da1469x iso support
2020-10-11Merge pull request #520 from salkinium/feature/misc_enhancementsHa Thach
STM32F3 IRQ remap option and some minor improvements
2020-10-10Merge pull request #521 from PanRe/uac2Ha Thach
Uac2
2020-10-10Dynamically check STM32F3 IRQ remap optionNiklas Hauser
2020-10-09Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EPReinhard Panhuber
Add tud_audio_set_itf_close_EP_cb()