Skip to content

Commit

Permalink
Merge pull request #372 from quartiq/feature/rtic2
Browse files Browse the repository at this point in the history
Porting to RTIC v2
  • Loading branch information
ryan-summers authored Apr 5, 2024
2 parents f2bf77c + fc30137 commit 1d0f6d4
Show file tree
Hide file tree
Showing 14 changed files with 462 additions and 424 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
toolchain:
- stable
- '1.72.0'
- '1.75.0'
steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Network stack is randomly seeded on startup so that random ports are used.
* Serial terminal replaced with `menu` for simplicity
* The broker can now be specified using DNS
* Updated to RTIC v2 and async support. MSRV bumped to 1.75.0

## [0.5.0] - 03-07-2023

Expand Down
Loading

0 comments on commit 1d0f6d4

Please sign in to comment.