diff options
| author | Ulf Lilleengen <[email protected]> | 2025-12-15 09:25:32 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-12-15 09:32:46 +0100 |
| commit | 79fe3da62264de745eff7ade0d2d9975f2218877 (patch) | |
| tree | 4a874a3f3ab397decfff712aa6356bdc8ac1abec /embassy-nrf | |
| parent | 821e87291ca7306ea4b9f9d8cfeb0ff01de16de8 (diff) | |
chore: prepare nrf hals for release
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | embassy-nrf/Cargo.toml | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/embassy-nrf/CHANGELOG.md b/embassy-nrf/CHANGELOG.md index 56bb15f42..0d7bfb5f0 100644 --- a/embassy-nrf/CHANGELOG.md +++ b/embassy-nrf/CHANGELOG.md | |||
| @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | <!-- next-header --> | 8 | <!-- next-header --> |
| 9 | ## Unreleased - ReleaseDate | 9 | ## Unreleased - ReleaseDate |
| 10 | 10 | ||
| 11 | ## 0.9.0 - 2025-12-15 | ||
| 12 | |||
| 11 | - changed: apply trimming values from FICR.TRIMCNF on nrf53/54l | 13 | - changed: apply trimming values from FICR.TRIMCNF on nrf53/54l |
| 12 | - changed: do not panic on BufferedUarte overrun | 14 | - changed: do not panic on BufferedUarte overrun |
| 13 | - added: allow direct access to the input pin of `gpiote::InputChannel` | 15 | - added: allow direct access to the input pin of `gpiote::InputChannel` |
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index ee070f0c0..c60aac8b8 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.8.0" | 3 | version = "0.9.0" |
| 4 | edition = "2024" | 4 | edition = "2024" |
| 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" |
| @@ -223,7 +223,7 @@ embedded-io-async = { version = "0.6.1" } | |||
| 223 | rand-core-06 = { package = "rand_core", version = "0.6" } | 223 | rand-core-06 = { package = "rand_core", version = "0.6" } |
| 224 | rand-core-09 = { package = "rand_core", version = "0.9" } | 224 | rand-core-09 = { package = "rand_core", version = "0.9" } |
| 225 | 225 | ||
| 226 | nrf-pac = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-pac.git", rev = "52fd51ce762a3d3a81660dea62947e6d2d1e9d91" } | 226 | nrf-pac = { version = "0.2.0" } |
| 227 | 227 | ||
| 228 | defmt = { version = "1.0.1", optional = true } | 228 | defmt = { version = "1.0.1", optional = true } |
| 229 | bitflags = "2.4.2" | 229 | bitflags = "2.4.2" |
