| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-01 | audio_decive clean up and bootstrapping of linear (formerly evade) buff. | Reinhard Panhuber | |
| 2021-02-23 | Implement dcd_edpt_iso_xfer() for dcd_da146xx.c BUT WITHOUT DMA SUPPORT | Reinhard Panhuber | |
| 2021-02-18 | Implement left and right justifications for 24 to 32 bit PCM encoding | Reinhard Panhuber | |
| 2021-02-18 | Correct for wrong pointer type in audio_device.c | Reinhard Panhuber | |
| 2021-02-17 | Fix wrong pointer type. | Reinhard Panhuber | |
| 2021-02-17 | Fix bug in evasion buffer list | Reinhard Panhuber | |
| 2021-02-17 | Add SAMD MCUs to buffer evasion list | Reinhard Panhuber | |
| 2021-02-17 | Implement an evasion linear buffer for MCUs not capable for EP FIFO | Reinhard Panhuber | |
| Also MCUs using DMAs are within this list, however, these can use an EP FIFO. There is just no time for implementation | |||
| 2021-02-12 | Formating | Reinhard Panhuber | |
| 2021-02-12 | Complete redesign of audio driver. | Reinhard Panhuber | |
| 2021-01-31 | Rework audio driver | Reinhard Panhuber | |
| 2021-01-19 | Change names from edpt_ISO_xfer to edpt_iso_xfer | Reinhard Panhuber | |
| 2021-01-18 | Implement the usage of usbd_edpt_ISO_xfer() | Reinhard Panhuber | |
| 2020-11-20 | migrate audio device to new control xfer cb | hathach | |
| 2020-10-09 | Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EP | Reinhard Panhuber | |
| Add tud_audio_set_itf_close_EP_cb() | |||
| 2020-10-07 | fix audio_test build | hathach | |
| 2020-09-28 | Cleanup for PR. | Reinhard Panhuber | |
| 2020-09-28 | audio_device: Update explicit feedback support | Jerzy Kasenberg | |
| Feedback can be specified by the user code and will be sent at feedback endpoint specified interval. | |||
| 2020-09-28 | audio_device: Allow one FIFO for N channels | Jerzy Kasenberg | |
| This allow to build with single FIFO for devices with multiple channels. Having just one FIFO greatly reduces time needed to feed endpoint. This change also allows to have one FIFO with 24 bit samples that is not rounded up to 32 bit elements. CFG_TUD_AUDIO_RX_ITEMSIZE and CFG_TUD_AUDIO_TX_ITEMSIZE can be manually defined. This allows to use FIFO more efficiently when 24 bits samples are already using 3 bytes, in this case there is no need to put them into FIFO one by one. For 8, 16, 32 bits samples size efficient FIFO access is always used when single FIFO is selected. This also changes FIFO element size to 1, FIFO usage was confusing in some place it treated content as byte base in other it looked like ITEM size is to be used. Also bufsize that in most (maybe all) cases was really meaning item count. bufsize now mean buffer size in bytes so there is no confusion. | |||
| 2020-09-28 | audio_device: Fix tud_audio_n_read_flush TU_VERIFY usage | Jerzy Kasenberg | |
| void function used TU_VERIFY in a way that returned bool value. It would not compile. | |||
| 2020-09-28 | audio_device: Fix audio_rx_done_type_I_pcm_ff_cb bufor size check | Jerzy Kasenberg | |
| Function was not checking buffer size correctly due missing parenthesis. | |||
| 2020-09-28 | audio_device: Fix audio_rx_done_type_I_pcm_ff_cb prototype | Jerzy Kasenberg | |
| Function prototype did not have return type specified by mistake. | |||
| 2020-09-28 | audio_device: Store rhport in interface data | Jerzy Kasenberg | |
| Some API uses interface number as argument, some wants to have rhport. To accommodate need of rhport for functions that don't have it rhport can be extracted from interface data. | |||
| 2020-09-06 | Start of sampling works. | Reinhard Panhuber | |
| 2020-09-03 | Remove tud_audio_n_write_ep_in_buffer() as long as ISO EPs are not RBs. | Reinhard Panhuber | |
| 2020-09-01 | Allow epin_buf to be written directly into in case no TX FIFOs are used. | Reinhard Panhuber | |
| This is helpful if you have already encoded audio data and want an efficient way to send it. However, this approach is NOT THREADSAFE so far and works realiably ONLY IF tud_audio_n_write_ep_in_buffer() is NOT called form an interrupt! | |||
| 2020-08-29 | Change min to tu_min16. | Reinhard Panhuber | |
| 2020-08-25 | audio_device: Fix NULL pointer access in audiod_xfer_cb | Jerzy Kasenberg | |
| b_bytes_copied was pointer with NULL value instead of plain variable. NULL pointer was passed to audio_tx_done_cb() and dereference as well. Now variable is not a pointer. | |||
| 2020-08-25 | audio_device: Fix FIFO element size discrepancies | Jerzy Kasenberg | |
| Buffer for TX and RX FIFO was not taking into account size of element leading to out of bound access. audio_tx_done_type_I_pcm_ff_cb() reported copied bytes was not returning correct value number if channels was omitted in computation. Transfer size calculation uses simpler arithmetic. | |||
| 2020-08-24 | audio_device: Fix descriptor limit calculation | Jerzy Kasenberg | |
| In several place p_desc_end calculation was not taking into account that starting pointer (_audiod_itf[idxDriver].p_desc) was pointing past interface association descriptor. It would result in accessing random memory. | |||
| 2020-08-20 | Fix formatting, get rid of all tabs. | Reinhard Panhuber | |
| 2020-08-19 | Commit before sharing. | Reinhard Panhuber | |
| Setup a test example - UNTESTED! Missing: Start transmitting audio data in set_interface. | |||
| 2020-08-16 | Add EP close. Fix bug in set_interface within audio. | Reinhard Panhuber | |
| 2020-07-25 | Fix structure definition audio_control_range_X_n_t | Reinhard Panhuber | |
| 2020-07-25 | Get and set requests work | Reinhard Panhuber | |
| 2020-07-20 | Implement control EP0 buffer and get rid of CFG_TUD_AUDIO_USE_TX_FIFO | Reinhard Panhuber | |
| 2020-07-17 | Intermediate commit. | Reinhard Panhuber | |
| 2020-06-13 | Fix mic audio descriptor, fix too strict check on IAD desc. in usbd.c | Reinhard Panhuber | |
| 2020-05-22 | Add basic UAC2 structure - untested | Reinhard Panhuber | |
