aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-synopsys-otg/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-12-06 13:23:06 +0100
committerDániel Buga <[email protected]>2024-12-06 13:23:06 +0100
commit306099f9d522e941c5297d9335fd239b732bbf41 (patch)
tree0674ae0e98e58fa883c8fef354c92a4bc0b1ca0b /embassy-usb-synopsys-otg/CHANGELOG.md
parent65d2dbcc3aedd241d337e17f1eb157d5927e7871 (diff)
Prepare embassy-usb-synopsys-otg 0.2.0
Diffstat (limited to 'embassy-usb-synopsys-otg/CHANGELOG.md')
-rw-r--r--embassy-usb-synopsys-otg/CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/embassy-usb-synopsys-otg/CHANGELOG.md b/embassy-usb-synopsys-otg/CHANGELOG.md
new file mode 100644
index 000000000..293363d9a
--- /dev/null
+++ b/embassy-usb-synopsys-otg/CHANGELOG.md
@@ -0,0 +1,25 @@
1# Changelog for embassy-usb-synopsys-otg
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## Unreleased
9
10## 0.2.0 - 2024-12-06
11
12- Fix corruption in CONTROL OUT transfers (and remove `quirk_setup_late_cnak`)
13- Fix build with `defmt` enabled
14- Add USBPHYC clock configuration for H7RS series
15- Add support for ISO endpoints
16- Add support for a full-speed ULPI mode
17- Add OTG core DMA address registers
18- Ensure endpoint allocation fails when `endpoint_count < MAX_EP_COUNT`.
19- New configuration option: `xcvrdly` (transceiver delay).
20- `EpState` now implements `Send` and `Sync`.
21- The default value of `vbus_detection` is now `false`.
22
23## 0.1.0 - 2024-04-30
24
25Initial release.