| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-05 | Fix HIS stylus descriptor and hid_composite example | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-05 | Use one control buffer as EP0 has no concurrency | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-04 | Fix descriptor looping | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-03 | update for release 0.19.0 | hathach | |
| 2025-10-03 | Merge remote-tracking branch 'tinyusb/master' into uac1 | Mengsk | |
| 2025-10-02 | Add UAC1 support to uac2_headset example | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | Fix feedback param lag | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | cleanup | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | Update feedback params on frequency change | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | dwc2: support ISO IN transfer when bInterval > 1 | HiFiPhile | |
| dwc2 requires manually toggle Even/Odd bit manually for ISO IN transfer, that's poses a problem when bInterval > 1 mainly for audio class, as the moment the transfer is scheduled, we don't know when the host will issue IN token (bInterval vs bRefresh schenanigans). Linux driver use NAK interrupt to detect when the host is sending IN token and toggle the Even/Odd bit accordingly based on the current frame number and bInterval. However on ST's stripped down DWC2 FS controller (e.g STM32F4, STM32F7), NAK interrupt is not supported, even it's marked as always present in DWC2 databook. NAK interrupt is only supported on HS controller with external PHY. Instead I schedule all ISO IN transfer for next frame, if the transfer failed, incomplete isochronous IN transfer interrupt will be triggered and we can relaunch the transfer. Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | mtp example work with highspeed device | hathach | |
| 2025-10-01 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-10-01 | minor update | hathach | |
| 2025-10-01 | better EP type detection | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-01 | Minor fixes | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | Remove feedback format correction since no longer needed | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | support UAC1 without IAD | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | fix descriptor walking | HiFiPhile | |
| Signed-off-by: HiFiPhile <[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 | Fix warning | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Disable SBUF_ISO for U0 | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Fix PMA size for U0 | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-29 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-09-29 | refactor mtp examples, add phase and session id to callback data | hathach | |
| 2025-09-29 | Update UAC2 naming | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-29 | Add UAC1.0 defines | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-27 | audio: simplify alt settings management | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-27 | Merge pull request #3256 from hathach/weak_cb | Ha Thach | |
| Migrate weak function override to new syntax, update delay api usage | |||
| 2025-09-27 | make command container more consistent | hathach | |
| 2025-09-27 | add edpt claim for public API | hathach | |
| 2025-09-27 | implement serial for MTP | hathach | |
| 2025-09-27 | implement control request | hathach | |
| 2025-09-26 | implement tud_mtp_mounted() and tud_mtp_event_send() | hathach | |
| refactor phase state | |||
| 2025-09-26 | fix more ci build | hathach | |
| 2025-09-26 | fix compile warnings | hathach | |
| 2025-09-25 | clean up, wrap up bulk command supported | hathach | |
| 2025-09-25 | implement send object command, able to create new file | hathach | |
| 2025-09-25 | implement MTP_OP_SEND_OBJECT_INFO, refactor fs example | hathach | |
| 2025-09-25 | Fix incorrect comments | Lu Chang | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-09-24 | Add HID Usage Page and Table for Power Devices (0x84 - 0x85) | Lu Chang | |
| 2025-09-24 | clean up | hathach | |
| 2025-09-24 | unify callback argument. support multiple packet get object | hathach | |
| 2025-09-23 | refactor API | hathach | |
| 2025-09-23 | try to add logo png to mtp example | hathach | |
| 2025-09-22 | Fix erroneous documentation of TU_ASSERT/TU_VERIFY | Terje Runde | |
| 2025-09-22 | implement get object, close session | hathach | |
