From 4027f8ac5866ac9f70c627aede7592f985825522 Mon Sep 17 00:00:00 2001 From: Frieder Hannenheim Date: Thu, 23 May 2024 18:43:11 +0200 Subject: [PATCH] Remove statement excluding samd51j from i2s peripheral (#735) * Remove statement excluding samd51j from i2s peripheral * Exclude samd51g from i2s since it does not have it --------- Co-authored-by: Frieder Hannenheim --- atsamd-hal-macros/devices.yaml | 2 +- hal/CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/atsamd-hal-macros/devices.yaml b/atsamd-hal-macros/devices.yaml index fd7ce6b22c7..48af38acfbe 100644 --- a/atsamd-hal-macros/devices.yaml +++ b/atsamd-hal-macros/devices.yaml @@ -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 diff --git a/hal/CHANGELOG.md b/hal/CHANGELOG.md index 5956168cc3c..0672c368173 100644 --- a/hal/CHANGELOG.md +++ b/hal/CHANGELOG.md @@ -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