summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-05minor changes due to CR with HiFiPhileHardy Griech
2024-04-28Stall unsupported class request.HiFiPhile
2024-04-28Merge remote-tracking branch 'upstream/master' into pr/2227HiFiPhile
2024-04-28Merge pull request #2494 from tommie/usbtmcnotifHiFiPhile
Add notification support for device class USBTMC
2024-04-28Merge pull request #1709 from kaspernyhus/audio_test_freertosHiFiPhile
Add audio_test_freertos & audio_4_channel_mic_freertos
2024-04-28Fix CI.HiFiPhile
2024-04-28Build STM32F7 with single-point FPU.HiFiPhile
2024-04-28audio_4_channel_mic_freertos : merge changes from audio_4_channel_mic.HiFiPhile
2024-04-28audio_test_freertos : merge changes from audio_test.HiFiPhile
2024-04-28Update audio_test & audio_test_freertos examples to work with high-speed.HiFiPhile
2024-04-28Update build system.HiFiPhile
2024-04-27audio_test_freertos & audio_4_channel_mic_freertosKasper Nyhus Kaae
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-04-26Merge pull request #2253 from Rocky04/patch-7HiFiPhile
HID class driver fixes
2024-04-26Code format.HiFiPhile
2024-04-26Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253HiFiPhile
2024-04-26Simplify transfer failure cb.HiFiPhile
2024-04-26Merge pull request #2612 from HiFiPhile/iar_tempHiFiPhile
Update IAR template.
2024-04-26Update IAR template.HiFiPhile
2024-04-26Merge pull request #2283 from shuffle2/hid-device-set-reportHiFiPhile
hid_device: use separate buffer for SET_REPORT instead of epout
2024-04-26Add missing alignment.HiFiPhile
2024-04-26use separate buffer for ctrl transfer.HiFiPhile
2024-04-26Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2283HiFiPhile
2024-04-26Merge pull request #2609 from tyustli/patch-1HiFiPhile
Remove redundant header file includes for the hid class
2024-04-25Merge pull request #2611 from hathach/add-esp32-max3421eLimor "Ladyada" Fried
Add esp32 max3421e
2024-04-26add devkit c3 boardhathach
2024-04-26- add esp32 c3, c6 mcu optionhathach
- skip breakpoint for espressif riscv
2024-04-25revert a change in tusb_mcuhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-25fix ci errortyustli
2024-04-25Merge pull request #2607 from HiFiPhile/dwc2_fixHa Thach
Some misc fixes
2024-04-25Disable EPs correctly to clear incomplete transfer.HiFiPhile
2024-04-25stm32u5: fix IAR build.HiFiPhile
2024-04-25uac2: return on clear_feature.HiFiPhile
2024-04-25Fix IAR breakpoint test.HiFiPhile
2024-04-25Merge pull request #2599 from Rbb666/rtthreadHa Thach
[osal]Add rt-thread script support.
2024-04-25fix pre-commithathach
2024-04-24Merge pull request #2606 from hathach/build-clangHa Thach
Add Clang support
2024-04-24fix make build due to clang changeshathach
2024-04-24update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 ↵hathach
samd51 nrf
2024-04-24Remove redundant header file includes for the hid classtyustli
2024-04-24clang make work for samd21hathach
2024-04-24Fix bsp mistakeHa Thach
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-24skip clang rp2040 buildhathach
2024-04-24update clion metadatahathach
2024-04-24fix samd linker with clang: cannot self-check defined symbol with lld e.g ↵hathach
`STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000` --> STACK_SIZE = 0