From 9f5a31c5b6adb57cd7afabfdbafc925c8976cab3 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 20 Dec 2021 23:48:50 +0100 Subject: [PATCH] small changelog update --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f4fcc..34aa7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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