| 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. | |||
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach | |
| 2025-11-26 | change tu_fifo_buffer_info_t layout | hathach | |
| 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-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 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-10-14 | fix lots of warnings for missing-prototypes for irqhandler | hathach | |
| 2025-09-17 | Replace old delay functions by tusb_time_delay_ms_api | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 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 | change dcd_init() to take rhport struct | hathach | |
| 2024-05-04 | add cmake for f1c100s | hathach | |
| 2023-07-02 | made line ends consistent. | Lars Pötter | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-03-07 | added dcd_sof_enable() stubs for all other ports | hathach | |
| 2022-02-26 | more internal rename | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2022-01-26 | fix mynewt build sunxi | hathach | |
| 2021-12-29 | update docs | hathach | |
| 2021-12-29 | add license to dcd file, slightly update readme | hathach | |
| 2021-12-06 | Fix handling of RXRDY bit | Yunhao Tian | |
| 2021-12-05 | Change FIFO size to 4KB (not sure) | Yunhao Tian | |
| The datasheet says 2KB FIFO, but accroding to many code examples, the F1C100s has at least 4KB of FIFO memory. This is working with cdc_msc example, but I'm not sure, this should be checked. | |||
| 2021-12-05 | Fix a typo that leads to incorrect RX handling | Yunhao Tian | |
| 2021-12-05 | Add FIFO size check | Yunhao Tian | |
| 2021-12-05 | Close all EPs upon reset | Yunhao Tian | |
| 2021-12-05 | Save current EP before querying other EPs | Yunhao Tian | |
| 2021-12-04 | Add BSP support for F1C100s | Yunhao Tian | |
| 2021-12-04 | Modify sunxi_musb code | Yunhao Tian | |
| 2021-12-01 | Add support for Allwinner F1Cx00s family | Yunhao Tian | |
| Allwinner F1Cx00s family is a series of SoCs with Mentor MUSB controller and HS phy. It comes with a slightly different register space layout, and some quirks, so it's not multiplexed with the existing musb support library. This library currently requires to be compiled with https://github.com/hongxuyao/F1C100s_with_Keil_RTX4_emWin5 | |||
