Files
esp-idf/components/hal/esp32p4/include/hal
igor.masar dfd8098716 fix(usb/hal/dwc): Correct host channel number calculation
The hardware field `ghwcfg2.numhstchnl` is zero-based, meaning the actual
number of available host channels is `numhstchnl + 1`. This off-by-one
error caused the USB Host controller to report N-1 channels instead of N,
leading to premature "No more HCD channels available" errors when
connecting multiple devices.

This issue affects ESP32-S2, ESP32-S3, and ESP32-P4.
2025-02-26 17:29:06 +08:00
..
2025-01-20 16:37:18 +08:00
2024-05-29 21:37:49 +05:30
2023-07-10 16:11:47 +08:00
2025-01-20 16:37:18 +08:00
2025-02-05 14:54:48 +08:00
2025-01-20 16:37:18 +08:00
2024-02-04 19:06:11 +08:00
2024-02-04 19:06:11 +08:00
2025-01-07 16:16:06 +08:00
2024-07-08 14:52:14 +08:00
2023-07-10 16:11:47 +08:00
2025-01-20 16:37:18 +08:00
2025-02-05 14:54:48 +08:00