Skip to content

Commit

Permalink
atsamd11: Add USB clock (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmehall authored May 15, 2024
1 parent 8ee27d1 commit 4f09ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased Changes

- Allow configuring USB clock with `GenericClockController` on atsamd11

# v0.17.0

- Remove `unproven` Cargo feature
Expand Down
1 change: 1 addition & 0 deletions hal/src/peripherals/clock/d11.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ clock_generator!(
(adc, AdcClock, ADC),
(wdt, WdtClock, WDT),
(eic, EicClock, EIC),
(usb, UsbClock, USB),
(evsys0, Evsys0Clock, EVSYS_0),
(evsys1, Evsys1Clock, EVSYS_1),
(evsys2, Evsys2Clock, EVSYS_2),
Expand Down

0 comments on commit 4f09ec3

Please sign in to comment.