summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-08-30 13:40:01 +0700
committerGitHub <[email protected]>2021-08-30 13:40:01 +0700
commite72d48ee2960f48385950225aa35221a46a60dad (patch)
tree72d6863fff63e5c957feba5a949d7832623e6c5a /docs
parent8029fb16cd8b1b8315b34cf84494d99e801f6816 (diff)
Update changelog.rst
Diffstat (limited to 'docs')
-rw-r--r--docs/info/changelog.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/info/changelog.rst b/docs/info/changelog.rst
index b28ddcc54..5396c714f 100644
--- a/docs/info/changelog.rst
+++ b/docs/info/changelog.rst
@@ -40,15 +40,6 @@ RP2040
- Add RP2040 suspend & resume support
- Implement double buffer for both host and device (#891). Howver device EPOUT is still single bufferred due to techinical issue with short packet
-Host Controller Driver (HCD)
-----------------------------
-
-RP2040
-^^^^^^
-
-- Implement double bufferred to fix E4 errata and boost performance
-- Lots of rp2040 update and enhancment
-
Device Stack
------------
@@ -95,6 +86,15 @@ Vendor
- Fix vendor fifo deadlock in certain case
- Add tud_vendor_n_read_flush
+Host Controller Driver (HCD)
+----------------------------
+
+RP2040
+^^^^^^
+
+- Implement double bufferred to fix E4 errata and boost performance
+- Lots of rp2040 update and enhancment
+
Host Stack
----------