| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-11 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-05-10 | Allow feedback EP size change. | HiFiPhile | |
| 2024-05-09 | Switch to weak default implementation. | HiFiPhile | |
| 2024-05-09 | Merge branch 'master' into patch-5 | HiFiPhile | |
| 2024-05-08 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-04-30 | Add missing capability bit for CDC ACM serial break support | Trevor | |
| The send break capability bit is needed for serial break support with Linux and possibly MacOS hosts. [A recent Linux kernel patch made it check the ACM capability bits before sending a serial break](https://github.com/raspberrypi/linux/commit/19e321c3eedd4c681a49f532a196bead5d57205e). | |||
| 2024-04-26 | Fix up TUD_AUDIO_SPEAKER_MONO_FB_DESCRIPTOR. | HiFiPhile | |
| 2024-04-08 | add class driver deinit | hathach | |
| 2024-04-08 | Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode. | Felix "xq" Queißner | |
| 2024-04-01 | UAC2: refactor interrupt endpoint support. | HiFiPhile | |
| 2024-03-14 | IAR Warning: Fixed due to an boolean operation between enum (Pa089) | henneboi | |
| Warning[Pa089]: enumerated type mixed with another enumerated type ...tusb_uac2_audio.c 199 This issue stops the build if we treat warning as error | |||
| 2024-01-12 | - change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation | hathach | |
| - change code style | |||
| 2023-11-24 | Merge pull request #2303 from projectgus/feature/isr_event_hook | Ha Thach | |
| Add optional hooks for DCD and HCD events | |||
| 2023-11-24 | add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb() | hathach | |
| 2023-11-24 | rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT ↵ | hathach | |
| to tusb_option.h and mandatory for BTH driver | |||
| 2023-10-24 | Update audio_4_channel_mic example for HS device. | HiFiPhile | |
| 2023-09-14 | Incorrect comment | Rocky04 | |
| 2023-09-14 | SOF ISR control | Rocky04 | |
| 2023-08-18 | - update nrf52 bsp for cmake | hathach | |
| - add empty tuh_int_handler/tud_int_handler if corresponidng stack not enabled - add hcd_template.c | |||
| 2023-08-08 | Remove port from SOF callback | Rocky04 | |
| 2023-08-08 | Adding support for a SOF callback | Rocky04 | |
| 2023-06-08 | Fix typos | Eugene Kliuchnikov | |
| 2023-03-18 | minor clean up | hathach | |
| 2023-03-17 | Merge branch 'master' into portability | hathach | |
| 2022-12-14 | fix midi MS Header wTotalLength computation | hathach | |
| 2022-12-08 | Correct interrupt polling interval in descriptor | Sebastien COUDREAU | |
| Use macro argument instead of 0x16 constant value. At least Linux kernel was complaining about this value: "config 1 interface 0 altsetting 0 endpoint 0x82 has an invalid bInterval 22, changing to 8" (warning obtained using usbtmc device config) | |||
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-11-11 | MIDI: support port name strings | Kay Sievers | |
| This allows to set custom descriptive names for virtual MIDI ports/cables. A MIDI port offers different functionality on the same physical USB device. The names make it easier to distinguish one from the other. | |||
| 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-06-24 | fix redundant-decls warnings by usbd/usbh | hathach | |
| 2022-06-10 | revert sof_isr driver rename since it cause issue with existing code | hathach | |
| also removed commented tud_sof_isr_set() API | |||
| 2022-05-31 | Merge pull request #1381 from hathach/add-sof-isr | Ha Thach | |
| Add SOF IRQ Handler | |||
| 2022-05-13 | changes proposal to audio feedback computation | hathach | |
| 2022-04-21 | Merge branch 'master' into pio-host | hathach | |
| 2022-04-20 | add note for tud_task() behavior in freertos example | hathach | |
| 2022-04-20 | add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout ↵ | hathach | |
| and in_isr also allow exit tud_task,tuh_task after processing all events for running other background task for user | |||
| 2022-04-18 | clean up pio driver | hathach | |
| 2022-03-29 | clean up and comment out tud_sof_isr_set | hathach | |
| 2022-03-07 | added dcd_sof_enable(), tud_sof_isr_set() | hathach | |
| make number of interface configurable (default to 8) CFG_TUD_INTERFACE_MAX | |||
| 2022-02-25 | auto detect max rhport speed based on mcu | hathach | |
| 2021-11-05 | bth: Add IAD to BT descriptor | Jerzy Kasenberg | |
| Bluetooth's specification defines IAD for primary controller. While it seems that Windows and Linux can leave without this, there is no reason TinyUSB should not provide it. | |||
| 2021-10-11 | add ncm.h for magic number | hathach | |
| mostly clean up magic number | |||
| 2021-10-05 | Merge branch 'j4cbo-ncm' into majbthrd-add_ncm | hathach | |
| 2021-10-05 | Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into ↵ | hathach | |
| majbthrd-add_ncm | |||
| 2021-10-01 | more usbd clean up | hathach | |
| 2021-09-25 | add NCM driver in a compatible manner : hathach/tinyusb#550 | Peter Lawrence | |
| 2021-09-15 | correct assoc_itf_count for bth driver | hathach | |
| 2021-09-09 | add other speed descriptor callback ↵ | hathach | |
| tud_descriptor_other_speed_configuration_cb() example implement tud_descriptor_device_qualifier_cb() and tud_descriptor_other_speed_configuration_cb() on high speed device to fully compliant to usbcv | |||
| 2021-08-27 | fix: bth stridx error | Xu Chun Guang | |
| 2021-07-22 | Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into ↵ | hathach | |
| Wini-Buh-CCRX_Port | |||
