summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-27Fix CI.HiFiPhile
2024-04-27Update .gitignore.HiFiPhile
2024-04-27Buffer int msg to ensure alignment and placement correctness.HiFiPhile
2024-04-27bulk_in: copy buffer to ensure alignment correctness.HiFiPhile
2024-03-15[usbtmc] cast to uintptr_t to get rid of const for usbd_edpt_xfer.Tommie Gannert
2024-02-26add notification support for device class USBTMC.Tommie Gannert
2024-01-23Merge pull request #2422 from kasjer/kasjer/audio_device-fix-unused-param-war...HiFiPhile
2024-01-23audio_device: Fix unused variable warningJerzy Kasenberg
2024-01-22Merge pull request #2391 from IngHK/cdc_ch34x_supportHa Thach
2024-01-20accumulated review changesIngHK
2024-01-20make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34xhathach
2024-01-19- add new API tuh_cdc_set_data_format()hathach
2024-01-19move code aroundhathach
2024-01-19- add ch34x_set_data_format()hathach
2024-01-19refactor process_internal_control_complete()hathach
2024-01-19- add requested line coding to make update data format easierhathach
2024-01-19- revert the use of serial init for set line codinghathach
2024-01-17implemented ch34x_set_line_coding() and some code cleanupIngHK
2024-01-17more clean uphathach
2024-01-16change code style and code cleanupIngHK
2024-01-16change code stylehathach
2024-01-16merge and cherry pick changeshathach
2024-01-16fix number of endpoint for ch340x, also open notification even not used for nowhathach
2024-01-16Merge branch 'cdc_ch34x_support' of https://github.com/IngHK/tinyusb into cdc...IngHK
2024-01-16CDCh host: further work on CH340/CH341 supportIngHK
2024-01-16Merge remote-tracking branch 'remotes/hathach/master' into cdc_ch34x_supportIngHK
2024-01-16move open() ad vid_pid_list into serial driver structhathach
2024-01-16Merge branch 'master' into cdc_ch34x_supporthathach
2024-01-16Merge pull request #2417 from hathach/serialhost-change-ftdi-cp210x-pid-listHa Thach
2024-01-16change CFG_TUH_CDC_FTDI/CP210X_PID_LIST to CFG_TUH_CDC_FTDI/CP210X_VID_PID_LI...hathach
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
2024-01-12Merge pull request #2412 from hathach/change-weak-event-hook-styleHa Thach
2024-01-12style changeshathach
2024-01-12- change tuh_event_hook_cb, tud_event_hook_cb to weak default implementationhathach
2024-01-12Merge pull request #2239 from XelaRellum/bugfix_stm32_fsdev_keilHa Thach
2024-01-12Merge pull request #2402 from Okarss/masterHa Thach
2024-01-11[STM32 FSDEV] Align names for consistencyOkarss
2024-01-12Merge pull request #2382 from YixingShen/masterHa Thach
2024-01-11fix build with f1 without uarthathach
2024-01-11Merge pull request #2411 from IngHK/cdch_vendor_classHa Thach
2024-01-11move gtd extra out of control struct to save sramhathach
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
2024-01-11Merge pull request #2404 from Ryzee119/patch-2Ha Thach
2024-01-11Merge pull request #2408 from leptun/fix_tickless_ulpi_gatingHa Thach