diff options
| author | hathach <[email protected]> | 2021-06-03 01:13:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-03 01:13:22 +0700 |
| commit | a50fd963f530278585418708c6032277c6307643 (patch) | |
| tree | 1205a05a27ef0ba3c6ff45b66465bc51c86361c2 /docs | |
| parent | 8ea0dfba6813302d7d4c8f8274b5ef352cbdf8fc (diff) | |
increase version for release, update changelog
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 323b6b6e2..3725c5a81 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,17 @@ # TinyUSB Changelog +## 0.10.1 - 2021.06.03 + +- 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 + ## 0.10.0 - 2021.05.28 - Rework tu_fifo_t with separated mutex for read and write, better support DMA with read/write buffer info. And constant address mode |
