| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-02 | license: use SPDX identifiers for src/ headers (#3749) | Ha Thach | |
| * license: use SPDX identifiers for src/ headers Replace the full ~20-line MIT license boilerplate on every src/ file with a two-line SPDX tag (SPDX-FileCopyrightText + SPDX-License-Identifier), following the REUSE convention used by CircuitPython and the Linux kernel. Removes ~3500 lines of duplicated boilerplate. | |||
| 2025-11-19 | Merge remote-tracking branch 'tinyusb/master' into ↵ | HiFiPhile | |
| copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-11-17 | make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ↵ | hathach | |
| as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future. | |||
| 2025-10-31 | Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of ↵ | HiFiPhile | |
| https://github.com/hathach/tinyusb into copilot/fix-dcd-edpt-xfer-issue | |||
| 2025-10-31 | Merge remote-tracking branch 'tinyusb/master' into ↵ | HiFiPhile | |
| copilot/fix-dcd-edpt-xfer-issue Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-27 | improve warnings with rp2040 family | hathach | |
| 2025-10-22 | Apply suggestions from code review | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-10-22 | Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifo | copilot-swe-agent[bot] | |
| Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-04-23 | rename and expose tuh_bus_info_get() to application | hathach | |
| 2025-04-23 | rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to ↵ | hathach | |
| hcd_bus_info_get streamline bus info to usbh_devies, also replace dev0 (renamed to dev0_bus) | |||
| 2025-03-25 | add tuh_edpt_close() API, it will abort any pending transfer | hathach | |
| implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header. | |||
| 2024-10-14 | change dcd_init() return from void to bool | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | hcd_init() take init struct | hathach | |
| 2024-10-11 | fix fuzzing build | hathach | |
| 2023-11-03 | fix race condition when dev0 is removed while enumerating | hathach | |
| 2023-08-07 | code format | hathach | |
| 2023-08-04 | Merge branch 'master' into master | Ha Thach | |
| 2023-07-26 | correct hcd_edpt_clear_stall() API signature | hathach | |
| 2023-07-24 | add hcd abort xfer for rp2040 pio usb | hathach | |
| 2023-07-21 | add stub hcd_edpt_abort_xfer() for all ports | hathach | |
| 2023-07-02 | also fixed pico_trac() log messages. | Lars Pötter | |
| 2023-06-29 | add hcd_frame_number() for pio-usb host | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2022-06-08 | add tuh_configure() for port/dynamic host behavior config | hathach | |
| 2022-05-10 | clean up | hathach | |
| 2022-04-28 | more clean up | hathach | |
| 2022-04-27 | clean up | hathach | |
| 2022-04-26 | minor clean up | hathach | |
| 2022-04-26 | improve pio usb endpoint handler | hathach | |
| 2022-04-26 | follow pio usb changes | hathach | |
| 2022-04-22 | more with pio usb | hathach | |
| 2022-04-22 | keep up with pio usb | hathach | |
| 2022-04-18 | clean up pio driver | hathach | |
| 2022-04-16 | support pio dcd endpiont stall | hathach | |
| 2022-04-15 | pio device works well | hathach | |
| 2022-04-14 | catch up with pio lib | hathach | |
| 2022-04-05 | add need_pre for pio usb, but not work out well | hathach | |
| 2022-04-03 | correct pio usb speed, and close device | hathach | |
| 2022-04-03 | use pio usb host init | hathach | |
| 2022-04-03 | clean up hcd pio | hathach | |
| 2022-04-02 | extracting hw root port | hathach | |
| 2022-04-01 | update to use pio hw endpoint | hathach | |
| 2022-04-01 | rename pio to pio_usb | hathach | |
