| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-19 | rename CFG_TUD_ENDPOINT0_BUFSIZE to make it more consistent | hathach | |
| use uint8_t for dfu state and status to reduce size | |||
| 2025-11-19 | Merge branch 'refs/heads/master' into dwc2_ep0 | hathach | |
| # Conflicts: # examples/device/dfu/src/usb_descriptors.c # examples/device/dfu_runtime/src/usb_descriptors.c # src/device/usbd_control.c # src/portable/synopsys/dwc2/dcd_dwc2.c | |||
| 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-11-07 | fix more alerts found by pvs-studio | hathach | |
| 2025-11-05 | added .clang-format | hathach | |
| fix more alerts disable IAR CStat since pvs-studio check is better integrated with clion | |||
| 2025-11-04 | Fixed more alert found by PVS-Studio | hathach | |
| 2025-10-30 | Merge branch 'master' into uac1 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-29 | Merge branch 'master' into dwc2_ep0 | hathach | |
| # Conflicts: # examples/device/dfu/src/usb_descriptors.c # examples/device/dfu_runtime/src/usb_descriptors.c # src/portable/synopsys/dwc2/dcd_dwc2.c | |||
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-24 | Merge remote-tracking branch 'upstream/master' into uac1 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-24 | fix more warnings | hathach | |
| 2025-10-16 | fix some warnings detected by pvs-studio | hathach | |
| 2025-10-10 | usbd: support set EP0 buffer size | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-03 | Merge remote-tracking branch 'tinyusb/master' into uac1 | Mengsk | |
| 2025-10-02 | mtp example work with highspeed device | hathach | |
| 2025-10-01 | Minor fixes | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | support UAC1 without IAD | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | Add UAC1 support to speaker example | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | Update TUD_AUDIO_EP_SIZE macro | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | Implement UAC1 IN flow control | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | Add basic UAC1 support | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | More descriptors working | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-29 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-09-29 | Add UAC1.0 defines | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-18 | Add usbd_edpt_xfer_fifo stub | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-18 | set driver count to 0 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | Update weak callbacks to new syntax | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-16 | refactor generic container to use EPBUF declaration | hathach | |
| simplify container field name | |||
| 2025-09-15 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-09-12 | add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC ↵ | hathach | |
| to EVENT | |||
| 2025-08-06 | Add MTP class device | Maurizio Pesce | |
| 2025-07-10 | Merge pull request #2987 from hathach/fix-2923-alt | Ha Thach | |
| make sure TOTAL_DRIVER_COUNT is not overflow 8-bit | |||
| 2025-07-08 | revert edpt busy/claim status if xfer_isr() defer to xfer_cb() | hathach | |
| 2025-07-08 | minor reformat code | hathach | |
| 2025-07-08 | Merge remote-tracking branch 'origin/master' into xfer_isr | hathach | |
| # Conflicts: # examples/device/audio_4_channel_mic_freertos/src/main.c # examples/device/audio_test_freertos/src/main.c # src/class/audio/audio_device.c | |||
| 2025-07-03 | reduce bInterval for default CDC descriptor from 16ms to 1ms | hathach | |
| 2025-06-22 | Merge branch 'master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-14 | audio: move ISO transfers into xfer_isr | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-14 | USBD: introduce xfer_isr. | HiFiPhile | |
| 2025-05-21 | add usbd_spin_lock/unlock for driver usage | hathach | |
| 2025-05-19 | implement osal critical for none/freertos/pico-sdk | hathach | |
| 2025-04-11 | Merge remote-tracking branch 'upstream/master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-26 | hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement ↵ | hathach | |
| hcd_edpt_close() | |||
| 2025-03-06 | hack: force/overwrite endpoint mps to 64 for device that incorrectly report ↵ | hathach | |
| 512 bytes for bulk in fullspeed mode. | |||
| 2025-02-12 | clean up | hathach | |
| 2025-02-12 | Merge branch 'master' into fork/atoktoto/midihost | hathach | |
| # Conflicts: # hw/bsp/rp2040/family.cmake # src/class/midi/midi.h # src/class/midi/midi_device.c # src/device/usbd_control.c # src/host/hcd.h # src/host/usbh.c # src/host/usbh.h | |||
| 2025-02-11 | make sure TOTAL_DRIVER_COUNT is not overflow 8-bit | hathach | |
| 2025-01-29 | Fix Auto speed display. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-12-13 | change OPT_MCU_RAXXX, fix missing prototype warnings. | hathach | |
| 2024-11-28 | refactor(usbd_control): Updated the buffer name for deeper debug | Roman Leonov | |
