Commit Graph

9991 Commits

Author SHA1 Message Date
6e891c6dc7 Merge pull request #3465 from hathach/stream_write_fix
fix stream write racing
2026-01-16 18:09:19 +01:00
042ebc04b3 fix stream write racing
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-16 16:17:05 +01:00
71ed9d1498 Merge pull request #3460 from hathach/bsp_h7_tm4c
Add EK-TM4C1294XL and STM32H747-DISCO bsp
2026-01-15 10:01:43 +07:00
46af312b61 ci fix
Signed-off-by: Zixun LI <admin@hifiphile.com>
2026-01-14 10:12:54 +01:00
4ae33547e3 update deps
Signed-off-by: Zixun LI <admin@hifiphile.com>
2026-01-14 09:59:49 +01:00
796e7c2332 Merge remote-tracking branch 'tinyusb/master' into bsp_h7_tm4c 2026-01-14 09:51:50 +01:00
7a4e3d0821 bsp: add STM32H747-DISCO
Signed-off-by: HiFiPhile <admin@hifiphile.com>
Signed-off-by: Zixun LI <admin@hifiphile.com>
2026-01-14 09:51:11 +01:00
5e6e9e6ad0 Merge pull request #3461 from hathach/edpt_stream-remove-nofifo-mode
remove no-fifo mode in edpt stream API
2026-01-14 14:32:25 +07:00
9a731e03e8 correct dual port hil assert 2026-01-14 13:06:49 +07:00
86ca8fe717 remove no-fifo mode in edpt stream API
update vendor_device.c for direct usbd xfer when either RX/TX BUFSIZE is 0 i.e CFG_TUD_VENDOR_TXRX_BUFFERED = 0
2026-01-14 10:50:39 +07:00
c1a506793b dcd/musb: fix IAR build
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-14 00:21:52 +01:00
104d3f2545 bsp: add TI EK-TM4C1294XL
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-14 00:21:52 +01:00
2656c6d91e Merge pull request #3424 from hathach/fifo_read_epsize
limit fifo read size to ep_bufsize regardless ep_buf is used or not
2026-01-13 23:19:24 +07:00
72da5f982d Merge pull request #3439 from hathach/mtp_zlp
device/mtp: queue ZLP when needed
2026-01-13 20:12:26 +07:00
0d28bdc27f minor clean up
separate tud_mtp_data_send() and tud_mtp_data_receive()
2026-01-13 16:33:14 +07:00
8cde9b69c3 minor clean up
separate tud_mtp_data_send() and tud_mtp_data_receive()
2026-01-13 16:06:43 +07:00
a71cb23647 Merge pull request #3457 from sparkmicro/fix-cpp-compiler-warning
Fix compiler error with c++ files and -Werror=extra
2026-01-12 22:07:40 +01:00
d5362220f3 Fix compiler warning 2026-01-12 15:16:03 -05:00
34035bb87c Merge branch 'refs/heads/master' into mtp_zlp 2026-01-12 13:52:29 +07:00
80b207852a Merge pull request #3451 from hathach/rp2-hwfifo
enable dedicated hwfifo for rp2
2026-01-12 10:48:16 +07:00
09b8f40084 remove transfer_type from hw_endpoint 2026-01-10 00:11:09 +07:00
4c86cbdc82 enable dedicated hwfifo for rp2 2026-01-09 18:40:55 +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