| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-24 | add etm trace pinmux for 4088 quickstart | hathach | |
| 2023-07-24 | rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack | hathach | |
| CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION | |||
| 2023-07-24 | add lpc40 to cmake | hathach | |
| 2023-07-23 | Added support for the NXP K64 series | emb4fun | |
| 2023-07-21 | Merge pull request #2155 from jferreir/xmc4700_relax | Ha Thach | |
| Board support for XMC4700_RELAX | |||
| 2023-07-21 | implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bit | hathach | |
| 2023-07-21 | minor ehci rename, move code around | hathach | |
| 2023-07-21 | add stub hcd_edpt_abort_xfer() for all ports | hathach | |
| 2023-07-21 | add hcd_edpt_abort_xfer() API | hathach | |
| 2023-07-20 | Fix trailing spaces issue | jferreir | |
| 2023-07-20 | Merge branch 'hathach:master' into xmc4700_relax | jferreir | |
| 2023-07-20 | fix compilation issues for XMC4500_RELAX | jferreir | |
| 2023-07-20 | prefer application callback over built-in driver | hathach | |
| 2023-07-20 | improve logging, allow easier to turn off usbd, driver logging | hathach | |
| can be useful when focusing on let's say usbh | |||
| 2023-07-20 | Merge pull request #2156 from hathach/usbh-xfer-user-callback | Ha Thach | |
| Usbh xfer user callback | |||
| 2023-07-20 | prefer application callback over built-in driver | hathach | |
| 2023-07-20 | improve logging, allow easier to turn off usbd, driver logging | hathach | |
| can be useful when focusing on let's say usbh | |||
| 2023-07-20 | Add support for XMC4700_RELAX kit | jferreir | |
| 2023-07-20 | Add UART_DEV support | jferreir | |
| 2023-07-20 | Add UART_DEV support | jferreir | |
| 2023-07-18 | Merge pull request #2152 from kilograham/is_pico_pio_usb_supported | Ha Thach | |
| add is_compiler_supported_by_pico_pio_usb() for rp2040 | |||
| 2023-07-18 | add 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-18 | Merge pull request #2150 from kkitayam/flash-jlink-for-windows | Ha Thach | |
| Fix flash-jlink target to work on Windows command prompt | |||
| 2023-07-18 | Fix 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-18 | Change a variable to a target so that it works on windows command prompt | kkitayam | |
| echo command of windows command prompt can't handle line breaks in a variable. | |||
| 2023-07-18 | osal_none: make it possible to override the task delay function | Aladdin Bakosh | |
| 2023-07-18 | Merge pull request #2149 from hathach/fix-etm-trace-h7 | Ha Thach | |
| fix etm trace clock with stm32h743eval board | |||
| 2023-07-18 | Merge pull request #2146 from tannewt/host_cache_align | Ha Thach | |
| Fix host buffer alignment setting | |||
| 2023-07-18 | fix etm trace clock with stm32h743eval board | hathach | |
| 2023-07-18 | Merge branch 'master' into renesas_ra_hs_rebased | hathach | |
| 2023-07-18 | Merge pull request #2120 from abakosh/RA_STALL | Ha Thach | |
| fix(RA_hcd): STALL status can be also 3 not only 2 | |||
| 2023-07-18 | Merge pull request #2148 from hathach/imxrt-bsp | Ha Thach | |
| Imxrt bsp | |||
| 2023-07-18 | correct jlink dev for rt1010 | hathach | |
| 2023-07-17 | debugging can be configured on renesas dcd | Aladdin Bakosh | |
| 2023-07-17 | debugging can be configured on renesas hcd | Aladdin Bakosh | |
| 2023-07-17 | fix(RA_hcd): STALL status can be also 3 not only 2 | Aladdin Bakosh | |
| 2023-07-14 | Fix host buffer alignment setting | Scott Shawcroft | |
| 2023-07-14 | add clock_config.c for imxrt generated by mcuxpresso config | hathach | |
| 2023-07-10 | Fix documentation symlinks | Szymon Janc | |
| There were typos in symlinks target names resulting in following warrning on checkout (at least in Mynewt newt tool): * Warning: stat mynewt/repos/tinyusb/docs/contributing/code_of_conduct.rst: no such file or directory * Warning: stat mynewt/repos/tinyusb/docs/info/contributors.rst: no such file or directory | |||
| 2023-07-07 | move check highspeed to rusb_ra | hathach | |
| 2023-07-07 | enable host example for ra | hathach | |
| 2023-07-07 | add PORT selection for makefile | hathach | |
| 2023-07-07 | fully work with multiple ports without CFG_TUSB_RHPORT0/1 | hathach | |
| 2023-07-07 | use unaligned access read for hw fifo | hathach | |
| 2023-07-07 | correct setting trace clock | hathach | |
| 2023-07-06 | fix build with rx | hathach | |
| 2023-07-06 | more multiple ports update | hathach | |
| 2023-07-06 | add rusb2_module_start(), more update for multiple ports for dcd rusb2 | hathach | |
| 2023-07-06 | update ra type to include usbhs registers | hathach | |
| 2023-07-05 | minor pipe clean up | hathach | |
