summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-06-29add hcd_frame_number() for pio-usb hosthathach
2023-06-27Merge pull request #2085 from georgeboc/msc-ready-bug-fixHa Thach
2023-06-27rework cmake with rtos support add RTOS to family_configure_device/host/dual_...hathach
2023-06-26minor clean up with include_guard()hathach
2023-06-26fix warnings when enable rtt with rp2040hathach
2023-06-24rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32Lhathach
2023-06-24separate iar and gcc build for clean make, also add cpu specific makehathach
2023-06-21Merge pull request #2101 from eustas/patch-1Ha Thach
2023-06-16fix build warningshathach
2023-06-16fix build, update freertos config for cmakehathach
2023-06-16fix build warningshathach
2023-06-16renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXXhathach
2023-06-16remove legacy transdimension driverhathach
2023-06-15Merge pull request #1985 from kkitayam/uvc_bulkHa Thach
2023-06-15refactor khci to chipidea fs driver for device (host is not yet)hathach
2023-06-14rename typec driverhathach
2023-06-13fix usbh issue when device genreate multiple attach/detach/attach when pluggi...hathach
2023-06-12Merge pull request #2104 from hathach/g4-pdHa Thach
2023-06-12wrap up initial PD support for G4hathach
2023-06-12ad pd_types.hhathach
2023-06-12response with request safe5v, get passed PS_READYhathach
2023-06-09able to parse SOURCE_CAP message from dfphathach
2023-06-09move protocol message to stack, disable battery in PWR's CR3hathach
2023-06-08Fix typosEugene Kliuchnikov
2023-06-08enable DMA for both pd rx, txhathach
2023-06-08dma rx works wellhathach
2023-06-08define tuc_int_handler() to empty if TUC not enabledhathach
2023-06-08default CFG_TUC_ENABLED to 0hathach
2023-06-07able to response with good crchathach
2023-06-07fix(RA): static assert RUSB2 registerAladdin Bakosh
2023-06-07inital support for usb typec and pd examplehathach
2023-06-06able to get usbpd irq handlerhathach
2023-06-05clean uphathach
2023-06-02fix(RA Host Portable): git rid of the IAR warnings for packedAladdin Bakosh
2023-06-02Merge pull request #2092 from hathach/stm32g4Ha Thach
2023-06-02add IAR support for G0 with cmakehathach
2023-06-02cmake refactorhathach
2023-06-01Fix diagnostic format string (missing %u)Dave Nadler
2023-06-01Merge branch 'master' into feature/STM32G0hathach
2023-05-29slightly clean uphathach
2023-05-29check status_change is not zero firsthathach
2023-05-29Even when we get an empty "status change" interrupt from the hub, schedule an...Ivo Popov
2023-05-28Fixes bug in tuh_msc_readygitlab
2023-05-26move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly wi...hathach
2023-05-26fix build with net_lwip_webserver examplehathach
2023-05-25Merge pull request #2081 from hathach/more-build-systemHa Thach
2023-05-25fix issue with ftdi host driver with status byteshathach
2023-05-24Merge pull request #2063 from abakosh/developHa Thach
2023-05-24fix(RA Host Portable): implement missing function __builtin_ctz(x) for IARAladdin Bakosh
2023-05-23Enhance chipidea (#2075)Ha Thach