2 Commits

Author SHA1 Message Date
0b4408cf8a Due script fixes
All checks were successful
Rust/va108xx-hal/pipeline/pr-main This commit looks good
Rust/va108xx-hal/pipeline/head This commit looks good
2021-12-20 23:39:36 +01:00
b04159912f added Arduino Due test script 2021-12-20 23:34:55 +01:00

View File

@@ -8,17 +8,11 @@ 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