02da4e81c7
Merge pull request #3408 from hathach/cdch_typo
...
usbh/cdc: fix typo in cdch_open
2025-12-12 19:25:16 +07:00
ebfe1c5637
usbh/cdc: fix typo in cdch_open
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-12-12 11:04:54 +01:00
185839e5c5
Merge pull request #3402 from hathach/more-size-reduce-edpt-stream
...
refactor, clean up to reduce size
2025-12-12 14:46:48 +07:00
e65e79bb81
add back tu_fifo_discard_n() since it may be useful in the future.
2025-12-12 12:43:12 +07:00
fa74d1a6e1
dcd/rusb2: fix fifo write
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-12-11 23:18:34 +01:00
d71e3c9ea6
post pr comment anyway
2025-12-12 00:58:17 +07:00
2f5d4dbab3
fix edpt stream write/read to endpoint not yet opened
2025-12-12 00:51:57 +07:00
711879b2f1
remove bitfield in usbd_device_t state to reduce code size
2025-12-12 00:27:20 +07:00
c7f7dc6ee1
separate metric comment into its own workflow in order to work with forked PR
2025-12-11 19:01:33 +07:00
b73003745f
move host hacked bulk mps out of tu_edpt_validate()
2025-12-11 16:41:33 +07:00
ef018e364e
refactor usbh_class_driver_t's open() to return number of driver len instead of bool. help to simplify parsing configuration
2025-12-11 15:58:10 +07:00
6482079151
Merge pull request #3405 from LeZerb/TUSB_ROLE_HOST
...
Use role TUSB_ROLE_HOST in host stack initialization
2025-12-11 09:29:01 +01:00
308bb956bf
Use role TUSB_ROLE_HOST in host stack initialization
2025-12-11 09:05:06 +01:00
702be8da51
refactor binding ep and interface to driver
2025-12-11 11:49:01 +07:00
a412a8e50d
hw/mcu: add support for NXP RW612
2025-12-10 23:04:39 +01:00
39853dfb25
move hwid into edpt stream for consistent API
2025-12-10 20:47:08 +07:00
b05ec753f8
Merge pull request #3401 from hathach/copilot/fix-mtp-device-bug
...
Fix MTP transfer completion detection for exact-length packets
2025-12-10 19:26:57 +07:00
5fe3992bd8
minor format
2025-12-10 18:56:26 +07:00
0a1bf62a2d
Merge branch 'master' into more-size-reduce-edpt-stream
2025-12-10 18:51:44 +07:00
098dd07ecd
Merge pull request #3396 from hathach/hwfifo_post
...
HWFIFO post fixup
2025-12-10 18:51:02 +07:00
8d0fda879b
only validate endpoint tu_edpt_validate() when debug enabled
2025-12-10 18:49:39 +07:00
aba91bea35
disable HWFIFO musb and rusb2, since they are not tested yet
2025-12-10 18:29:33 +07:00
63dea396de
revert the usbd_edpt_xfer_fifo guard
2025-12-10 17:01:33 +07:00
69bb4e669b
Merge branch 'master' into hwfifo_post
2025-12-10 16:02:25 +07:00
a165cf26b2
remove tu_fifo_discard_n() and its usage
2025-12-10 15:25:30 +07:00
fcc300770d
flatten cdc tx,rx stream
2025-12-10 14:57:11 +07:00
f1fc4c9c79
change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to void
2025-12-10 14:45:06 +07:00
7e70f0b07c
Fix MTP transfer completion detection for exact-length packets
...
Change condition from `>` to `>=` to properly detect completion when
xferred_len equals total_len. This fixes the bug where transfers of
exactly bulk_mps length (e.g., 64 bytes for low speed) would never
complete, such as GetHandles responses with 12 elements.
Co-authored-by: hathach <249515+hathach@users.noreply.github.com >
2025-12-10 06:34:21 +00:00
b30b62bd19
Initial plan
2025-12-10 06:26:55 +00:00
0e48fe8622
Merge pull request #3399 from hathach/size-reduce
...
edpt stream only support no fifo mode if needed
2025-12-10 12:01:44 +07:00
919ee4b152
update metrics to support bloaty csv
2025-12-10 11:33:31 +07:00
16c92b50b0
update metrics to support bloaty
2025-12-09 19:00:14 +07:00
ae53e2f9ae
remove FS MPS assumption
...
Signed-off-by: Zixun LI <admin@hifiphile.com >
2025-12-08 15:43:32 +01:00
e169ab47bb
audio_device: use CFG_TUD_EDPT_DEDICATED_HWFIFO flag for FIFO transfer
...
Signed-off-by: Zixun LI <admin@hifiphile.com >
2025-12-08 12:11:00 +01:00
4e365fcef3
usbd: remove dcd_edpt_xfer_fifo ifdef guard
...
Signed-off-by: Zixun LI <admin@hifiphile.com >
2025-12-08 12:11:00 +01:00
c68cd68664
tusb: add HWFIFO flag for supported MCUs
...
Signed-off-by: Zixun LI <admin@hifiphile.com >
2025-12-08 12:11:00 +01:00
e9cd4d823f
Merge pull request #3340 from dinsfire64/hid-enum-fix
...
remove hid host enumeration assumption
2025-12-08 10:40:07 +07:00
2c78a2dd9c
edpt stream only support non-fifo mode if needed CFG_TUSB_EDPT_STREAM_NO_FIFO_ENABLED
2025-12-06 02:29:05 +07:00
c0113f0de1
fix metrics.py compare with verbose json. add print compare summary
2025-12-06 02:28:14 +07:00
85354377fd
Merge branch 'master' into dwc2_cfg
2025-12-05 21:44:16 +07:00
0b555fc46d
Merge pull request #3391 from hathach/hide-unchange-size
...
hide unchange table
2025-12-05 21:43:39 +07:00
1e15094f33
hide unchange table
2025-12-05 21:15:28 +07:00
e342d50abd
Merge branch 'master' into dwc2_cfg
2025-12-05 20:13:49 +07:00
e73dfde96d
also render unchange table ( #3390 )
...
* also render unchange table
* run metrics with circleci (full all boards build)
2025-12-05 20:12:45 +07:00
00b3cc517c
Merge branch 'master' into dwc2_cfg
2025-12-05 10:21:55 +07:00
93b53158f0
Run CI build with fixed set of boards ( #3389 )
...
* run cmake ci build on github with a fixed set of board to keep the size stable
* Size Difference Report contain major >1% and minor <1& table
2025-12-05 10:21:28 +07:00
15bdd85933
Merge branch 'master' into dwc2_cfg
2025-12-04 21:35:10 +07:00
e7105b1fa3
fine tune ci to build more with circleci ( #3386 )
...
* fine tune ci to build more with circleci
* skip make for arm-iar, esp-idf
* skip make + clang for circleci since llvm-objcopy got killed due to memory issue.
2025-12-04 21:34:10 +07:00
9f291dac26
Merge branch 'refs/heads/master' into dwc2_cfg
2025-12-04 09:27:29 +07:00
f68e354729
Merge pull request #3384 from hathach/pr-size-diff
...
Size metrics
2025-12-04 09:03:37 +07:00