changelog
shared-hal-ci / Check build (push) Waiting to run
shared-hal-ci / Check build (pull_request) Waiting to run
shared-hal-ci / Check formatting (push) Waiting to run
shared-hal-ci / Check formatting (pull_request) Waiting to run
shared-hal-ci / Check Documentation Build (push) Waiting to run
shared-hal-ci / Check Documentation Build (pull_request) Waiting to run
shared-hal-ci / Clippy (push) Waiting to run
shared-hal-ci / Clippy (pull_request) Waiting to run
va108xx-ci / Check build (push) Waiting to run
va108xx-ci / Run Tests (push) Waiting to run
va108xx-ci / Check build (pull_request) Waiting to run
va108xx-ci / Check formatting (push) Waiting to run
va108xx-ci / Run Tests (pull_request) Waiting to run
va108xx-ci / Check Documentation Build (push) Waiting to run
va108xx-ci / Check formatting (pull_request) Waiting to run
va108xx-ci / Clippy (push) Waiting to run
va108xx-ci / Check Documentation Build (pull_request) Waiting to run
va108xx-ci / Clippy (pull_request) Waiting to run
va416xx-ci / Check build (push) Waiting to run
va416xx-ci / Run Tests (push) Waiting to run
va416xx-ci / Check build (pull_request) Waiting to run
va416xx-ci / Check formatting (push) Waiting to run
va416xx-ci / Run Tests (pull_request) Waiting to run
va416xx-ci / Check Documentation Build (push) Waiting to run
va416xx-ci / Check formatting (pull_request) Waiting to run
va416xx-ci / Clippy (push) Waiting to run
va416xx-ci / Check Documentation Build (pull_request) Waiting to run
va416xx-ci / Clippy (pull_request) Waiting to run

This commit is contained in:
Robin Mueller
2026-05-19 18:29:15 +02:00
parent b510d2f0b2
commit ed2891bbf2
+6
View File
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased]
## Changed
- Naming improvements for UART register module
- Improved UART Async TX module. Only enable TX below threshold interrupts if the FIFO
actually needs to be refilled.
## [v0.3.0] 2026-05-18
### Added