Commit Graph

4753 Commits

Author SHA1 Message Date
c5ec572396 refactor config option
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-02-20 13:57:34 +01:00
7e61770971 Fix a couple indentations 2026-02-19 23:30:25 +01:00
c8265a3709 Introduce TUH_CFGID_PHY_SPEED configure option 2026-02-19 23:03:32 +01:00
db1ff5d169 Better variable/function names 2026-02-19 23:00:27 +01:00
59feef3208 add(usbh.c): LOG1 debug message when no address available for hub 2026-02-14 11:52:52 +01:00
f0b44ec615 use CFG_TUD_CONFIGURE_DWC2_DEFAULT to make it easier to add more value 2026-02-13 22:29:14 +07:00
8f14cf4bfa add CFG_TUD_VBUS_SENSE, that could allow to skip tud_configure() for fixed vbus sensing
simplify dwc2_stm32_gccfg_cfg() using guid value
2026-02-13 19:45:09 +07:00
35a90f213d Merge branch 'refs/heads/master' into dwc2_vbus 2026-02-13 01:10:55 +07:00
30802a19c9 Merge remote-tracking branch 'origin/master' into msc_stall 2026-02-11 23:58:41 +07:00
b5c84aa140 device/msc: only defer prepare_cbw() from STATUS_SENT when EP OUT stalled 2026-02-11 23:44:39 +07:00
75adb35f35 Update tusb_verify.h 2026-02-11 16:23:11 +01:00
1586e80ffe Introduce CFG_TUSB_DEBUG_BREAKPOINT hook 2026-02-11 15:25:48 +01:00
25de49f8f6 minor update 2026-02-07 18:01:23 +07:00
9f1d86c2e3 adjust handle_xfer_in logic to simplify ZLP handling 2026-02-06 23:56:30 +07:00
cb19d620e8 Merge branch 'refs/heads/master' into musb_fix 2026-02-06 18:09:53 +07:00
cdf7499a65 Merge pull request #3472 from hathach/u0_fix
fix stm32u0 data stride
2026-02-05 17:49:16 +07:00
26ca4e232b reverse pma size check to reduce duplication 2026-02-05 14:22:00 +07:00
fa2e076d72 Fix DFU descriptor version from 1.0.1 (0x0101) to 1.1.0 (0x0110)
Co-authored-by: hathach <249515+hathach@users.noreply.github.com>
2026-02-03 08:20:18 +00:00
d2f1b1899d Actually exit the loop in addition to logging. ENOTENOUGHCOFFEE 2026-02-01 22:29:52 +01:00
b73df6c22e Limit events processed by tud_task_ext() / tuh_task_ext() 2026-02-01 21:08:03 +01:00
c57d355af6 dwc2: add stm32n6 DMA regions
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 16:32:58 +01:00
fd36993727 dwc2: add vbus sense config
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-31 00:21:23 +01:00
78411bbefa dcd/dwc2: Fix SEDET unable to be cleared on stm32u5
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-30 14:09:26 +01:00
31dfd673ec fix stm32u0 data stride
Signed-off-by: Zixun LI <admin@hifiphile.com>
2026-01-26 17:15:23 +01:00
697f6b313e device/msc: skip command stage if EP out is stalled
Signed-off-by: Zixun LI <admin@hifiphile.com>
2026-01-26 16:11:24 +01:00
d89a5812c3 Fix macro directive for FSDEV of CH32V20x 2026-01-24 17:08:55 +09:00
042ebc04b3 fix stream write racing
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-16 16:17:05 +01:00
8ef8ee1946 dcd/musb: fix zlp IN
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-15 19:13:18 +01:00
b03a87731c dcd/musb: fix unaligned cast
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2026-01-15 19:13:02 +01:00
796e7c2332 Merge remote-tracking branch 'tinyusb/master' into bsp_h7_tm4c 2026-01-14 09:51:50 +01: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
8cde9b69c3 minor clean up
separate tud_mtp_data_send() and tud_mtp_data_receive()
2026-01-13 16:06:43 +07: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
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
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
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
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