summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-15Change to control complete cbRocky04
2024-01-15Add DWC2 Test Mode SUpportRocky04
2024-01-15fix conflict of BIT() macrohathach
2024-01-15fix sign-conversion warninghathach
2024-01-15change code stylehathach
2024-01-15Merge branch 'master' into cdc_ch34x_supporthathach
2024-01-12Merge pull request #2401 from Ryzee119/ohci_more_devHa Thach
[OHCI] Allow more than 16 devices
2024-01-12Merge pull request #2412 from hathach/change-weak-event-hook-styleHa Thach
change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation
2024-01-12style changeshathach
2024-01-12- change tuh_event_hook_cb, tud_event_hook_cb to weak default implementationhathach
- change code style
2024-01-12Merge pull request #2239 from XelaRellum/bugfix_stm32_fsdev_keilHa Thach
Fixes #1018 the weak dcd_edpt0_status_complete for Keil Compiler
2024-01-12Merge pull request #2402 from Okarss/masterHa Thach
[STM32 FSDEV] Fix ISR race conditions
2024-01-11[STM32 FSDEV] Align names for consistencyOkarss
2024-01-12Merge pull request #2382 from YixingShen/masterHa Thach
fixed device/video_capture/src/images.h,main.c CFG_EXAMPLE_VIDEO_DISA…
2024-01-11fix build with f1 without uarthathach
2024-01-11Merge pull request #2411 from IngHK/cdch_vendor_classHa Thach
[cdch] replaced vendor specific bInterfaceClass number by define
2024-01-11move gtd extra out of control struct to save sramhathach
also rename gtd_data to gtd_extra
2024-01-11add cmake support for lpc17hathach
2024-01-11bInterfaceClass number replaced by defineIngHK
2024-01-11Merge pull request #2400 from Ryzee119/hub_fixHa Thach
[HUB] Fix double status xfer
2024-01-11Merge pull request #2404 from Ryzee119/patch-2Ha Thach
[HUB] Prevent status request to invalid ep_num
2024-01-11Merge pull request #2408 from leptun/fix_tickless_ulpi_gatingHa Thach
Disable ULPI clock during sleep on stm32f7 when using internal phy
2024-01-11[STM32 FSDEV] Introduce a typedef for bus access widthOkarss
2024-01-10Disable ULPI clock during sleep on stm32f7 when using internal phyAlex Voinea
2024-01-10[OHCI] Allow more than 16 devicesRyzee119
2024-01-10[STM32 FSDEV] Fix ISR race conditionsOkarss
2024-01-09Merge pull request #2406 from IngHK/move_acm_openHa Thach
[CDC] host: moved acm_open to other acm prototypes
2024-01-09[CDC] host: moved acm_open to other acm prototypesIngHK
2024-01-09[HUB] Prevent status request to invalid ep_numRyzee119
2024-01-07[HUB] Fix double status xferRyzee119
2023-12-28Merge branch 'hathach:master' into master沈玴興
2023-12-28add __ARM_ARCH_8_1M_MAIN__ for M55YixingShen
2023-12-26initial support of CH34x CDC deviceIngHK
2023-12-26Merge pull request #2390 from hathach/max3421e-support-rp2040Ha Thach
support max3421e for rp2040
2023-12-26allow rp2040 to use max3421e as host controllerhathach
- fix warnings build hcd max3421 with rp2040 - add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1 will enable this - add max3421 driver implementation for rp2040 family - update tusb_config for host to allow easy enable host selection for rp2040 (default/pio-usb/max3421)
2023-12-26tested other ports with featherwing max3421, change cs, intr pin to D10, D9hathach
2023-12-26improved hex debug print, improved USBH debug prints, added pid/vid debug printIngHK
2023-12-24add high speed into examples\device\video_captureYixingShen
2023-12-21Merge pull request #2385 from kasjer/kasjer/nrf5x-fix-dcd_edpt_open-for-isoHa Thach
dcd_nrf5x: Fix dcd_edpt_open for iso endpoint
2023-12-21dcd_nrf5x: Fix dcd_edpt_open for iso endpointJerzy Kasenberg
When ISO endpoint handling was introduced two lines that clear stall and data toggle bit were left unchanged and they were effective for ISO enadpoint as well. This is incorrect behavior since EPSTALL and DTOGGLE registers have only 3 bits for address. Leaving code that clears toggle bit results in endpoint 0 toggle bit being reset when iso endpoint (8) is opened. Now code that clears stall and toggle bit is applied to non-iso endpoint only as it was done before iso handling was introduced.
2023-12-18Merge pull request #2383 from hathach/update-freertos-11.0Ha Thach
update freertos deps to v11.0.0
2023-12-18update FreeRTOSConfig.hhathach
- remove configAssert() - configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
2023-12-18remove usage of linkermap, update checkout to v4hathach
2023-12-18update freertos deps to v11.0.0hathach
2023-12-18Merge pull request #2373 from Lurcy38/masterHa Thach
Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementa…
2023-12-18added ioc for h563 nucleo, usb working with on-board stlinkhathach
2023-12-18add uart printf log into hw/bsp/stm32f1YixingShen
fix hw/bsp/stm32f1/stm32f1xx_hal_conf.h's HAL_CORTEX_MODULE_ENABLED
2023-12-18fixed device/video_capture/src/images.h,main.c ↵YixingShen
CFG_EXAMPLE_VIDEO_DISABLE_MJPG to CFG_EXAMPLE_VIDEO_DISABLE_MJPEG
2023-12-15rename dk board and more updatehathach
2023-12-15update h5 build make/cmakehathach