| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-15 | refactor khci to chipidea fs driver for device (host is not yet) | hathach | |
| 2023-06-12 | Merge pull request #2104 from hathach/g4-pd | Ha Thach | |
| Initial support for USB PD stack | |||
| 2023-06-12 | ad pd_types.h | hathach | |
| 2023-06-12 | response with request safe5v, get passed PS_READY | hathach | |
| 2023-06-09 | move protocol message to stack, disable battery in PWR's CR3 | hathach | |
| there is still issue with CC1/CC2 pull down resistor and vstate is not correct. | |||
| 2023-06-08 | enable DMA for both pd rx, tx | hathach | |
| 2023-06-08 | dma rx works well | hathach | |
| 2023-06-07 | able to response with good crc | hathach | |
| 2023-06-07 | fix(RA): static assert RUSB2 register | Aladdin Bakosh | |
| 2023-06-07 | inital support for usb typec and pd example | hathach | |
| 2023-06-05 | renesas_ra: fix wrong ifdef | Martino Facchin | |
| Since CFG_TUSB_RHPORT1_MODE is always defined now for backwards compatibility | |||
| 2023-06-05 | Merge remote-tracking branch 'mainline/master' into HEAD | Martino Facchin | |
| Update fsp to 4.0.0 | |||
| 2023-06-05 | renesas_rx: fix compilation on latest GCC | Martino Facchin | |
| __CCRX__ only applyes to version 4 of RX family compiler http://tool-support.renesas.com/autoupdate/support/onlinehelp/csp/V4.01.00/CS+.chm/Compiler-CCRX.chm/Output/ccrx04c0201y.html __RX__ is one of the macros exported by latest gcc (gcc_8.3.0.202305_rx_elf) | |||
| 2023-06-02 | fix(RA Host Portable): git rid of the IAR warnings for packed | Aladdin Bakosh | |
| 2023-06-01 | Merge branch 'master' into feature/STM32G0 | hathach | |
| 2023-05-24 | Merge pull request #2063 from abakosh/develop | Ha Thach | |
| fix(RA Host Portable): implement missing function __builtin_ctz(x) | |||
| 2023-05-24 | fix(RA Host Portable): implement missing function __builtin_ctz(x) for IAR | Aladdin Bakosh | |
| 2023-05-23 | Enhance chipidea (#2075) | Ha Thach | |
| * update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd | |||
| 2023-05-19 | more dcache fix | hathach | |
| 2023-05-19 | ehci fix dcache clean when control endpoint failed | hathach | |
| 2023-05-19 | only clean/invalidate dcache on imxrt if memory is not in DTCM | hathach | |
| 2023-05-18 | refactor ehci: add attached_buffer for dcache invalidate for IN transfer | hathach | |
| 2023-05-18 | refactor ehci, since usbh only queue 1 TD per queue head | hathach | |
| 2023-05-18 | EHCI more improvement | hathach | |
| - more dcache clean/invalidate - extract init_periodic_list() - improve isr list handling | |||
| 2023-05-18 | more cache, fix an similar issue with OHCI when removing an queue head | hathach | |
| 2023-05-18 | use weak local for dcache function to skip if() | hathach | |
| 2023-05-18 | EHCI adding dcahe support, passing enumertaion | hathach | |
| 2023-05-17 | renesas: provide default for CFG_TUSB_RHPORT1_MODE | Martino Facchin | |
| Should fix CI failure for Renesas RX family | |||
| 2023-05-17 | adding hcd_dcache_clean/hcd_dcache_invalidate | hathach | |
| 2023-05-16 | fix error on EHCI causes xfer error in non-queued qhd which cause memory fault | hathach | |
| 2023-05-16 | usbd: fix control transfer issue for chipidea hs when previous status and ↵ | hathach | |
| new setup complete in the same isr frame change usbd edpt busy/stalled/claimed value to 0/1 instead of (true/false) since they are 1-bit field. | |||
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | hathach | |
| - change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if not defined - change QHD_MAX for EHCI, should be user configurable and more optimized in the future | |||
| 2023-05-16 | correct EHCI reporting failed xfer (instead of stalled) when device is unplugged | hathach | |
| 2023-05-10 | allow imxrt build with dual exmaples | hathach | |
| 2023-05-09 | fix ehci issue with portsc when enable port power and port reset | hathach | |
| fix attached device not regconized if attached before power on | |||
| 2023-05-04 | Use double-sized fifo only for IN endpoints | Michiel van Leeuwen | |
| 2023-05-03 | renesas: add fallback for targets not defining CFG_TUSB_RHPORT*_MODE | Martino Facchin | |
| 2023-05-03 | renesas_ra: support RA2A1 (FS only) | Martino Facchin | |
| 2023-05-03 | renesas_ra: host: handle retry on attach() | Martino Facchin | |
| 2023-05-03 | renesas_ra: add support for HS port | Martino Facchin | |
| 2023-04-28 | Check correct interrupt flag | Michiel van Leeuwen | |
| Fixes #1737 | |||
| 2023-04-28 | dwc2: configure fifo size to be twice the max_size | Michiel van Leeuwen | |
| This is needed in order to always be able to fit a packet in the fifo. Writing to the fifo is done from an interrupts that fires when the fifo is half-empty, so the fifo must be twice the packet size. | |||
| 2023-04-24 | Merge pull request #2013 from tannewt/imx_1042 | Ha Thach | |
| Handle iMX RT 1042 usb naming | |||
| 2023-04-20 | [rp2040] Make writes to SIE_CTRL aware of concurrent access | Jacek Fedorynski | |
| This commit makes it so that when setting the START_TRANS bit in the SIE_CTRL register, along with some other bits, we first set all the other bits, then wait some cycles, and then set the START_TRANS bit. Doing so protects against a situation where the USB controller is reading the register at the same time and gets an incorrect value. This mirrors the procedure already applied to buffer control registers. | |||
| 2023-04-17 | Cleanup unnecessary code for 16bit access. | Mengsk | |
| 2023-04-14 | Fix FIFO transfer and buffer alignment. | HiFiPhile | |
| 2023-04-14 | Fix GCC build. | HiFiPhile | |
| 2023-04-14 | Use PLL clock. | HiFiPhile | |
| 2023-04-14 | Merge branch 'master' of https://github.com/hathach/tinyusb into pr1942 | HiFiPhile | |
| 2023-04-06 | Handle iMX RT 1042 usb naming | Scott Shawcroft | |
