| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-31 | Merge pull request #1381 from hathach/add-sof-isr | Ha Thach | |
| Add SOF IRQ Handler | |||
| 2022-05-31 | clean up tud_audio_set_itf_cb() invocation | hathach | |
| 2022-05-31 | comment out fifo count method for now | hathach | |
| 2022-05-27 | adding feedback fifo count (WIP) | hathach | |
| 2022-05-27 | wrap feedback and compute to its own struct/union | hathach | |
| 2022-05-19 | prototype for feedback method | hathach | |
| 2022-05-19 | rename tud_audio_sof_isr() to tud_audio_feedback_interval_isr() | hathach | |
| - also add interval_log2 to isr callback - also rename other variables | |||
| 2022-05-13 | fix ci build | hathach | |
| 2022-05-13 | changes proposal to audio feedback computation | hathach | |
| 2022-04-16 | Generalize feedback value min and max | Reinhard Panhuber | |
| 2022-04-09 | Introduce 3 fb calc options: NO_SOF_BY_USER, SOF_BY_AUDIO_D, SOF_BY_USER | Reinhard Panhuber | |
| 2022-04-01 | hid example work well | hathach | |
| 2022-03-20 | Disable SOF ISR feedback calcuation by default s.t. examples still work | Reinhard Panhuber | |
| 2022-03-20 | Streamline call of tud_audio_set_itf_cb() within audiod_set_interface() | Reinhard Panhuber | |
| 2022-03-20 | Add magic checks | Reinhard Panhuber | |
| 2022-03-20 | Streamline feedback calc, find fb interval from descriptors, inc. checks | Reinhard Panhuber | |
| 2022-03-19 | Implement power of two, shift, and float calculation | Reinhard Panhuber | |
| 2022-03-19 | rename usbh_edpt_open() to tuh_edpt_open() | hathach | |
| 2022-03-19 | add parse config descriptor to example | hathach | |
| move usbh_edpt_open() to public API, remove rhport from its signature | |||
| 2022-03-18 | implement tuh_edpt_xfer() for non-control | hathach | |
| 2022-03-18 | move daddr into xfer struct | hathach | |
| 2022-03-17 | rename user_arg to user_data | hathach | |
| 2022-03-17 | rename tuh_control_xfer_t to tuh_xfer_t | hathach | |
| 2022-03-17 | slightly change the signature of tuh_control_xfer | hathach | |
| 2022-03-17 | change return type of callback to void | hathach | |
| 2022-03-17 | remove const in xfer callback | hathach | |
| 2022-03-17 | move result into transfer struct | hathach | |
| 2022-03-17 | change tuh_control_xfer_t struct | hathach | |
| 2022-03-16 | update hid host to use new control xfer for set config | hathach | |
| 2022-03-16 | Disable CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR | Reinhard Panhuber | |
| By default disable CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR such that current examples still work. | |||
| 2022-03-16 | Add todos and comments | Reinhard Panhuber | |
| 2022-03-15 | Fix cycle count calculation | Reinhard Panhuber | |
| 2022-03-15 | Implement 16.16 fixed point feedback value calculation | Reinhard Panhuber | |
| 2022-03-14 | Merge remote-tracking branch 'upstream/add-sof-isr' into add-sof-isr | Reinhard Panhuber | |
| 2022-03-14 | Add SOF callback function for feedback value determination in uac - wip! | Reinhard Panhuber | |
| 2022-03-13 | add synchronous (blocking) support for usbh control transfer | hathach | |
| - add synchronous version of all get descriptor API - update bare example to use sync API for string descriptor - change order of index, language_id in tuh_descriptor_get_string() to match similar API of libusb - add index to tuh_descriptor_get_hid_report() | |||
| 2022-03-11 | update hid,msc to new usbh control API | hathach | |
| 2022-03-11 | rework usbh control xfer | hathach | |
| - change API of tuh_control_xfer and its callback - rename tuh_control_complete_cb_t to tuh_control_xfer_cb_t - add user argument to control callback - migrate usbh and hub | |||
| 2022-03-09 | add tusb_debug.h remove tusb_error.h | hathach | |
| move debug utils to new header | |||
| 2022-03-09 | rename host descriptor function | hathach | |
| 2022-03-09 | add tuh_descriptor_hid_report_get() | hathach | |
| 2022-03-06 | Merge pull request #1289 from kasjer/kasjer/vendor-update | Ha Thach | |
| vendor: Write improvements | |||
| 2022-02-28 | Merge pull request #1343 from Daft-Freak/patch-1 | Ha Thach | |
| Open OUT endpoint for HID host | |||
| 2022-02-26 | Merge pull request #1350 from hathach/enhance-multipl-ports | Ha Thach | |
| Enhance rhports management | |||
| 2022-02-26 | Merge pull request #1349 from iabdalkader/fix_inquiry_data | Ha Thach | |
| Set the standard inquiry response additional length field. | |||
| 2022-02-25 | Set the standard inquiry response additional length field. | iabdalkader | |
| * The standard inquiry response additional length field needs to be set to the length in bytes of the remaining standard inquiry data (i.e. N - 5), otherwise the kernel driver issues a warning about short inquiry response.. | |||
| 2022-02-25 | minor house keeping | hathach | |
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2022-02-25 | improve rphort management for usbd | hathach | |
