summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-07-17 11:40:15 +0700
committerhathach <[email protected]>2026-07-17 11:54:14 +0700
commita2f0c3c1baea4f0129d14d1a85c7fe8b307a2405 (patch)
treef53e2fd1cc6368967f4a5c32a8e2c9352896bc74 /docs/reference
parent9b3259e60f3bd7e2d9637b61dc07265e4a73b362 (diff)
rusb2: restore speed-conditional hwfifo stride mask
FS-forced builds on the HS module are not a supported configuration, so the 32-bit access path does not need to exist in full-speed builds: CFG_TUSB_FIFO_HWFIFO_DATA_STRIDE returns to (2 | (TUD_OPT_HIGH_SPEED ? 4 : 0)). Saves 28 bytes of text on FS-only parts (measured on ra4m1_ek cdc_msc); high-speed builds keep both widths for the dual-module (FS+HS ports) case. Build-verified: ra4m1_ek and ra6m5_ek cdc_msc.
Diffstat (limited to 'docs/reference')
0 files changed, 0 insertions, 0 deletions