| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-06 | minimize tu_fifo size to 16 | hathach | |
| - remove non_used_index_space - packed overwritable with item_size | |||
| 2022-12-21 | fix ci | hathach | |
| 2022-12-16 | Merge pull request #1799 from hathach/update-osal-mutex | Ha Thach | |
| Update osal mutex | |||
| 2022-12-15 | use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEX | hathach | |
| add macro to swallow mutex API in order to simplify code with mutex | |||
| 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-06-30 | rp2040 enable SOF as resumed signal when remote wakeup | hathach | |
| 2022-06-27 | Merge branch 'master' into add-more-warnings | hathach | |
| 2022-06-27 | clean up usbd log level | hathach | |
| 2022-06-24 | fix redundant-decls warnings by usbd/usbh | hathach | |
| 2022-06-24 | add more warning option, also fix -Wconversion with rp2040 | hathach | |
| -Wuninitialized, -Wunused, -Wredundant-decls | |||
| 2022-06-10 | more dynamic controller for host | 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-06-08 | add tuh_configure() for port/dynamic host behavior config | hathach | |
| 2022-06-02 | rhport argument in usbd_ API() is not used (always use the initialized port) | hathach | |
| remove the usage of TUD_OPT_RHPORT in class driver | |||
| 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-28 | more clean up | hathach | |
| 2022-04-27 | clean up | hathach | |
| 2022-04-27 | add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() section | 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-20 | add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both ↵ | hathach | |
| pending for event queue with timeout of 1 ms | |||
| 2022-04-18 | clean up pio driver | hathach | |
| 2022-03-29 | clean up and comment out tud_sof_isr_set | hathach | |
| 2022-03-16 | Add todos and comments | 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-14 | Merge branch 'master' into add-sof-isr | Ha Thach | |
| 2022-03-10 | refactor and integrate usbh control xfer back to usbh.c | hathach | |
| fix enumeration with hub when reset port before set address | |||
| 2022-03-09 | refactor usbd to also use common endpoint claim/release | hathach | |
| 2022-03-09 | adding tusb_private.h to implement common edpt claim | hathach | |
| 2022-03-09 | add tusb_debug.h remove tusb_error.h | hathach | |
| move debug utils to new header | |||
| 2022-03-09 | update use of mutex for host | 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-03-04 | add tuh_descriptor_get() and tuh_descriptor_device_get() | hathach | |
| 2022-02-26 | more internal rename | hathach | |
| 2022-02-25 | minor house keeping | hathach | |
| 2022-02-25 | rename and move dcd_attr.h to tusb_mcu_attr.h | hathach | |
| 2022-02-25 | auto detect max rhport speed based on mcu | 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 | |
| 2022-01-25 | Merge branch 'master' into master | Ha Thach | |
| 2022-01-17 | Merge branch 'master' into port-ft90x | Ha Thach | |
| 2022-01-16 | Merge pull request #1270 from kasjer/kasjer/pic32mz | Ha Thach | |
| Driver for Microchip PIC32MZ family | |||
| 2022-01-07 | Add driver for PIC32MZ MCUs | Jerzy Kasenberg | |
| Device-only driver for PIC32MZ MCUs. | |||
| 2022-01-05 | Add Raspberry Pi Zero W and Zero 2 W | Scott Shawcroft | |
| These are different Broadcom chips. The peripherals are essentially the same. The main differences are: * The CPU(s) * The interrupt controller * The peripheral base address (but not the peripherals that we use) | |||
