Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update develop submodules to heads of develop #89

Merged
merged 11 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,31 @@ jobs:
i2c:
- 'modules/i2c/**'
- 'test/lib_i2c/**'
- 'modules/xud/lib_xud/**'
- 'test/modules/test_support/**'
- 'xmos_cmake_toolchain/**'
- 'modules/mic_array/**'
i2s:
- 'modules/i2s/**'
- 'test/lib_i2s/**'
- 'modules/xud/lib_xud/**'
- 'test/modules/test_support/**'
- 'xmos_cmake_toolchain/**'
- 'modules/mic_array/**'
spi:
- 'modules/spi/**'
- 'test/lib_spi/**'
- 'modules/xud/lib_xud/**'
- 'test/modules/test_support/**'
- 'xmos_cmake_toolchain/**'
- 'modules/mic_array/**'
uart:
- 'modules/uart/**'
- 'test/lib_uart/**'
- 'modules/xud/lib_xud/**'
- 'test/modules/test_support/**'
- 'xmos_cmake_toolchain/**'
- 'modules/mic_array/**'
i2ctests:
needs: changes
name: I2C tests
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
IO Framework change log
=======================

3.3.0
-----

* CHANGE: Updated xmos_cmake_toolchain to v1.0.0
* CHANGE: Updated lib_xud to v2.2.4
* CHANGE: Updated test_support to v1.0.0

3.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "XCORE Peripheral IO Framework",
"project": "fwk_io",
"version": "3.1.0"
"version": "3.3.0"
}
Loading