| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-08 | Fix typos | Eugene Kliuchnikov | |
| 2023-04-08 | Fix case. | HiFiPhile | |
| 2023-04-08 | fix audio comment error | tyustli | |
| 2023-03-18 | minor clean up | hathach | |
| 2023-03-17 | Merge branch 'master' into portability | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-02-16 | Merge pull request #1853 from NullMember/master | HiFiPhile | |
| examples/uac2: Fix mute and volume array lengths | |||
| 2023-01-13 | examples/uac2: Fix mute and volume array lengths | Malik Enes Safak | |
| 2022-11-30 | Add endpoint definitions for more example projects. | Gordon McNab | |
| 2022-09-13 | Don't assume different enum types can be combined | Ben Avison | |
| IAR generates warning Pa089 'enumerated type mixed with another enumerated type'. | |||
| 2022-09-13 | Remove unreachable code | Ben Avison | |
| IAR generates warning Pe111 'statement is unreachable'. In a couple of cases, replace return statements with TU_ATTR_FALLTHROUGH; because some compilers apparently can't figure out that the return statements are unreachable but do whinge about an imagined fall-through without them! | |||
| 2022-06-27 | fix all device examples warnings | hathach | |
| 2022-06-27 | fix most warnings with rp2040 -wconversion | hathach | |
| 2022-06-06 | more example update | hathach | |
| 2022-05-28 | Fix printf long int compiler error | Leon Loeser | |
| 2022-03-01 | in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3. | caleb crome | |
| I believe that there is a mistake in the definition of TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR. The nitfs in the audio descriptor is always 3 regardless of ITF_NUM_TOTAL. | |||
| 2022-02-25 | fix uac2_headset build | hathach | |
| 2022-02-25 | auto detect max rhport speed based on mcu | hathach | |
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-09-29 | clean up | hathach | |
| 2021-08-26 | TD 9.12 remote wakeup test | hathach | |
| remove TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP attribute from non-hid examples | |||
| 2021-08-13 | Merge pull request #956 from kkitayam/fix_audio_format_for_renesas_rx | Ha Thach | |
| add settings for Renesas RX family | |||
| 2021-07-17 | Fix ISO support. | MasterPhi | |
| 2021-07-08 | add settings for Renesas RX family | kkitayam | |
| 2021-07-04 | Move audio_control_request_t to audio.h | MasterPhi | |
| 2021-07-04 | Prevent overflow noise | MasterPhi | |
| 2021-07-04 | Clear FIFO only if enabled... | MasterPhi | |
| Add buffer align | |||
| 2021-07-04 | Add 24bit loopback in example. | MasterPhi | |
| 2021-07-04 | Refactor descriptor, add alt settings support. | MasterPhi | |
| 2021-07-04 | Fix typo | 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-05-26 | fix uac2_headset example | noodlefighter | |
| tud_audio_rx_done_cb() is departed, replace with tud_audio_rx_done_pre_read_cb() | |||
| 2021-05-20 | fix uac2_headset example: type of bRequest should be uint8_t, not enumerate | noodlefighter | |
| 2021-04-15 | Try to resolve include hassle in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix uac2_headset include hassle be declaring value by hand | Reinhard Panhuber | |
| 2021-04-03 | Fix uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix wrong pointer type in audio_device.c | Reinhard Panhuber | |
| 2021-04-03 | Fix uac2_headset example | Reinhard Panhuber | |
| 2021-04-03 | Fix potential bug in support FIFO sizes | Reinhard Panhuber | |
| 2021-04-03 | Fix typo in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix old defines in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Add missing #defines in uac2_headset example | Reinhard Panhuber | |
| 2021-04-03 | Fix #define error in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix error in #defines in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Generalize audio driver for 3 audio functions plus a lot more. | Reinhard Panhuber | |
| - Audio format and parameters are parsed from descriptors thus user no longer needs to give them explicitely - Tested for 4 channel software type I PCM encoding with 16 bit with 1 channel per FIFO and 2 channels per FIFO (this is I2S specific) | |||
| 2021-03-13 | move AUDIO_SAMPLE_RATE to example main.c | hathach | |
| 2021-03-10 | Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams | Reinhard Panhuber | |
| Extending capabilities of support FIFOs Removing copy from to FIFO Adjusting audio examples Remove peek/read into other FIFO | |||
| 2021-02-12 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-02-12 | Complete redesign of audio driver. | Reinhard Panhuber | |
| 2021-01-25 | get all device example build with rp2040 (except freeRTOS) | hathach | |
