summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-05-09Move sof status into usbd_device_t.HiFiPhile
2024-05-09Switch to weak default implementation.HiFiPhile
2024-05-09Merge branch 'master' into patch-5HiFiPhile
2024-05-09Add missing key codesJohn Toniutti
Source: https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf from page 57 to page 59
2024-05-09Merge pull request #911 from thierer/vendor_class_zero_length_transferHiFiPhile
Enable empty transfers for tud_vendor_n_write()
2024-05-09Take updated change from cdc_device.HiFiPhile
2024-05-09Rework ci (#2631)Ha Thach
* add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click
2024-05-09Merge pull request #2181 from Xelus22/ch32v307_SOFHiFiPhile
Add SOF interrupt to CH32V307
2024-05-09Format.HiFiPhile
2024-05-09Merge branch 'master' into pr/2181HiFiPhile
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
Add HID Lighting and Illumination functionality
2024-05-08Merge pull request #2532 from acscd/masterHiFiPhile
Added support for SCSI_CMD_PREVENT_ALLOW_MEDIUM_REMOVAL
2024-05-08Merge pull request #2629 from andrewleech/cdc-persistent-tx-bufferHiFiPhile
Add option to make CDC TX buffer persistent.
2024-05-08Add option to make CDC TX buffer persistent.Andrew Leech
2024-05-07Merge branch 'master' into remove-tud_network_link_state_cbHiFiPhile
2024-05-07Reformat NCM class.HiFiPhile
2024-05-06Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2227HiFiPhile
2024-05-06Merge pull request #2618 from HiFiPhile/fifo_const_splitHa Thach
tusb_fifo: skip constant address functions if not used
2024-05-06temp fix for mm32 redundant-decls of SystemCoreClockhathach
2024-05-06edpt_dma_start() is called during interrupt time as well, dcd_edpt_xfer() ↵Hardy Griech
needs DI/EI at one point
2024-05-05Fix spurious EP0 completion.HiFiPhile
2024-05-05mostly commentsHardy Griech
2024-05-05minor changes due to CR with HiFiPhileHardy Griech
2024-05-04add cmake for f1c100shathach
2024-05-02add cmake to lpc51hathach
2024-05-02add cmake for lpc15hathach
2024-05-02add cmake for lpc11hathach
2024-05-02add cmake for pi zero (renamed from pi zero_w), build but the flash size ↵hathach
seem wrong (only 24 bytes for text)
2024-04-30Add missing capability bit for CDC ACM serial break supportTrevor
The send break capability bit is needed for serial break support with Linux and possibly MacOS hosts. [A recent Linux kernel patch made it check the ACM capability bits before sending a serial break](https://github.com/raspberrypi/linux/commit/19e321c3eedd4c681a49f532a196bead5d57205e).
2024-04-29Guard const addr fifo functions with TUP_MEM_CONST_ADDR.HiFiPhile
2024-04-28Stall unsupported class request.HiFiPhile
2024-04-28Merge remote-tracking branch 'upstream/master' into pr/2227HiFiPhile
2024-04-28Merge pull request #2494 from tommie/usbtmcnotifHiFiPhile
Add notification support for device class USBTMC
2024-04-27Fix CI.HiFiPhile
2024-04-27Buffer int msg to ensure alignment and placement correctness.HiFiPhile
2024-04-27bulk_in: copy buffer to ensure alignment correctness.HiFiPhile
2024-04-26Fix up TUD_AUDIO_SPEAKER_MONO_FB_DESCRIPTOR.HiFiPhile
2024-04-26Fix CI.HiFiPhile
2024-04-26Guard ep_fb with usbd_edpt_claim().HiFiPhile
2024-04-26Add tu_static to global variables.HiFiPhile
2024-04-26UAC2: Implement feedback by fifo counting.HiFiPhile
2024-04-26Code format.HiFiPhile
2024-04-26Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253HiFiPhile
2024-04-26Simplify transfer failure cb.HiFiPhile
2024-04-26Add missing alignment.HiFiPhile