Commit Graph

9969 Commits

Author SHA1 Message Date
34035bb87c Merge branch 'refs/heads/master' into mtp_zlp 2026-01-12 13:52:29 +07:00
085ec06874 Merge pull request #3448 from hathach/rp2-refactor
Rp2 refactor
2026-01-09 14:42:09 +07:00
8452dfe305 clean up 2026-01-09 11:58:12 +07:00
d5f0260267 Merge pull request #3442 from zhiqiang-ch/master
support for the AT32F45X series
2026-01-09 11:46:23 +07:00
6ab368f655 fix missing SystemCoreClock 2026-01-09 11:22:55 +07:00
9465ce985b apply copilot suggestion 2026-01-09 11:01:58 +07:00
e69494d94a fix pre-commit, clean up tusb_mcu.h, add at32f45x to ci build 2026-01-09 10:47:50 +07:00
271edeb35b Merge branch 'master' into fork/zhiqiang-ch/master 2026-01-09 10:38:47 +07:00
4025036e03 Merge pull request #3449 from Precidata/quirks-tipo
Fix tipo in tusb_option.h
2026-01-08 19:17:23 +01:00
39901ac89c Fix tipo in tusb_option.h 2026-01-08 18:36:31 +01:00
0b970e6a66 only apply errata E5 and E15 for rp2040. rp2350 already fixes these 2026-01-09 00:25:10 +07:00
64ca0b9d58 host device info print no serial as 0 instead of n/a 2026-01-08 16:06:58 +07:00
d7e715d5c2 fix hcd force_single mistake by refactor 2026-01-08 15:42:08 +07:00
07416f704f minor clean up 2026-01-08 12:34:13 +07:00
f0a3d44834 change signature for hwep_buf_ctrl_* to take pointer to buf control instead of hwep 2026-01-08 00:58:35 +07:00
475e97cc8b remove hw_endpoint_t rx, rename/change signature of helper functions 2026-01-07 23:52:02 +07:00
a124edf9f6 refactor remove endpoint_control/buffer_control from hw_endpoint_t 2026-01-07 09:58:23 +07:00
e5c53f02c5 minor update 2026-01-06 11:09:22 +07:00
593dce2834 Merge pull request #3441 from hathach/fifo-access-mode
HWFIFO access-mode refactor and stride-aware FIFO fixes across FSDEV/RUSB2/MUSB
2026-01-06 09:42:16 +07:00
9de3e108b4 fix more typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-06 01:11:13 +07:00
2026391b17 fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-06 01:10:39 +07:00
1c19fc5408 rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE 2026-01-06 00:58:23 +07:00
20d009daa1 enable dedidcated hwfifo for musb with odd access with 16-bit and 8-bit 2026-01-06 00:36:17 +07:00
74e59e433d fix hwfifo pull/push n with address stride > 0 2026-01-05 22:50:23 +07:00
a9479f5ad9 update hcd rusb2 to use tu_hwfifo read/write 2026-01-04 17:02:16 +07:00
b93d463afa fix rusb2 hcd_port_connect_status() using line state, add post root reset delay for stable speed detection 2026-01-03 23:54:05 +07:00
d457ea3d3c fix build with dwc2 2026-01-03 17:52:58 +07:00
93a1e8093a rusb2 move tu_hwfifo_write() to rusb2_common.c 2026-01-03 16:37:17 +07:00
ea23966aa7 add default access mode for tu_hwfifo API make it easier for non-custom read/write 2026-01-03 15:37:22 +07:00
e158a3dd38 hwfifo support custom write/read
rusb use custom write
enable all hil test for ra4m1
2026-01-03 15:06:54 +07:00
c87f0db459 add tu_hwfifo_access_t param to hwfifo API 2026-01-03 00:47:40 +07:00
b87c2fcc9f refactor hwfifo pull/push 2026-01-02 23:57:48 +07:00
36e8f9d7a1 support multiple data stride if configured 2026-01-02 17:16:02 +07:00
0b638c5d74 rusb2 use tu_hwfifo API to write usb packet 2026-01-01 22:42:46 +07:00
9ab605ef0b change signature of tu_hwfifo_* to have hwfifo as first parameter 2026-01-01 12:51:05 +07:00
009750c747 minor refactor 2026-01-01 11:59:29 +07:00
111247337c replace PMA buffer packet read/write by using tu_hwfifo API 2025-12-31 22:18:05 +07:00
9b5c7761cc add separate tu_hwifo_*() with data from buffer/software fifo. Remove duplicated packet write/read for fsdev 2025-12-31 17:48:09 +07:00
f20ad05d71 update tu_fifo to work with fsdev hwfifo with increased address 16/32bit 2025-12-31 16:26:24 +07:00
8544db8bf5 Merge branch 'hathach:master' into master 2025-12-31 14:53:29 +08:00
d61ed92220 re-branding fixed address fifo read/write to stride mode 2025-12-31 01:11:40 +07:00
4e43988980 tusb_fifo remove item_size make it fifo of bytes 2025-12-30 18:12:32 +07:00
239e20ba73 support for the AT32F45X series 2025-12-30 10:44:03 +08:00
237e9f21fd example/mtp: fix root parent id
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-12-29 20:54:04 +01:00
d27e55a3da device/mtp: improve logging
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-12-29 18:54:52 +01:00
536223cbaa device/mtp: queue ZLP when needed
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-12-28 23:25:05 +01:00
3eafddb02a Merge pull request #3433 from Precidata/fix-compilation-v2
Fix compilation v2
2025-12-26 18:15:26 +01:00
d77f1e8eb6 Prevent unused-variable warning in dcd_host.c
'idx' is not used if CFG_TUH_CDC_LINE_CODING_ON_ENUM is not defined.
2025-12-26 17:27:05 +01:00
b3dd0a113a Do not randomly include stm32h7xx.h
Enable D-Cache unless we're compiling for the M4 core of a dual-core H7 mcu by directly testing CORE_CM4
2025-12-26 17:25:25 +01:00
b209b177ec Merge pull request #3422 from Tails86/add-vendor_write_clear
Added tud_vendor_write_clear() which forcefully clears TX buffer
2025-12-21 23:55:14 +01:00