fix(port/dwc2/usb_glue_at): fix host rx size

Signed-off-by: sakumisu <1203593632@qq.com>
This commit is contained in:
sakumisu
2025-07-17 23:01:32 +08:00
parent 4fdbe4ed26
commit 80f0f97efa

View File

@@ -68,7 +68,7 @@ const struct dwc2_user_params param_pb14_pb15 = {
[15] = 0 }, [15] = 0 },
.host_dma_desc_enable = false, .host_dma_desc_enable = false,
.host_rx_fifo_size = 628, .host_rx_fifo_size = 624,
.host_nperio_tx_fifo_size = 128, // 512 byte .host_nperio_tx_fifo_size = 128, // 512 byte
.host_perio_tx_fifo_size = 256, // 1024 byte .host_perio_tx_fifo_size = 256, // 1024 byte