summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-05-22feat(uvc): support format frame basedLi Junru
2024-05-21re-add sof eventhathach
2024-05-21- minor update to ep_set_response_and_toggle/xfer_data_packethathach
- merge USBHS_ISO_ACT_FLAG, USBHS_TRANSFER_FLAG handler since they are similar - improve uart output - add note for link speed in bus reset
2024-05-21use CFG_TUD_ENDPOINT0_SIZE, rename ep0_data_in_out_buffer to simply ep0_bufferhathach
reformat indent to 2 spaces
2024-05-21fix(ch32, iso): fix iso IN transfers for CH32Denis Krasutski
2024-05-21bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmissiondkrasutski
2024-05-20Merge pull request #2362 from dragonlock2/masterHa Thach
Add CH32V20x USB OTG/FS Driver
2024-05-20revert unrelated changes to video_device.chathach
2024-05-20code formathathach
add missing MIT license
2024-05-20use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEEDhathach
2024-05-20temp codehathach
2024-05-19fix ep0 stall not clearingMatthew Tran
2024-05-17Merge pull request #2648 from tannewt/esp32c2_h2Ha Thach
Add esp32c2 and esp32h2 for max3421 support
2024-05-16Add esp32c2 and esp32h2 for max3421 supportScott Shawcroft
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM update to use openocd with wlinke adapter
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-05-15Merge pull request #2626 from rgrr/dcd_nrf5x-fix-race-conditionHa Thach
dcd_nrf5x: fix race condition
2024-05-15implement max3421e hcd_edpt_abort_xfer()hathach
2024-05-13Remove dead code.HiFiPhile
2024-05-13Adjust logic.HiFiPhile
2024-05-13Merge branch 'master' into test-mode-supportHiFiPhile
2024-05-13revert (unverified) second race conditionHardy Griech
2024-05-10More ci tweak (#2636)Ha Thach
* change concurrency group to ${{ github.workflow }}-${{ github.ref }} * use argparse for build.py hil_test.py, remove the need to install click * move ci win/mac to build_cmake.yml * rename build_family.yml to build_util.yml * build_util.yml support esp32 * integrate build-espressif into build.yml * build.py support make with --board option * add get_deps action * update hil test to reuse action
2024-05-10Merge pull request #2213 from Rocky04/patch-5HiFiPhile
Adding support for a generic SOF callback
2024-05-09Little optimization.HiFiPhile
2024-05-09Fix CI.HiFiPhile
2024-05-09Convert to bit-field since it's more reliable.HiFiPhile
2024-05-09Don't forget to queue SOF event.HiFiPhile
2024-05-09Merge pull request #2633 from jotonedev/missing-keysHiFiPhile
Add missing key codes for keypad
2024-05-09Fix redefinitionJohn Toniutti
2024-05-09Disable SOF on configuration change.HiFiPhile
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 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