diff options
| author | Michael Gomez <[email protected]> | 2025-03-19 20:44:16 -0700 |
|---|---|---|
| committer | Michael Gomez <[email protected]> | 2025-04-04 21:54:36 -0700 |
| commit | f1feedf19031d0c007628569add51ff89ae08447 (patch) | |
| tree | b9ecb4c4e809115a9e8cd8a7bc4cae293dbfc713 /embassy-nrf/CHANGELOG.md | |
| parent | a44abaf7e4562fa5393087fd845bf0d02141325b (diff) | |
BufferedUart initialization
This change modifies UART initialization throughout Embassy to take pins
before interrupts.
Related to #1304.
Diffstat (limited to 'embassy-nrf/CHANGELOG.md')
| -rw-r--r-- | embassy-nrf/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-nrf/CHANGELOG.md b/embassy-nrf/CHANGELOG.md index b77688148..ffa7997f7 100644 --- a/embassy-nrf/CHANGELOG.md +++ b/embassy-nrf/CHANGELOG.md | |||
| @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 11 | 11 | ||
| 12 | - bugfix: nrf twim return errors in async\_wait instead of waiting indefinitely | 12 | - bugfix: nrf twim return errors in async\_wait instead of waiting indefinitely |
| 13 | - bugfix: fix missing setting input as disconnected. | 13 | - bugfix: fix missing setting input as disconnected. |
| 14 | - changed: Modify Uarte and BufferedUarte initialization to take pins before interrupts ([#3983](https://github.com/embassy-rs/embassy/pull/3983)) | ||
| 15 | |||
| 14 | 16 | ||
| 15 | ## 0.3.0 - 2025-01-06 | 17 | ## 0.3.0 - 2025-01-06 |
| 16 | 18 | ||
