summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-15circleci light build for merged commit to masterhathach
2024-05-15tweak actionhathach
2024-05-15implement max3421e hcd_edpt_abort_xfer()hathach
2024-05-14build arm-clang on circleci with pull request (#2644)Ha Thach
* Build arm-clang using circle ci (only on PR): cache most of mandatory deps, clang toolchain * update get_deps.py to include CMSIS_5 with --print + no arguments, prevent duplicated deps
2024-05-13Merge pull request #2416 from Rocky04/test-mode-supportHiFiPhile
Add DWC2 Test Mode Support
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-13Ci tweak3 (#2643)Ha Thach
- enable --one-per-family to build 1 board per family, also skip family if board specified in -b also present - minimize ci run for push event - only build one board per family - skip hil test on both pi4 and hfp - full build will be runn for PR event - IAR always build 1 board per family regardless of event - update build.py to optimize make - remove all setup python since we don't really need it
2024-05-13more ci update (#2642)Ha Thach
* Circi use small docker * caching espressif docker image * only run make job on pull request or push to master * hw test run on pull request only, rename build_cmake to build.yml * enable all ci build, cmake(clang) and make(*) only run with pull_request or push to master
2024-05-12Fix HS playback on OSX.HiFiPhile
2024-05-12Typo.HiFiPhile
2024-05-12Fix CI.HiFiPhile
2024-05-12Tested 3 bytes feedback work on OSX.HiFiPhile
2024-05-12Optimize fifo level display.HiFiPhile
2024-05-12Hint missing import, exit on error.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-11Merge pull request #2639 from Rbb666/rtthreadHiFiPhile
[osal]add usb host script of RT-Thread to USB HOST.
2024-05-11Always send 4 bytes feedback despite 10.14 format (Apple wtf ?!)HiFiPhile
2024-05-11[osal]add usb host script.Rbb666
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 #2637 from hathach/circleci-project-setupHa Thach
Circleci project setup
2024-05-10Update config.ymlHa Thach
2024-05-10Merge pull request #2213 from Rocky04/patch-5HiFiPhile
Adding support for a generic SOF callback
2024-05-10Add .circleci/config.ymlHa Thach
2024-05-10CircleCI CommitHa Thach
2024-05-10Merge pull request #2635 from hathach/fix-cifuzzHa Thach
use argparse instead of click to fix cifuzz.yml
2024-05-10use argparse instead of click to fix cifuzz.ymlhathach
2024-05-10Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-10Allow feedback EP size change.HiFiPhile
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-09Merge branch 'master' into vendor_class_zero_length_transferHiFiPhile
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