aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.org
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-09-11 12:37:26 -0400
committerBrian Cully <bjc@kublai.com>2019-09-15 13:29:50 -0400
commitb4090858854bbae6999e6c54ce80de2af28475f7 (patch)
treef7b658998f574f5dbda4590f5a8750bdc9d8815a /Changelog.org
parent58a268850f34b660c9c71a3442b7cc70d21944da (diff)
downloadatsamd-usb-host-b4090858854bbae6999e6c54ce80de2af28475f7.tar.gz
atsamd-usb-host-b4090858854bbae6999e6c54ce80de2af28475f7.zip
Minor refactor.
Remove let bindings and use `Option.map` instead.
Diffstat (limited to 'Changelog.org')
-rw-r--r--Changelog.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.org b/Changelog.org
new file mode 100644
index 0000000..2651c8b
--- /dev/null
+++ b/Changelog.org
@@ -0,0 +1,5 @@
+* Since 0.1.0
+ - use `Pins` struct to hold USB pin information used by `new`.
+ - Both `sof_pin` and `host_enable_pin` are now optional. SAMD51G
+ MCUs share the SOF pin with the I²C clock pin, so it may not
+ always be available.