summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-01enable flto for ra makefilehathach
2023-08-01add portenta c33 bsp, add flash by dfu-utilhathach
2023-08-01fix board name with dashhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-07-31revert out of scope changeshathach
2023-07-31enable_irq since uno bootloader can disable it. systick triggered, however us...hathach
2023-07-28add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systick) does...hathach
2023-07-28- revert usb addresshathach
2023-07-28fix cihathach
2023-07-27Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-27Merge pull request #2179 from hathach/enhance-ehciHa Thach
2023-07-27add check for edpt_xfer() with halted, also reset data toggle when clear stallhathach
2023-07-26Merge pull request #2182 from hathach/correct-hcd_edpt_clear_stall-APIHa Thach
2023-07-26mising ehcihathach
2023-07-26correct hcd_edpt_clear_stall() API signaturehathach
2023-07-26refactored multiple ports for hcd rusb2hathach
2023-07-26increase stack size for 6 series to 0x1000, 4 series to 0x800hathach
2023-07-26updating hcd rusb2hathach
2023-07-25improve processing usb complete and error isr.hathach
2023-07-25fix unaligned hub status_changehathach
2023-07-25use standard EHCI USB INT instead of chipidea async/period interrupt to be co...hathach
2023-07-24Merge pull request #2175 from hathach/hcd-abort-xferHa Thach
2023-07-24Merge branch 'master' into hcd-abort-xferHa Thach
2023-07-24Merge pull request #2173 from hathach/imxrt-dcache-alignHa Thach
2023-07-24add hcd abort xfer for rp2040 pio usbhathach
2023-07-24clean uphathach
2023-07-24Merge pull request #2172 from hathach/cmake-4088Ha Thach
2023-07-24minor clean uphathach
2023-07-24change dcache clean/invalidate return type to boolhathach
2023-07-24fix ohci warnings, and add freertosconfig for lpc4088hathach
2023-07-24add etm trace pinmux for 4088 quickstarthathach
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
2023-07-24add lpc40 to cmakehathach
2023-07-21Merge pull request #2155 from jferreir/xmc4700_relaxHa Thach
2023-07-21implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bithathach
2023-07-21minor ehci rename, move code aroundhathach
2023-07-21add stub hcd_edpt_abort_xfer() for all portshathach
2023-07-21add hcd_edpt_abort_xfer() APIhathach
2023-07-20Fix trailing spaces issuejferreir
2023-07-20Merge branch 'hathach:master' into xmc4700_relaxjferreir
2023-07-20fix compilation issues for XMC4500_RELAXjferreir
2023-07-20prefer application callback over built-in driverhathach
2023-07-20improve logging, allow easier to turn off usbd, driver logginghathach
2023-07-20Merge pull request #2156 from hathach/usbh-xfer-user-callbackHa Thach
2023-07-20prefer application callback over built-in driverhathach
2023-07-20improve logging, allow easier to turn off usbd, driver logginghathach
2023-07-20Add support for XMC4700_RELAX kitjferreir
2023-07-20Add UART_DEV supportjferreir
2023-07-20Add UART_DEV supportjferreir
2023-07-18Merge pull request #2152 from kilograham/is_pico_pio_usb_supportedHa Thach