From 224324f1bc61faee2503582a168e929b2e622c86 Mon Sep 17 00:00:00 2001 From: lucianomartin Date: Thu, 30 Mar 2023 20:29:26 +0100 Subject: [PATCH] Update dependencies --- CHANGELOG.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bcd516a1..124d0e96 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,23 @@ lib_src change log ================== +2.2.0 +----- + + * CHANGED: Made the FIR coefficient array that is used with the voice fixed + factor of 3 up and down sampling functions usable from within C files as + well as XC files. + * CHANGED: Aligned the FIR coefficient array to an 8-byte boundary. This + ensures that the voice fixed factor of 3 up and down sampling functions do + not crash with a LOAD_STORE exception. + * ADDED: Missing device attributes to the .xn file of the AN00231 app note. + + * Changes to dependencies: + + - lib_logging: 2.0.1 -> 3.1.1 + + - lib_xassert: 2.0.1 -> 4.1.0 + 2.1.0 -----