| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-19 | - add tud_cdc_n_ready() though not used | hathach | |
| - usbd now change _usbd_dev.cfg_num before calling driver's open() | |||
| 2024-07-19 | revert changes to usbds configuration_reset() (deal with it in separated PR) | hathach | |
| 2024-07-19 | Check tud ready check for OUT xfer. | HiFiPhile | |
| 2024-07-18 | UAC2: Fix memclr on driver reset. | HiFiPhile | |
| 2024-07-18 | fix some clang compiler warnings | graham sanderson | |
| 2024-07-18 | fixed _find_desc_format | YixingShen | |
| 2024-07-17 | minor update hid device | hathach | |
| 2024-07-17 | follow up to #2253 | hathach | |
| - rename tud_hid_report_fail_cb() to tud_hid_report_failed_cb() and change its signature - use default implementation for hid callbacks to be compatible with keil compiler - code format | |||
| 2024-07-15 | avoid recursions in tud_network_recv_renew() | Hardy Griech | |
| 2024-07-12 | - add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFF | hathach | |
| - new line, and code format | |||
| 2024-07-05 | add u for unsigned | hathach | |
| 2024-07-05 | Revert "audio.h: fix error ISO C restricts enumerator values to range of 'int'" | Ha Thach | |
| 2024-06-28 | audio.h: fix error ISO C restricts enumerator values to range of 'int' | Davide Gerhard | |
| fix error ~/dsp/libs/tinyusb/src/class/audio/audio.h:643:53: error: ISO C restricts enumerator values to range of 'int' before C23 [-Werror=pedantic] 643 | AUDIO_CHANNEL_CONFIG_RAW_DATA = 0x80000000, // TODO | ^~~~~~~~~~ compilation terminated due to -Wfatal-errors. Closes: https://github.com/hathach/tinyusb/issues/2690 | |||
| 2024-06-28 | audio_device.c: fix strict-overflow warning with gcc >= 12 | Davide Gerhard | |
| Fix the following error ~/libs/tinyusb/src/class/audio/audio_device.c:1493:23: error: assuming pointer wraparound does not occur when comparing P +- C1 with P +- C2 [-Werror=strict-overflow] 1493 | while (p_desc < p_desc_end) | ~~~~~~~^~~~~~~~~~~~ compilation terminated due to -Wfatal-errors. | |||
| 2024-06-14 | minor update | hathach | |
| 2024-06-14 | minor update | hathach | |
| 2024-05-22 | feat(uvc): support format frame based | Li Junru | |
| 2024-05-12 | Fix HS playback on OSX. | HiFiPhile | |
| 2024-05-12 | Tested 3 bytes feedback work on OSX. | 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 | Always send 4 bytes feedback despite 10.14 format (Apple wtf ?!) | HiFiPhile | |
| 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 #2213 from Rocky04/patch-5 | HiFiPhile | |
| Adding support for a generic SOF callback | |||
| 2024-05-10 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-05-09 | Convert to bit-field since it's more reliable. | 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 | 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-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 branch 'master' into remove-tud_network_link_state_cb | HiFiPhile | |
| 2024-05-07 | Reformat NCM class. | HiFiPhile | |
| 2024-05-05 | mostly comments | Hardy Griech | |
| 2024-05-05 | minor changes due to CR with HiFiPhile | Hardy Griech | |
| 2024-04-28 | Stall unsupported class request. | HiFiPhile | |
| 2024-04-28 | Merge remote-tracking branch 'upstream/master' into pr/2227 | HiFiPhile | |
| 2024-04-28 | Merge pull request #2494 from tommie/usbtmcnotif | HiFiPhile | |
| Add notification support for device class USBTMC | |||
| 2024-04-27 | Fix CI. | HiFiPhile | |
| 2024-04-27 | Buffer int msg to ensure alignment and placement correctness. | HiFiPhile | |
