summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-21Update for OTG_FS devicesOkarss
2024-06-21Fix the legendOkarss
2024-06-18Fix the tableOkarss
2024-06-18Update Host mode information for FSDEV devicesOkarss
2024-06-14Update the STM32 documentationOkarss
2024-06-14Merge pull request #2674 from hathach/add-ch32v103Ha Thach
Add ch32v103 (not working yet)
2024-06-14minor updatehathach
2024-06-14more updatehathach
2024-06-14fix ci skip example for ch32v1hathach
2024-06-14add ch32v10x to ci buildhathach
2024-06-14newlinehathach
2024-06-14add ch32v103 bsp support, compile but does not run, probably due to ↵hathach
compile/linker issue
2024-06-14minor updatehathach
2024-06-14use stock core_riscv.h for ch32 v2 v3hathach
2024-06-06Merge pull request #2668 from hathach/add-c6-boardHa Thach
Add esp c6 devkit board
2024-06-06clean uphathach
2024-06-06fix gnurx binhathach
2024-06-06correct scripthathach
2024-06-06try to build rx using build_utilhathach
2024-06-06add c6 devkit, tested with max3421ehathach
2024-05-29Merge pull request #2663 from hathach/tweak-espidf-includeHa Thach
fix xtensa_api.h include
2024-05-29fix xtensa_api.h includehathach
2024-05-27Merge pull request #2647 from andrewleech/additional_dcd_sof_enableHiFiPhile
Add support for dcd_sof_enable() to some additional ports.
2024-05-27Merge branch 'master' into additional_dcd_sof_enableHiFiPhile
2024-05-27Fix tud_sof_cb_enable() return type.HiFiPhile
2024-05-27Fix frame count in tud_sof_cb().HiFiPhile
2024-05-27renesas: Add support for dcd_sof_enable().Andrew Leech
2024-05-27nrf5x: Add support for dcd_sof_enable().Andrew Leech
2024-05-27microchip samd: Add support for dcd_sof_enable().Andrew Leech
2024-05-27chipidea/mimxrt: Add support for dcd_sof_enable().Andrew Leech
2024-05-24Merge pull request #2661 from hathach/release-0.17.0Ha Thach
bump up version to 0.17.0 (not release yet)
2024-05-24increase version as pre-releases, still need more clean up before actual relesaehathach
2024-05-24test README.rsthathach
2024-05-24Merge pull request #2657 from Rbb666/rtthreadHiFiPhile
[osal]Add usb-device and host macro controls.
2024-05-24[osal]Add usb-device and host macro controls.Rbb666
2024-05-24Merge pull request #2659 from hathach/fsdev-generalize-ch32Ha Thach
CH32 add support for usbd (only), fsdev
2024-05-24minor clean uphathach
2024-05-24change default clock to 144mhzhathach
2024-05-24add ch32 support for fsdev driver. v20x can select fsdev or usbfs with ↵hathach
make/cmake PORT=0/1. default to fsdev
2024-05-24wch usbfs/usbhs need to specify which driver to use. for v307 default to ↵hathach
highspeed
2024-05-21Merge pull request #2392 from Krasutski/bugfix/ch32-hs-dcdHa Thach
bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmit
2024-05-21re-add sof eventhathach
2024-05-21- minor update to ep_set_response_and_toggle/xfer_data_packethathach
- merge USBHS_ISO_ACT_FLAG, USBHS_TRANSFER_FLAG handler since they are similar - improve uart output - add note for link speed in bus reset
2024-05-21use CFG_TUD_ENDPOINT0_SIZE, rename ep0_data_in_out_buffer to simply ep0_bufferhathach
reformat indent to 2 spaces
2024-05-21fix(ch32, iso): fix iso IN transfers for CH32Denis Krasutski
2024-05-21bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmissiondkrasutski
2024-05-21Merge pull request #2654 from hathach/update-circleciHa Thach
circle ci remove deps caching to reduce storage credit
2024-05-21try to update cache for esp-idfhathach
2024-05-21circle ci skip cache for toolchainhathach
action skip cache for toolchain url hosted by github
2024-05-21circle ci remove deps caching to reduce storage credithathach