diff options
| author | Ulf Lilleengen <[email protected]> | 2025-11-14 12:59:00 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-11-14 12:59:00 +0100 |
| commit | a5a4e9f82e1843261ae98418f8646be73fcb1f5e (patch) | |
| tree | d811a7a44a2f1d4a0a7a2dd6cf80316684587dca | |
| parent | 9b5fc685a11bc4d5254dffde37beeaba721d1f2a (diff) | |
docs: add changelog
| -rw-r--r-- | embassy-nrf/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-nrf/CHANGELOG.md b/embassy-nrf/CHANGELOG.md index 52a8a7a05..f6fe1e14f 100644 --- a/embassy-nrf/CHANGELOG.md +++ b/embassy-nrf/CHANGELOG.md | |||
| @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 26 | - added: add `gpiote::InputChannel::wait_for_high()` and `wait_for_low()` to wait for specific signal level | 26 | - added: add `gpiote::InputChannel::wait_for_high()` and `wait_for_low()` to wait for specific signal level |
| 27 | - changed: `gpiote::InputChannel::wait()` now takes a mutable reference to `self` to avoid interference from concurrent calls | 27 | - changed: `gpiote::InputChannel::wait()` now takes a mutable reference to `self` to avoid interference from concurrent calls |
| 28 | - changed: `gpiote::InputChannel::wait()` now ensures events are seen as soon as the function is called, even if the future is not polled | 28 | - changed: `gpiote::InputChannel::wait()` now ensures events are seen as soon as the function is called, even if the future is not polled |
| 29 | - bugfix: use correct flash size for nRF54l | ||
| 29 | 30 | ||
| 30 | ## 0.8.0 - 2025-09-30 | 31 | ## 0.8.0 - 2025-09-30 |
| 31 | 32 | ||
