IRQ Handling Update and UART IRQ Handler #5

Merged
muellerr merged 7 commits from irq-handling-uart-update into main 2021-12-20 23:49:08 +01:00
Showing only changes of commit 9f5a31c5b6 - Show all commits

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