summaryrefslogtreecommitdiff
path: root/docs/changelog/0.10.1.md
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-06-30 22:27:27 +0700
committerGitHub <[email protected]>2026-06-30 22:27:27 +0700
commitdae3f9a366bfcddbf9dcf1b48d7500286a849539 (patch)
treea2dfc80a1f63f2a4ae3bb3942809bca58b35ae7d /docs/changelog/0.10.1.md
parent188b99892972aafa75495ccd4be61e6c97f47a69 (diff)
docs: convert changelog release notes from RST to Markdown (#3746)0.21.0
* docs: convert changelog release notes from RST to Markdown
Diffstat (limited to 'docs/changelog/0.10.1.md')
-rw-r--r--docs/changelog/0.10.1.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/changelog/0.10.1.md b/docs/changelog/0.10.1.md
new file mode 100644
index 000000000..d3cb4f975
--- /dev/null
+++ b/docs/changelog/0.10.1.md
@@ -0,0 +1,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.