Skip to content

Commit

Permalink
Merge pull request #109 from ACascarino/feature/release_fixes
Browse files Browse the repository at this point in the history
Fixes for release v3.5.1
  • Loading branch information
ACascarino authored Aug 1, 2024
2 parents 94a1dca + dccdfe9 commit 0864558
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
IO Framework change log
=======================

3.5.1
-----

* CHANGE: Updated lib_mic_array to v5.3.0

3.5.0
-----

Expand Down
2 changes: 1 addition & 1 deletion test/lib_i2s/backpressure_test/src/main.c
Original file line number Diff line number Diff line change
@@ -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 <platform.h>
#include <xs1.h>
Expand Down
2 changes: 1 addition & 1 deletion test/lib_i2s/i2s_master_external_clock_test/src/main.c
Original file line number Diff line number Diff line change
@@ -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 <xs1.h>
#include <i2s.h>
Expand Down
2 changes: 1 addition & 1 deletion test/lib_i2s/i2s_master_test/src/main.c
Original file line number Diff line number Diff line change
@@ -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 <xs1.h>
#include <i2s.h>
Expand Down
2 changes: 1 addition & 1 deletion test/lib_i2s/i2s_slave_test/src/main.c
Original file line number Diff line number Diff line change
@@ -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 <xs1.h>
#include <i2s.h>
Expand Down

0 comments on commit 0864558

Please sign in to comment.