summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2022-12-04more typoshathach
2022-12-04Fix typosBastien Nocera
2022-11-23rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_thathach
2022-11-21Merge branch 'master' into midihostAndrzej Tokarski
2022-11-21Explicit type conversionatoktoto
2022-11-21Explicit type conversionatoktoto
2022-11-21Fix usb-hub data transfer problems by AndrewCaponatoktoto
2022-11-21whitespacehathach
2022-11-19Fix usb hubsatoktoto
2022-11-13Added explicit conversionsatoktoto
2022-11-13Removed unused function prototypeatok
2022-11-13Simple MIDI rx exampleatok
2022-11-13Get rid of implicit uint conversionsatok
2022-11-13Make USB MIDI device code allow a device with no Audio Control interfacerppicomidi
2022-11-13Add MIDI host support to tinyusbrppicomidi
2022-10-26PanRe refactor applied: s{_int_ctr_}{_int_}g; s{_INT_CTR_}{_INT_}g;Mark K Cowan
2022-10-26clean up descriptor search for interrupt endpointMark K Cowan
2022-10-25Merge pull request #1698 from battlesnake/fix-attrs-on-struct-memberHa Thach
2022-10-24fixed spec referenceMark K Cowan
2022-10-24keep alignment specMark K Cowan
2022-10-23UAC2 supports interrupt-endpoint for providing control-change notifications t...Mark K Cowan
2022-10-20do not apply storage attributes to member of structMark K Cowan
2022-10-19Merge pull request #1668 from kkitayam/add_support_for_mjpegHa Thach
2022-10-15hid: add configurable report size for fidogaoyichuan
2022-10-15hid: add fido hid descriptor templatesgaoyichuan
2022-10-12Fix pointer type to calculate streaming parameterkkitayam
2022-10-07Fix max payload size to clip at 1023kkitayam
2022-10-03Fix descriptor searchingkkitayam
2022-09-17audio_device: prototype added for function referenced before useMark K Cowan
2022-09-13Move variable into its own curly-brace scopeBen Avison
2022-09-13Remove unused static dataBen Avison
2022-09-13Don't assume different enum types can be combinedBen Avison
2022-09-13Don't assume ints automatically convert to enumsBen Avison
2022-09-13Remove unreachable codeBen Avison
2022-09-13Refactor pointer arithmetic on void*Ben Avison
2022-09-13Fix compile errorskkitayam
2022-09-13Change images to MJPEGkkitayam
2022-08-09dfu: Allow DFU coexistence with other interfacesJerzy Kasenberg
2022-07-19Merge pull request #1514 from maddyaby/audiod_typoHa Thach
2022-07-19Merge pull request #1568 from hathach/revert-hid-callback-len-temporarilyHa Thach
2022-07-18Merge pull request #1531 from pigrew/usbtmc_highspeedHa Thach
2022-07-17temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up...hathach
2022-07-09USBTMC: explicit type conversions fixNConrad
2022-07-01mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.robert-hh
2022-06-30mimxrt: Add/change definitions for MIMXRT11XX boards.robert-hh
2022-06-27suppress error with net examplehathach
2022-06-27fix all warnings with host rp2040hathach
2022-06-27fix all device examples warningshathach
2022-06-27Merge branch 'master' into add-more-warningshathach
2022-06-27change report len in hid API from uint8_t to uint16_thathach