Compare commits
2 Commits
v0.5.0
...
0b4408cf8a
Author | SHA1 | Date | |
---|---|---|---|
0b4408cf8a | |||
b04159912f |
@@ -8,17 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [v0.5.0]
|
## [v0.5.0]
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Reactored IRQ handling, so that `unmask` operations can be moved to HAL
|
- 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
|
- Added UART IRQ handler. Right now, can only perform reception, TX still needs to be done in
|
||||||
a blocking manner
|
a blocking manner
|
||||||
- Added RTIC template and RTIC UART IRQ application
|
- 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]
|
## [v0.4.3]
|
||||||
|
|
||||||
- Various smaller fixes for READMEs, update of links in documentation
|
- Various smaller fixes for READMEs, update of links in documentation
|
||||||
|
Reference in New Issue
Block a user