summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2021-10-11Merge pull request #1107 from majbthrd/add_ncmHa Thach
2021-10-11add ncm.h for magic numberhathach
2021-10-05rename CFG_TUD_NET to CFG_TUD_ECM_RNDIShathach
2021-10-05Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into majbthrd-a...hathach
2021-10-04Handle HID devices with OUT endpoint listed firstCharlie Birks
2021-10-01Merge pull request #1120 from hathach/enhanceHa Thach
2021-10-01clean up vendor openhathach
2021-10-01Merge pull request #1063 from HiFiPhile/uac_fifoHa Thach
2021-09-30change scsis status to phase error when total_bytes < block_counthathach
2021-09-30Merge branch 'master' of https://github.com/szymonh/tinyusb into szymonh-masterhathach
2021-09-29add same7x to board listhathach
2021-09-29Merge branch 'master' into enhancehathach
2021-09-29clean uphathach
2021-09-29clean uphathach
2021-09-29Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-masterhathach
2021-09-27Assure msc device block size is not zeroszymonh
2021-09-25add NCM driver in a compatible manner : hathach/tinyusb#550Peter Lawrence
2021-09-18Merge branch 'master' into zhangslice-masterhathach
2021-09-14make vendor driver more flexiblehathach
2021-09-14update configuration parserhathach
2021-09-13Enforced buffer boundaries for hid devicesszymonh
2021-09-13Add size check to tud_bt_hci_cmd_cb call in bth_device.cszymonh
2021-09-12Prevent buffer overflow in bth_device.cszymonh
2021-09-07add msc workaround for cxd56hathach
2021-09-06Revert "Fix for MSC during stage STATUS"hathach
2021-09-03Fix for MSC during stage STATUSKamil Tomaszewski
2021-09-01Merge pull request #1065 from hathach/rp2040-complianceHa Thach
2021-09-01add back edpt check before cbw, since bot reset can occurred any timehathach
2021-09-01revert previous changes, edpt stall also clear any pending (not complete) tra...hathach
2021-08-31fix rp2040 chapter 9 TD 9.6 testhathach
2021-08-31UAC2: Add ring buffer support for dcd_transdimension.MasterPhi
2021-08-31fix HID_LOGICAL_MAX overflow.MasterPhi
2021-08-29responding with status per-spec in test case 4hathach
2021-08-29passed all USBCV bot complaince testhathach
2021-08-29msc handle more test, passed Command Self Test complianthathach
2021-08-29update msc to be more robusehathach
2021-08-27fix msc test case 8 and 10hathach
2021-08-27fix msc case 3 complaint testhathach
2021-08-27more msc refactoringhathach
2021-08-27fix BOT case 2 test complianthathach
2021-08-27refactor msc devicehathach
2021-08-27minor clean uphathach
2021-08-27update msc driver to pass MSC BOT error recovery compliant testhathach
2021-08-26slightly change the keyboard descriptor template to pass usb compliant testhathach
2021-08-25Merge pull request #1041 from HiFiPhile/vdcHa Thach
2021-08-24add tuh_vid_pid_get()hathach
2021-08-24exclude dev0 from usbh devices poolhathach
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