summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Expand)Author
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-23clang work with lpc55hathach
2024-04-22fix print lu format warnings with clanghathach
2024-04-19more clang updatehathach
2024-04-09Optimize audio_4_channel_mic waveform data.HiFiPhile
2024-04-09Reduce uac2_headset max sample rate for better compatibility.HiFiPhile
2024-04-09Merge pull request #2582 from HiFiPhile/uvc_typoHa Thach
2024-04-09Fix typo.HiFiPhile
2024-04-09Renesas RX controllers: Recover the previous state of the system write protec...Matthias Schär
2024-04-09Revert "Fixed behavior of the PRCR register. Previous write protection will b...Matthias Schär
2024-04-09Fixed behavior of the PRCR register. Previous write protection will be recove...Matthias Schär
2024-04-08Merge pull request #2538 from kkitayam/add_uvc_2ch_exampleHa Thach
2024-04-05support CFG_EXAMPLE_VIDEO_READONLY for stream0 for small mcuhathach
2024-04-05update uvc 2ch to stream0 use yuy2, stream1 use mpeghathach
2024-04-03add new example to cmake include listhathach
2024-04-01UAC2: add interrupt volume control to uac2_headset example.HiFiPhile
2024-03-25Fix compile errors when High Speedkkitayam
2024-03-25Add small RAM MCUs/boards to skip listkkitayam
2024-03-24Add UVC 2ch examplekkitayam
2024-03-11add led blinky to cdc_dual_ports examplehathach
2024-02-22slightly change cdc_msc_freertos examplehathach
2024-01-30Merge pull request #2428 from YixingShen/masterHa Thach
2024-01-29add freertos build support for video_capture examplehathach
2024-01-29remove the use of descriptor template for video capture examplehathach
2024-01-26update example to work with iso streaminghathach
2024-01-26update example to work bulk mjpeghathach
2024-01-26rename and add more video descriptorshathach
2024-01-26Merge branch 'master' of https://github.com/YixingShen/tinyusbYixingShen
2024-01-26add "set tx_busy 1" into video_capture's video_tas for "if (tx_busy) return"YixingShen
2024-01-25minor update to video capture examplehathach
2024-01-24clean up video example for readabilityhathach
2023-12-28Merge branch 'hathach:master' into master沈玴興
2023-12-24add high speed into examples\device\video_captureYixingShen
2023-12-18update FreeRTOSConfig.hhathach
2023-12-18fixed device/video_capture/src/images.h,main.c CFG_EXAMPLE_VIDEO_DISABLE_MJPG...YixingShen
2023-11-29Merge pull request #2356 from hathach/hil-esp32s3Ha Thach
2023-11-29Merge pull request #2346 from IngHK/LogLineEndsHa Thach
2023-11-29update esp32 to also be supported by hil testhathach
2023-11-24made log line end consistent \r\nIngHK
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-11-16add imxrt1170 evkbhathach
2023-11-14Typo fix.HiFiPhile
2023-10-31Merge pull request #2300 from hathach/add-u5a5Ha Thach
2023-10-31uart working on u5a5hathach
2023-10-24Update audio_4_channel_mic example for HS device.HiFiPhile
2023-10-18Adjsut blackout time.Mengsk
2023-10-17Fix compile.HiFiPhile
2023-10-17Read sample rate directly from control transfer to eliminate callback.HiFiPhile
2023-10-17Add flow control for IN transfer.HiFiPhile