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

Leveraging shared_bus over custom mutex #228

Merged
merged 2 commits into from
Aug 1, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Adding CHANGELOG entry
ryan-summers committed Aug 1, 2022
commit 82ca34ca84a27b33c13d01d1d93378f156a805c0
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Settings are backwards compatible with previous Booster releases.
* Fan speed is now stored in EEPROM and configurable via the serial interface.

### Changed
* Removed custom `mutex` implementation in favor of leveraging `shared-bus`

### Fixed
* A few dependencies were deprecated because changes landed upstream. These dependencies were
corrected to point upstream.