small changelog update
Rust/va108xx-hal/pipeline/head Build started... Details
Rust/va108xx-hal/pipeline/pr-main Build started... Details

This commit is contained in:
Robin Müller 2021-12-20 23:48:50 +01:00
parent 5cbec366bc
commit 9f5a31c5b6
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 6 additions and 0 deletions

View File

@ -8,11 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [v0.5.0]
### Added
- Reactored IRQ handling, so that `unmask` operations can be moved to HAL
- Added UART IRQ handler. Right now, can only perform reception, TX still needs to be done in
a blocking manner
- Added RTIC template and RTIC UART IRQ application
### Fixed
- Bugfix in UART code where RX and TX could not be enabled or disabled independently
## [v0.4.3]
- Various smaller fixes for READMEs, update of links in documentation