We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997e84e commit 224324fCopy full SHA for 224324f
1 file changed
CHANGELOG.rst
@@ -1,6 +1,23 @@
1
lib_src change log
2
==================
3
4
+2.2.0
5
+-----
6
+
7
+ * CHANGED: Made the FIR coefficient array that is used with the voice fixed
8
+ factor of 3 up and down sampling functions usable from within C files as
9
+ well as XC files.
10
+ * CHANGED: Aligned the FIR coefficient array to an 8-byte boundary. This
11
+ ensures that the voice fixed factor of 3 up and down sampling functions do
12
+ not crash with a LOAD_STORE exception.
13
+ * ADDED: Missing device attributes to the .xn file of the AN00231 app note.
14
15
+ * Changes to dependencies:
16
17
+ - lib_logging: 2.0.1 -> 3.1.1
18
19
+ - lib_xassert: 2.0.1 -> 4.1.0
20
21
2.1.0
22
-----
23
0 commit comments