blob: d3cb4f975e0b534a809c9442a726cd82435898da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 0.10.1
*June 2, 2021*
- rework rp2040 examples and CMake build, allow better integration with pico-sdk
## Host Controller Driver (HCD)
- Fix rp2040 host driver: incorrect PID with low speed device with max packet size of 8 bytes
- Improve hub driver
- Remove obsolete `hcd_pipe_queue_xfer()`/`hcd_pipe_xfer()`
- Use `hcd_frame_number()` instead of micro frame
- Fix OHCI endpoint address and `xferred_bytes` in xfer complete event
## Contributors
Thanks to everyone who contributed to this release: @hathach, @kilograham.
|