Skip to content

Commit

Permalink
Remove statement excluding samd51j from i2s peripheral (#735)
Browse files Browse the repository at this point in the history
* Remove statement excluding samd51j from i2s peripheral

* Exclude samd51g from i2s since it does not have it

---------

Co-authored-by: Frieder Hannenheim <friederhannenheim@riseup.net>
  • Loading branch information
FriederHannenheim and Frieder Hannenheim authored May 23, 2024
1 parent 4f09ec3 commit 4027f8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atsamd-hal-macros/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ families:
- tcc: { count: 3, only: ["samd51g", "same51g"] }
- tcc: { count: 5, only: ["samd51j", "samd51n", "samd51p", "same51j", "same51n", "same53j", "same53n", "same54n", "same54p"] }
- ptc
- i2s: { except: ["samd51j"] }
- i2s: { except: ["samd51g"] }
- pcc
- pdec
2 changes: 2 additions & 0 deletions hal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Unreleased Changes

- Allow configuring USB clock with `GenericClockController` on atsamd11
- fix samd51j not having i2s support
- remove i2s functionality for samd51g since it does not have it

# v0.17.0

Expand Down

0 comments on commit 4027f8a

Please sign in to comment.