summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-04-26use separate buffer for ctrl transfer.HiFiPhile
2024-04-26Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2283HiFiPhile
2024-04-26Merge pull request #2609 from tyustli/patch-1HiFiPhile
Remove redundant header file includes for the hid class
2024-04-26cdc: add uart status notification support.HiFiPhile
2024-04-26cdc_device : save rhport.HiFiPhile
2024-04-25Change DMA condition.HiFiPhile
2024-04-25Fix DMA FIFO reservation.HiFiPhile
2024-04-25Check IN ep count limit.HiFiPhile
2024-04-25dwc2: add dma support.HiFiPhile
2024-04-26- add esp32 c3, c6 mcu optionhathach
- skip breakpoint for espressif riscv
2024-04-25revert a change in tusb_mcuhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-25Disable EPs correctly to clear incomplete transfer.HiFiPhile
2024-04-25uac2: return on clear_feature.HiFiPhile
2024-04-25Fix IAR breakpoint test.HiFiPhile
2024-04-24Remove redundant header file includes for the hid classtyustli
2024-04-23port clang stm32: f1, f2, f3hathach
2024-04-23clang work with lpc55hathach
2024-04-22clang tested with mcb1800, add heap to lpc18 linkerhathach
2024-04-22fix print lu format warnings with clanghathach
2024-04-22fix nrfx v3 spim freq when inithathach
fix clang build with nrf
2024-04-22dcd nrf change atoimc_bool to atomic_flaghathach
2024-04-19- update nrfx to v3.4.0hathach
- compile nrf with __STARTUP_CLEAR_BSS and link flag -nostartfiles
2024-04-19- clang h743 build and run cdc_msc okhathach
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
2024-04-16code formathathach
2024-04-16- in case of mdk conflict to use nrfx v2hathach
- allow to force nrfx version with CFG_TUD_NRF_NRFX_VERSION=1
2024-04-16revert nvic changeshathach
2024-04-16catch all nrfx versions with an old APIHardy Griech
2024-04-16softdevice nvic calls only if old SDKHardy Griech
2024-04-16make it compile also with old Nordic SDKHardy Griech
2024-04-16Merge pull request #1685 from battlesnake/st_synopsys_sofHa Thach
Add SOF support for ST Synopsys port
2024-04-16Merge pull request #1662 from Erlkoenig90/check-usbd-queue-overflowHa Thach
Check for event queue overflow in usbd / dcd_event_handler
2024-04-16minor update to sofhathach
2024-04-16add TU_ASSERT() to check for adding new usb eventhathach
2024-04-16don't check local endpoint stalled status, just carry the request for host.hathach
2024-04-16USBD: When SET_FEATURE(ENDPOINT_HALT), the DTOG must be reset.NConrad
2024-04-16Merge pull request #2588 from hathach/support-ra2a1Ha Thach
Enhance dcd rusb2, support ra2a1 pipe number scheme
2024-04-15revert to use __builtin_ctz() for optimized timehathach
2024-04-15Merge pull request #2134 from clhenry/non-bus-powered-re-enumerationHa Thach
Non-bus-powered MSP430 support.
2024-04-15add blocking delay for msp430 with max 25mhzhathach
2024-04-11Implement dcd_edpt_close_all()HiFiPhile
2024-04-11CleanupHiFiPhile
2024-04-11Merge pull request #2574 from HiFiPhile/fsdevHa Thach
FSDEV fix/cleanup.
2024-04-11Removed trailing whitespace.Clifroy Henry
2024-04-11Correctly implementing recommended workarounds for erratas USB4 and USB10.Clifroy Henry
2024-04-11Allow re-enumeration on host power cycle.Clifroy Henry
2024-04-11Resolve erroneous data on enumeration.Clifroy Henry
2024-04-11Increase bus powe stabilization delay.Clifroy Henry
2024-04-11Add non-bus-powered MSP430 re-enumeration support.Clifroy Henry
2024-04-11rename, invert logic for iso_in_sending. Also limit its usage to ISO endpointhathach