diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bde7532..846c4d9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ IO Framework change log ======================= +3.5.1 +----- + + * CHANGE: Updated lib_mic_array to v5.3.0 + 3.5.0 ----- diff --git a/modules/mic_array b/modules/mic_array index 28cc9b1..e4996bd 160000 --- a/modules/mic_array +++ b/modules/mic_array @@ -1 +1 @@ -Subproject commit 28cc9b13ea73c9301ee6c786cb64218d773bc43e +Subproject commit e4996bdd66d825ff7ea33e0611e748c48be20d10 diff --git a/test/lib_i2s/backpressure_test/src/main.c b/test/lib_i2s/backpressure_test/src/main.c index d53e8d9..0f14b9f 100644 --- a/test/lib_i2s/backpressure_test/src/main.c +++ b/test/lib_i2s/backpressure_test/src/main.c @@ -1,4 +1,4 @@ -// Copyright 2016-2022 XMOS LIMITED. +// Copyright 2016-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include diff --git a/test/lib_i2s/i2s_master_external_clock_test/src/main.c b/test/lib_i2s/i2s_master_external_clock_test/src/main.c index 2c7309c..03f8923 100644 --- a/test/lib_i2s/i2s_master_external_clock_test/src/main.c +++ b/test/lib_i2s/i2s_master_external_clock_test/src/main.c @@ -1,4 +1,4 @@ -// Copyright 2015-2022 XMOS LIMITED. +// Copyright 2015-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include diff --git a/test/lib_i2s/i2s_master_test/src/main.c b/test/lib_i2s/i2s_master_test/src/main.c index 6a6e525..2e1698e 100644 --- a/test/lib_i2s/i2s_master_test/src/main.c +++ b/test/lib_i2s/i2s_master_test/src/main.c @@ -1,4 +1,4 @@ -// Copyright 2015-2022 XMOS LIMITED. +// Copyright 2015-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include diff --git a/test/lib_i2s/i2s_slave_test/src/main.c b/test/lib_i2s/i2s_slave_test/src/main.c index 979fdd4..0b7ccb9 100644 --- a/test/lib_i2s/i2s_slave_test/src/main.c +++ b/test/lib_i2s/i2s_slave_test/src/main.c @@ -1,4 +1,4 @@ -// Copyright 2015-2022 XMOS LIMITED. +// Copyright 2015-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include #include