summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-25improve processing usb complete and error isr.hathach
also merge them together
2023-07-25fix unaligned hub status_changehathach
2023-07-25use standard EHCI USB INT instead of chipidea async/period interrupt to be ↵hathach
compatible with other EHCI implementation
2023-07-24Merge pull request #2175 from hathach/hcd-abort-xferHa Thach
Add HCD abort xfer API
2023-07-24Merge branch 'master' into hcd-abort-xferHa Thach
2023-07-24Merge pull request #2173 from hathach/imxrt-dcache-alignHa Thach
change dcache clean/invalidate return type to bool
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
update bsp for 4088
2023-07-24minor clean uphathach
2023-07-24change dcache clean/invalidate return type to boolhathach
add tu_assert() check for aligned 32byte address for imxrt
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
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
2023-07-24add lpc40 to cmakehathach
2023-07-23Added support for the NXP K64 seriesemb4fun
2023-07-21Merge pull request #2155 from jferreir/xmc4700_relaxHa Thach
Board support for XMC4700_RELAX
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
can be useful when focusing on let's say usbh
2023-07-20Merge pull request #2156 from hathach/usbh-xfer-user-callbackHa Thach
Usbh xfer user callback
2023-07-20prefer application callback over built-in driverhathach
2023-07-20improve logging, allow easier to turn off usbd, driver logginghathach
can be useful when focusing on let's say usbh
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
add is_compiler_supported_by_pico_pio_usb() for rp2040
2023-07-18add is_compiler_supported_by_pico_pio_usb()graham sanderson
previosuly users of TinyUSB (e.g. pico-examples) would have to decide this for themselves. This function couples the check closer with the actual version of Pico-PIO-USB used (since TinyUSB picks)
2023-07-18Merge pull request #2150 from kkitayam/flash-jlink-for-windowsHa Thach
Fix flash-jlink target to work on Windows command prompt
2023-07-18Fix build issues when building for RP2040 from pico-examples/pico-sdk.graham sanderson
* include_guard requires GLOBAL as family.cmake is included in multiple non child places * the following recently added check is suprfluous (family_configure_host_example for rp2040 should do this already), and breaks if pico_pio_usb is not avaialble, so i have removed # Add pico-pio-usb for rp2040 since user can choose to run on bit-banging host if(FAMILY STREQUAL "rp2040") family_add_pico_pio_usb(${PROJECT}) endif() * added new familt_example_missing_dependency functino to print missing dependency warning, so pico-examples can override it to be less in your face, and also more contextual to pico-examples
2023-07-18Change a variable to a target so that it works on windows command promptkkitayam
echo command of windows command prompt can't handle line breaks in a variable.
2023-07-18osal_none: make it possible to override the task delay functionAladdin Bakosh
2023-07-18Merge pull request #2149 from hathach/fix-etm-trace-h7Ha Thach
fix etm trace clock with stm32h743eval board
2023-07-18Merge pull request #2146 from tannewt/host_cache_alignHa Thach
Fix host buffer alignment setting
2023-07-18fix etm trace clock with stm32h743eval boardhathach
2023-07-18Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-18Merge pull request #2120 from abakosh/RA_STALLHa Thach
fix(RA_hcd): STALL status can be also 3 not only 2
2023-07-18Merge pull request #2148 from hathach/imxrt-bspHa Thach
Imxrt bsp
2023-07-18correct jlink dev for rt1010hathach
2023-07-17debugging can be configured on renesas dcdAladdin Bakosh
2023-07-17debugging can be configured on renesas hcdAladdin Bakosh
2023-07-17fix(RA_hcd): STALL status can be also 3 not only 2Aladdin Bakosh
2023-07-14Fix host buffer alignment settingScott Shawcroft
2023-07-14add clock_config.c for imxrt generated by mcuxpresso confighathach