| 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-03-07 | remove dma_desc_t | hathach | |
| 2026-03-06 | Apply suggestions from code review | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2026-03-06 | cleanup | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-02-27 | dcd/samx7x: reformat code | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-02-27 | dcd/samx7x: remove buggy DMA FIFO transfer | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-02-27 | dcd/samx7x: synchronize DMA and cache options | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 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-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]> | |||
| 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 | fix fuzzing build | hathach | |
| 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-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-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2021-10-24 | more wMaxPacketSize | hathach | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-08-26 | add dcd_edpt_close_all() for clear existing configured state | hathach | |
| correctly responded to TD 9.13 Set Configuration Test | |||
| 2021-08-05 | Minor fix. | MasterPhi | |
| 2021-07-30 | Move register define to separate header. | MasterPhi | |
| 2021-07-30 | Add cache clean/invalidate. | MasterPhi | |
| 2021-07-21 | Fix non-DMA IN irq. | MasterPhi | |
| 2021-07-21 | Re-enable SETUP irq on EP0 stall. | MasterPhi | |
| 2021-07-21 | Remove redundant TX irq. | MasterPhi | |
| 2021-07-21 | Fix EP0 issue (again) | MasterPhi | |
| 2021-07-20 | Workaround of EP0 issue, clean up. | MasterPhi | |
| 2021-07-19 | Merge branch 'dcd_same70' of https://github.com/HiFiPhile/tinyusb into ↵ | MasterPhi | |
| dcd_same70 | |||
| 2021-07-19 | Remove clock init. | MasterPhi | |
| 2021-07-19 | clean up warning | hathach | |
| 2021-07-19 | Fixing NAKed OUT xfer | MasterPhi | |
| 2021-07-17 | Fix build error. | MasterPhi | |
| 2021-07-17 | Fix ISO support. | MasterPhi | |
| 2021-06-16 | Revert "Use byte copy.", add barrier after buffer write. | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-15 | Default use dual bank for FS, use dcd irq switch. | MasterPhi | |
| 2021-06-15 | Prevent buffer overflow. | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-15 | Use byte copy. | MasterPhi | |
| 2021-06-15 | Fix resume, always init FS clock. | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
| 2021-06-12 | Rename SAM7X to SAMX7X | MasterPhi | |
| Signed-off-by: MasterPhi <[email protected]> | |||
