summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
2024-03-22code formathathach
2024-02-24Merge pull request #2168 from emb4fun/nxp_k64Ha Thach
Added support for the NXP K64 series
2024-02-22Revert "Merge branch 'hathach:master' into MCX"Jerry Palacios
This reverts commit 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0, reversing changes made to 5c14bd13da211ff2679115b0dba96ac80c1a516c.
2024-02-22Merge branch 'hathach:master' into MCXjerpa77
2024-02-20MCX A and MCX N merged to MCX familyJerry Palacios
2024-02-19Merge pull request #2389 from IngHK/improve_debug_printsHa Thach
improved hex debug print, improved USBH debug prints, added pid/vid debug print
2024-02-14fixed #2469IngHK
2024-02-08missing \r\n after TU_LOG_BUF => moved \r\n to tu_print_buf()IngHK
2024-02-07frdmmcxa153 files addedJerry Palacios
2024-02-07Back to originalJerry Palacios
2024-02-07Merge remote-tracking branch 'remotes/hathach/master' into improve_debug_printsIngHK
2024-02-04Merge branch 'hathach:master' into nxp_k64Michael Fischer
2024-01-26rename and add more video descriptorshathach
use struct to define uvc descriptor for video_capture since uvc is rather too complicated to use macro templates
2024-01-25minor update to video capture examplehathach
2024-01-15Test mode support only for Hi-Speed devicesRocky04
2024-01-15Merge branch 'master' into test-mode-supportRocky04
2024-01-15Add DWC2 Test Mode SUpportRocky04
2024-01-15fix conflict of BIT() macrohathach
2023-12-28Merge branch 'hathach:master' into master沈玴興
2023-12-28add __ARM_ARCH_8_1M_MAIN__ for M55YixingShen
2023-12-26improved hex debug print, improved USBH debug prints, added pid/vid debug printIngHK
2023-12-13Fix CI & typo.HiFiPhile
2023-12-12Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation ↵henneboi
Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0)
2023-12-08improved CFG_TUSB_DEBUG handling due to compile errorsIngHK
2023-12-08Merge remote-tracking branch 'remotes/hathach/master' into HostLogsFixesIngHK
2023-11-24fixed compile errors due to untreated CFG_TUH_LOG_LEVELIngHK
2023-11-24Merge branch 'master' into feature/ch32f20xHa Thach
2023-10-18adding nulceo stm32u5a5, fix clock configure issuehathach
dwc2 core stuck at reset
2023-10-06feat(ch32f20x): add support of ch32f20xdenis.krasutski
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
change tuh_int_handler() to take in_isr as optional parameter (default = true)
2023-09-06minor debug clean uphathach
2023-08-30call xfer_complete_isr() when result is not successful (stalled or failed)hathach
2023-08-28Merge branch 'master' into nxp_k64Ha Thach
2023-08-28rename OPT_MCU_KINETIS_K64 to OPT_MCU_KINETIS_Khathach
2023-08-27more update to transactionhathach
2023-08-09update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ↵hathach
USB.2 msc is mounted, but device couldn't work reliably and got constant reset due to other errata probably.
2023-08-04Merge branch 'master' into masterHa Thach
2023-07-27Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-24Merge branch 'master' into hcd-abort-xferHa Thach
2023-07-24change dcache clean/invalidate return type to boolhathach
add tu_assert() check for aligned 32byte address for imxrt
2023-07-23Added support for the NXP K64 seriesemb4fun
2023-07-21implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bithathach
2023-07-07use unaligned access read for hw fifohathach
2023-07-05usb hs work with ra 6m5 ekhathach
2023-07-02made line ends consistent.Lars Pötter
2023-06-27rework cmake with rtos support add RTOS to ↵hathach
family_configure_device/host/dual_example()
2023-06-24rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32Lhathach
2023-06-16renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXXhathach
fix build util with makefile
2023-06-15refactor khci to chipidea fs driver for device (host is not yet)hathach
2023-06-12ad pd_types.hhathach