Skip to content

Commit

Permalink
Merge pull request #89 from ed-xmos/feature/update_develop_submodules
Browse files Browse the repository at this point in the history
Update develop submodules to heads of develop
  • Loading branch information
ed-xmos authored Oct 6, 2023
2 parents a802b7e + d022eeb commit 0a800f6
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
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"
}

0 comments on commit 0a800f6

Please sign in to comment.