| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-12 | Hint missing import, exit on error. | HiFiPhile | |
| 2024-05-11 | Fix CI. | HiFiPhile | |
| 2024-05-11 | Optimize SOF. | HiFiPhile | |
| 2024-05-11 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-05-11 | Merge pull request #2639 from Rbb666/rtthread | HiFiPhile | |
| [osal]add usb host script of RT-Thread to USB HOST. | |||
| 2024-05-11 | Always send 4 bytes feedback despite 10.14 format (Apple wtf ?!) | HiFiPhile | |
| 2024-05-11 | [osal]add usb host script. | Rbb666 | |
| 2024-05-10 | More 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-10 | Merge pull request #2637 from hathach/circleci-project-setup | Ha Thach | |
| Circleci project setup | |||
| 2024-05-10 | Update config.yml | Ha Thach | |
| 2024-05-10 | Merge pull request #2213 from Rocky04/patch-5 | HiFiPhile | |
| Adding support for a generic SOF callback | |||
| 2024-05-10 | Add .circleci/config.yml | Ha Thach | |
| 2024-05-10 | CircleCI Commit | Ha Thach | |
| 2024-05-10 | Merge pull request #2635 from hathach/fix-cifuzz | Ha Thach | |
| use argparse instead of click to fix cifuzz.yml | |||
| 2024-05-10 | use argparse instead of click to fix cifuzz.yml | hathach | |
| 2024-05-10 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-05-10 | Allow feedback EP size change. | HiFiPhile | |
| 2024-05-09 | Little optimization. | HiFiPhile | |
| 2024-05-09 | Fix CI. | HiFiPhile | |
| 2024-05-09 | Convert to bit-field since it's more reliable. | HiFiPhile | |
| 2024-05-09 | Don't forget to queue SOF event. | HiFiPhile | |
| 2024-05-09 | Merge pull request #2633 from jotonedev/missing-keys | HiFiPhile | |
| Add missing key codes for keypad | |||
| 2024-05-09 | Fix redefinition | John Toniutti | |
| 2024-05-09 | Disable SOF on configuration change. | HiFiPhile | |
| 2024-05-09 | Move sof status into usbd_device_t. | HiFiPhile | |
| 2024-05-09 | Switch to weak default implementation. | HiFiPhile | |
| 2024-05-09 | Merge branch 'master' into patch-5 | HiFiPhile | |
| 2024-05-09 | Add missing key codes | John Toniutti | |
| Source: https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf from page 57 to page 59 | |||
| 2024-05-09 | Merge pull request #911 from thierer/vendor_class_zero_length_transfer | HiFiPhile | |
| Enable empty transfers for tud_vendor_n_write() | |||
| 2024-05-09 | Take updated change from cdc_device. | HiFiPhile | |
| 2024-05-09 | Merge branch 'master' into vendor_class_zero_length_transfer | HiFiPhile | |
| 2024-05-09 | Rework 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-09 | Merge pull request #2181 from Xelus22/ch32v307_SOF | HiFiPhile | |
| Add SOF interrupt to CH32V307 | |||
| 2024-05-09 | Format. | HiFiPhile | |
| 2024-05-09 | Merge branch 'master' into pr/2181 | HiFiPhile | |
| 2024-05-08 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-05-08 | Add callback to to set feedback format correction at runtime. | HiFiPhile | |
| 2024-05-08 | Reorganize feedback documentation. | HiFiPhile | |
| 2024-05-08 | Fix cycle based feedback calculation. | HiFiPhile | |
| 2024-05-08 | Migrate to weak default implementation. | HiFiPhile | |
| 2024-05-08 | Merge pull request #2252 from rsolorzanomsft/hid-lighting | HiFiPhile | |
| Add HID Lighting and Illumination functionality | |||
| 2024-05-08 | Merge pull request #2532 from acscd/master | HiFiPhile | |
| Added support for SCSI_CMD_PREVENT_ALLOW_MEDIUM_REMOVAL | |||
| 2024-05-08 | Merge pull request #2629 from andrewleech/cdc-persistent-tx-buffer | HiFiPhile | |
| Add option to make CDC TX buffer persistent. | |||
| 2024-05-08 | Add option to make CDC TX buffer persistent. | Andrew Leech | |
| 2024-05-07 | Merge pull request #2216 from rgrr/remove-tud_network_link_state_cb | HiFiPhile | |
| removed obsolete tud_network_link_state_cb() | |||
| 2024-05-07 | Merge branch 'master' into remove-tud_network_link_state_cb | HiFiPhile | |
| 2024-05-07 | Merge pull request #2227 from rgrr/ncm_device_new2 | HiFiPhile | |
| Rewrite of NCM device driver | |||
| 2024-05-07 | Fix CI. | HiFiPhile | |
| 2024-05-07 | Enable NCM + iperf for MCU with bigger RAM. | HiFiPhile | |
| 2024-05-07 | Increase TCP_WND for better performance. | HiFiPhile | |
