summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2024-09-11Merge pull request #2450 from HiFiPhile/vendor_fifoHa Thach
2024-09-10remove vendor ep_addr, use stream api insteadhathach
2024-09-10update vendor device to use edpt stream which also support non-buffereed (no ...hathach
2024-09-10change edpt stream api to take hwid from API to reduce memory footprinthathach
2024-09-10change vendor device to use edpt stream APIhathach
2024-08-30Bluetooth Device: Issue ZLP on ACL IN ep when transfer is multiple of endpoin...Donatien Garnier
2024-08-27Merge remote-tracking branch 'tinyusb/master' into vendor_fifoMengsk
2024-08-09Marked the keycode parameter of the keyboard_report functions as const since ...Hjalmar
2024-08-02Merge branch 'master' into vendor_fifoHiFiPhile
2024-07-28audiod_function_t clean up.HiFiPhile
2024-07-28Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-07-19Merge pull request #2723 from liamfraser/rp2040_tweaksHa Thach
2024-07-19- add tud_cdc_n_ready() though not usedhathach
2024-07-19revert changes to usbds configuration_reset() (deal with it in separated PR)hathach
2024-07-19Check tud ready check for OUT xfer.HiFiPhile
2024-07-18UAC2: Fix memclr on driver reset.HiFiPhile
2024-07-18fix some clang compiler warningsgraham sanderson
2024-07-17minor update hid devicehathach
2024-07-17follow up to #2253hathach
2024-07-12- add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFFhathach
2024-07-05add u for unsignedhathach
2024-07-05Revert "audio.h: fix error ISO C restricts enumerator values to range of 'int'"Ha Thach
2024-06-28audio.h: fix error ISO C restricts enumerator values to range of 'int'Davide Gerhard
2024-06-28audio_device.c: fix strict-overflow warning with gcc >= 12Davide Gerhard
2024-06-14minor updatehathach
2024-06-14minor updatehathach
2024-05-12Fix HS playback on OSX.HiFiPhile
2024-05-12Tested 3 bytes feedback work on OSX.HiFiPhile
2024-05-11Fix CI.HiFiPhile
2024-05-11Optimize SOF.HiFiPhile
2024-05-11Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-11Always send 4 bytes feedback despite 10.14 format (Apple wtf ?!)HiFiPhile
2024-05-10More ci tweak (#2636)Ha Thach
2024-05-10Merge pull request #2213 from Rocky04/patch-5HiFiPhile
2024-05-10Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-09Convert to bit-field since it's more reliable.HiFiPhile
2024-05-09Merge pull request #2633 from jotonedev/missing-keysHiFiPhile
2024-05-09Fix redefinitionJohn Toniutti
2024-05-09Add missing key codesJohn Toniutti
2024-05-09Merge pull request #911 from thierer/vendor_class_zero_length_transferHiFiPhile
2024-05-09Take updated change from cdc_device.HiFiPhile
2024-05-08Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-08Add callback to to set feedback format correction at runtime.HiFiPhile
2024-05-08Reorganize feedback documentation.HiFiPhile
2024-05-08Fix cycle based feedback calculation.HiFiPhile
2024-05-08Migrate to weak default implementation.HiFiPhile
2024-05-08Merge pull request #2252 from rsolorzanomsft/hid-lightingHiFiPhile
2024-05-08Merge pull request #2532 from acscd/masterHiFiPhile
2024-05-08Merge pull request #2629 from andrewleech/cdc-persistent-tx-bufferHiFiPhile
2024-05-08Add option to make CDC TX buffer persistent.Andrew Leech