summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2021-09-29Fix transfer failure when reconnectingkkitayam
2021-09-29Change video frames to project logokkitayam
2021-09-29Refactor application API parameterskkitayam
2021-09-29Change frame buffer managementkkitayam
2021-09-29Refactor packet handlingkkitayam
2021-09-29Add green plainkkitayam
2021-09-29Separate a handling resource into controller and streamingkkitayam
2021-09-29Implement some mandatory requests on streaming interfacekkitayam
2021-09-29Fix handling for set_interfacekkitayam
2021-09-29Fix regarding standard video stream requestkkitayam
2021-09-29fix: endpoint descriptor has incorrectly settingskkitayam
2021-09-29fix: configuration descriptor has incorrectly sizeskkitayam
2021-09-29add tentative examplekkitayam
2021-09-29moved ISO attributes from audio to commonkkitayam
2021-09-29Merge branch 'master' into enhancehathach
2021-09-29clean uphathach
2021-09-29Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-masterhathach
2021-09-26make freertos header include in examples more explicithathach
2021-09-25add NCM driver in a compatible manner : hathach/tinyusb#550Peter Lawrence
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
2021-09-18Merge branch 'master' into zhangslice-masterhathach
2021-09-14update configuration parserhathach
2021-09-14add host hid_controller to cmake all listhathach
2021-09-13esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suitehathach
2021-09-09add other speed descriptor callback tud_descriptor_other_speed_configuration_...hathach
2021-09-07Add PS4-compatible controllersDavid Shadoff
2021-09-07Merge pull request #1075 from hathach/fix-cxd56-mscHa Thach
2021-09-07default PYTHON to python3 on linux, and python on windowshathach
2021-09-07add msc workaround for cxd56hathach
2021-09-06Added Arc System Works GG Xrd Limited Edition controller VID PIDChristian Arlt
2021-09-06Added Hori Fighting Commander 4 VID PIDChristian Arlt
2021-09-06Added Sony DualShock4 CUH-ZCT1E pidChristian Arlt
2021-08-30Merge pull request #1058 from hathach/usbcv-compliant-testHa Thach
2021-08-29add CFG_EXAMPLE_MSC_READONLY for curiosityhathach
2021-08-29Add PYOCD_OPTIONmainr
2021-08-29Added support for Microchip Curiosity Nano SAMD21 board (DM320119)mainr
2021-08-28fix msc example with out of bound lba (due to compliant test)hathach
2021-08-28correct msc example return type of tud_msc_scsi_cb()hathach
2021-08-27update msc driver to pass MSC BOT error recovery compliant testhathach
2021-08-26TD 9.12 remote wakeup testhathach
2021-08-24test hid controller with rp2040hathach
2021-08-24add tuh_vid_pid_get()hathach
2021-08-23sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUBhathach
2021-08-23rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAXhathach
2021-08-23add tuh_hid_receive_report() for applicaiton to explicitly request reporthathach
2021-08-20hid host skip get report descriptor if too large instead of asserthathach
2021-08-19Merge pull request #1025 from hathach/add-hid-boot-exampleHa Thach
2021-08-17fix ci buildhathach
2021-08-17add hid_boot_interface examplehathach
2021-08-17Merge pull request #992 from majbthrd/net_example_pbufHa Thach