summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-03configQUEUE_REGISTRY_SIZE=4 for lpc18hathach
2023-08-03add osal queue name if neededhathach
also mass change configQUEUE_REGISTRY_SIZE = 4
2023-08-03Merge branch 'master' into pr2091hathach
2023-08-03Revert "Name queues for easier FreeRTOS debugging with task- and queue-aware ↵hathach
debuggers" This reverts commit 11fba59319d81fb9502fbf399abb4fe27cf3fa29.
2023-08-02Set unmounted on configuration resetRocky04
2023-08-02fix pre-commit, also skip lto for rp2040hathach
2023-08-02Merge pull request #2200 from hathach/selective-logHa Thach
default class driver log level to CFG_TUH/TUD_LOG_LEVEL
2023-08-02move codespell folder to toolshathach
2023-08-02default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ↵hathach
selectively disable usbd/usbh or driver log
2023-08-02Merge pull request #2197 from HiFiPhile/fix_g0Ha Thach
Fix STM32G0 build.
2023-08-01Fix STM32G0 build.HiFiPhile
2023-08-01renesas: host: remove attach_attempt logicMartino Facchin
2023-08-01Merge pull request #2187 from 0xCCF4/masterHa Thach
Fixed typo in binary declaration RP2040 hw bspw family.c
2023-08-01fix build with -fltohathach
2023-08-01Merge branch 'arduino-renesas_ra_hs_rebased' into renesas_ra_hs_rebasedhathach
2023-08-01add rusb2_common.c for dynami irqhathach
2023-08-01rusb2: move dynamic irq function to c fileMartino Facchin
2023-08-01enable flto for ra makefilehathach
- remove ra from ci make build since it is already in cmake ci
2023-08-01add portenta c33 bsp, add flash by dfu-utilhathach
2023-08-01fix board name with dashhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
add BOARD_UPPERCASE for board detection
2023-07-31revert out of scope changeshathach
2023-07-31Merge pull request #2093 from abakosh/no_osal_delayHa Thach
osal_none: make it possible to override the task delay function
2023-07-31enable_irq since uno bootloader can disable it. systick triggered, however ↵hathach
usb still not work with uno
2023-07-28add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systick) ↵hathach
does not seems to work
2023-07-28Fixed typo in rp2040 hw bspw family.c0xCCF4
2023-07-28- revert usb addresshathach
- more clean up
2023-07-28fix cihathach
2023-07-27Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-27Merge pull request #2179 from hathach/enhance-ehciHa Thach
Enhance EHCI
2023-07-27add check for edpt_xfer() with halted, also reset data toggle when clear stallhathach
2023-07-26Merge pull request #2182 from hathach/correct-hcd_edpt_clear_stall-APIHa Thach
correct hcd_edpt_clear_stall() API signature
2023-07-26mising ehcihathach
2023-07-26correct hcd_edpt_clear_stall() API signaturehathach
2023-07-26refactored multiple ports for hcd rusb2hathach
2023-07-26increase stack size for 6 series to 0x1000, 4 series to 0x800hathach
2023-07-26updating hcd rusb2hathach
- make osal_task_delay() as weak function in usbh - implement osal_task_delay() in hcd rusb2 (may moved to other places)
2023-07-25initial add SOF supporpt to CH32V307 USB HSXelus22
2023-07-25improve processing usb complete and error isr.hathach
also merge them together
2023-07-25fix unaligned hub status_changehathach
2023-07-25use standard EHCI USB INT instead of chipidea async/period interrupt to be ↵hathach
compatible with other EHCI implementation
2023-07-24Merge pull request #2175 from hathach/hcd-abort-xferHa Thach
Add HCD abort xfer API
2023-07-24Merge branch 'master' into hcd-abort-xferHa Thach
2023-07-24Merge pull request #2173 from hathach/imxrt-dcache-alignHa Thach
change dcache clean/invalidate return type to bool
2023-07-24add hcd abort xfer for rp2040 pio usbhathach
2023-07-24clean uphathach
2023-07-24Merge pull request #2172 from hathach/cmake-4088Ha Thach
update bsp for 4088
2023-07-24minor clean uphathach
2023-07-24change dcache clean/invalidate return type to boolhathach
add tu_assert() check for aligned 32byte address for imxrt
2023-07-24fix ohci warnings, and add freertosconfig for lpc4088hathach