diff options
| author | Ulf Lilleengen <[email protected]> | 2025-01-09 11:41:00 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-01-09 11:41:00 +0100 |
| commit | 9d94d68a7f2c92dc306ea6864ef518b6e73d15ec (patch) | |
| tree | 69a9fbdafefcac516e75276e33e629d6179e09b0 /embassy-nrf | |
| parent | cd70c19ab5652fd58ad397ccef207298d52e66aa (diff) | |
Create embassy-nrf 0.3.1
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/CHANGELOG.md | 5 | ||||
| -rw-r--r-- | embassy-nrf/Cargo.toml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/embassy-nrf/CHANGELOG.md b/embassy-nrf/CHANGELOG.md index e9eb1443a..b77688148 100644 --- a/embassy-nrf/CHANGELOG.md +++ b/embassy-nrf/CHANGELOG.md | |||
| @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## Unreleased | 8 | ## Unreleased |
| 9 | 9 | ||
| 10 | ## 0.3.1 - 2025-01-09 | ||
| 11 | |||
| 12 | - bugfix: nrf twim return errors in async\_wait instead of waiting indefinitely | ||
| 13 | - bugfix: fix missing setting input as disconnected. | ||
| 14 | |||
| 10 | ## 0.3.0 - 2025-01-06 | 15 | ## 0.3.0 - 2025-01-06 |
| 11 | 16 | ||
| 12 | Firstly, this release switches embassy-nrf to chiptool-based `nrf-pac` | 17 | Firstly, this release switches embassy-nrf to chiptool-based `nrf-pac` |
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 9f8cd85d8..aa1d53b67 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-nrf" | 2 | name = "embassy-nrf" |
| 3 | version = "0.3.0" | 3 | version = "0.3.1" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "Embassy Hardware Abstraction Layer (HAL) for nRF series microcontrollers" | 6 | description = "Embassy Hardware Abstraction Layer (HAL) for nRF series microcontrollers" |
