| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | Add SOF callback function for feedback value determination in uac - wip! | Reinhard Panhuber | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2022-01-16 | update format correction with actual bus speed | hathach | |
| 2022-01-07 | Disable feedback format correction by default #1234 | Valentin Milea | |
| 2021-12-06 | Support disabling feedback format correction #1234 | Valentin Milea | |
| 2021-11-08 | rename to simply OPT_MCU_MSP432E4, add msp432e to ci | hathach | |
| 2021-11-06 | Implement dcd_edpt_xfer_fifo for dcd_musb | kkitayam | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-12 | Merge branch 'master' into add_uvc | Ha Thach | |
| 2021-09-29 | moved ISO attributes from audio to common | kkitayam | |
| 2021-08-31 | UAC2: Add ring buffer support for dcd_transdimension. | MasterPhi | |
| Add ring buffer ON/OFF switch. | |||
| 2021-08-07 | Use linear buffer for GD32VF103 | Stefan Kerkmann | |
| As the peripheral is the same as on the STM32F1 and STM32F4 lines we do the same. | |||
| 2021-07-29 | add the entry for RX72N | kkitayam | |
| 2021-07-29 | add RX65N | kkitayam | |
| 2021-07-29 | add a condition regarding OPT_MCU_RX63N | kkitayam | |
| 2021-07-06 | Fix copy byte count | MasterPhi | |
| 2021-07-06 | - Remove alt_setting alignment | MasterPhi | |
| 2021-07-05 | ENCODE -> DECODE | MasterPhi | |
| 2021-07-04 | Better handling tud_audio_set_itf_cb with FB. | MasterPhi | |
| 2021-07-04 | Move audio_control_request_t to audio.h | MasterPhi | |
| 2021-07-04 | Delay tud_audio_set_itf_cb call with feedback EP. | MasterPhi | |
| 2021-07-04 | Fix speed detection | MasterPhi | |
| 2021-07-04 | more uac fixes, | MasterPhi | |
| 2021-07-04 | Clear FIFO only if enabled... | MasterPhi | |
| Add buffer align | |||
| 2021-07-04 | audio_device : clear fifo on intf change. | MasterPhi | |
| 2021-07-04 | Fix audiod_get_AS_interface_index in audio class. | MasterPhi | |
| Enhance uac2_headset example with multiple sample rates. Add macro to calculate EP size. | |||
| 2021-06-29 | Fix IAR compile error on pointer type. | MasterPhi | |
| Clean up warnings. Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-20 | Add bracket to switch case, fix warning. | MasterPhi | |
| 2021-05-27 | include clean up | hathach | |
| 2021-05-26 | rename usbd_edpt_iso_xfer to usbd_edpt_xfer_fifo | hathach | |
| 2021-05-10 | audio_device: Fix build error | Jerzy Kasenberg | |
| ep_in_as_intf_num was incorrectly used to access out interface which is defined for 'in' interface. Code related to 'out' endpoint should use ep_out_as_intf_num instead. | |||
| 2021-04-30 | Remove n from tu_fifo_get_write_info() and fix bug in vendor class | Reinhard Panhuber | |
| 2021-04-30 | Remove variable n in tu_fifo_get_read_info() | Reinhard Panhuber | |
| 2021-04-30 | Change read infos to pointer type | Reinhard Panhuber | |
| 2021-04-28 | temporarily fix include recusrive loop | hathach | |
| 2021-04-23 | Change tu_fifo_get_linear_write/read_info() to return a struct | Reinhard Panhuber | |
| Compilers always complain that variables set by function via pointer might be uninitialized so to avoid that return values are now delivered via struct. | |||
| 2021-04-23 | Init len_wrap = 0 to fix compiler complains. | Reinhard Panhuber | |
| 2021-04-23 | Fix include path in audio_device.h | Reinhard Panhuber | |
| 2021-04-23 | Implement functions to allow for DMA usage in audio driver. | Reinhard Panhuber | |
| - Add tud_audio_n_get_ep_out_ff(), tud_audio_n_get_ep_in_ff(), tud_audio_n_get_rx_support_ff(), and tud_audio_n_get_tx_support_ff() - Change get_linear_read/write_info() to return linear and wrapped part at once - Adjusted affected code in audio_device.c and tested with audio_4_channel. | |||
| 2021-04-21 | Remove unnecessary volatile and short audio function index to func_id | Reinhard Panhuber | |
| 2021-04-20 | Clean up old depracted and misleading variable names | Reinhard Panhuber | |
