| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-24 | minor doc | hathach | |
| 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-11-23 | Add optional hooks for DCD and HCD events | Angus Gratton | |
| These are intended to allow bare metal platforms with one-shot scheduling capabilities to schedule the TinyUSB task handlers whenever they know there is work for them to do. Signed-off-by: Angus Gratton <[email protected]> | |||
| 2023-10-24 | Update audio_4_channel_mic example for HS device. | HiFiPhile | |
| 2023-09-06 | minor debug clean up | hathach | |
| 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-15 | more minor clean up | hathach | |
| - also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd | |||
| 2023-08-07 | Correcting comments | Rocky04 | |
| 2023-08-07 | Fixing wrong callback placement | Rocky04 | |
| 2023-08-02 | Set unmounted on configuration reset | Rocky04 | |
| 2023-07-24 | rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack | hathach | |
| CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION | |||
| 2023-07-20 | improve logging, allow easier to turn off usbd, driver logging | hathach | |
| can be useful when focusing on let's say usbh | |||
| 2023-06-21 | Merge pull request #2101 from eustas/patch-1 | Ha Thach | |
| Fix typos | |||
| 2023-06-16 | fix build warnings | hathach | |
| 2023-06-09 | move protocol message to stack, disable battery in PWR's CR3 | hathach | |
| there is still issue with CC1/CC2 pull down resistor and vstate is not correct. | |||
| 2023-06-08 | Fix typos | Eugene Kliuchnikov | |
| 2023-06-07 | able to response with good crc | hathach | |
| 2023-05-23 | Enhance chipidea (#2075) | Ha Thach | |
| * update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd | |||
| 2023-05-16 | usbd: fix control transfer issue for chipidea hs when previous status and ↵ | hathach | |
| new setup complete in the same isr frame change usbd edpt busy/stalled/claimed value to 0/1 instead of (true/false) since they are 1-bit field. | |||
| 2023-05-16 | correct EHCI reporting failed xfer (instead of stalled) when device is unplugged | hathach | |
| 2023-03-22 | use tud_inited() instead of tusb_inited() | hathach | |
| 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-28 | Merge pull request #1828 from HiFiPhile/stm32_fsdev | Ha Thach | |
| stm32_fsdev & ISO EP buffer allocation improvements | |||
| 2023-02-28 | rename ep_num to ep_idx, minor clean up | hathach | |
| 2023-02-27 | Merge pull request #1852 from silvergasp/mem_s | Ha Thach | |
| fix: Replace device calls to memcpy with tu_memcpy_s | |||
| 2023-02-27 | minor clean up | hathach | |
| 2023-02-22 | use tu_static instead of static _fuzz_thread | hathach | |
| 2023-02-22 | rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread | hathach | |
| 2023-01-20 | fix: Change all static variables to thread when fuzzing | Nathaniel Brough | |
| 2023-01-13 | fix: Replace device calls to memcpy with tu_memcpy_s | Nathaniel Brough | |
| Introduces a new function tu_memcpy_s, which is effectively a backport of memcpy_s. The change also refactors calls to memcpy over to the more secure tu_memcpy_s. | |||
| 2023-01-06 | minimize tu_fifo size to 16 | hathach | |
| - remove non_used_index_space - packed overwritable with item_size | |||
| 2022-12-30 | Add ISO buffer allocation. | Mengsk | |
| 2022-12-29 | Use weak for dcd_edpt_iso_alloc/dcd_edpt_iso_activate | Mengsk | |
| 2022-12-29 | UAC : Enable fifo based transfer on stm32_fsdev | Mengsk | |
| 2022-12-29 | Add dcd_edpt_iso_alloc() / dcd_edpt_iso_activate() for ISO EP buffer management. | Mengsk | |
| 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-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-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 | |
