Skip to content

Commit

Permalink
Merge pull request #15 from YuhanLiin/bump-0-3-3
Browse files Browse the repository at this point in the history
Bump 0.3.3 and PAC to 0.5.2 to ensure atomic operations are single-instruction
  • Loading branch information
YuhanLiin authored Dec 25, 2022
2 parents 4202868 + e1fc586 commit d5542a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v0.3.3] - 2022-12-24

- Bump `msp430fr2355` to v0.5.2 to ensure atomic PAC operations are single-instruction

## [v0.3.2] - 2022-10-26

- Bump `msp430fr2355` to v0.5.1
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "msp430fr2x5x-hal"
version = "0.3.2"
version = "0.3.3"
authors = ["YuhanLiin <[email protected]>"]
edition = "2018"
description = "Implementation of embedded-hal for microcontrollers MSP430FR2355, MSP430FR2353, MSP430FR2153 and MSP430FR2155"
Expand All @@ -14,7 +14,7 @@ msp430 = "0.4.0"
nb = "0.1.3"
void = { version = "1.0.2", default-features = false }
embedded-hal = { version = "0.2.7", features = ["unproven"] }
msp430fr2355 = { version = "0.5.1", features = ["rt", "critical-section"] }
msp430fr2355 = { version = "0.5.2", features = ["rt", "critical-section"] }

[dev-dependencies]
panic-msp430 = "0.4.0"
Expand Down

0 comments on commit d5542a1

Please sign in to comment.