You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
-
- Refactored `e310x-hal::spi` module, splitting the abstraction into `SpiBus` and `SpiExclusiveDevice/SpiSharedDevice` to allow multiple devices on a single SPI bus to co-exist
- Added `interrupt` module for vectored interrupt handlers.
13
-
This module is only active if feature `virq` is selected.
14
-
- Update `e310x` dependency to version 0.10
15
-
- Update `riscv` dependency to version 0.8
14
+
- Added `interrupt` module for vectored interrupt handlers. This module is only active if feature `virq` is selected.
15
+
16
+
### Changed
17
+
- Refactored `e310x-hal::spi` module, splitting the abstraction into `SpiBus` and `SpiExclusiveDevice/SpiSharedDevice` to allow multiple devices on a single SPI bus to co-exist
18
+
- Update `e310x` dependency to version 0.11
19
+
- Update `riscv` dependency to version 0.10
20
+
21
+
### Removed
22
+
- removed interrupt linking definitions, they are now provided by `e310x` via `svd2rust`
0 commit comments