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
- Added `interrupt` module for vectored interrupt handlers. This module is only active if feature `virq` is selected.
21
+
22
+
### Changed
23
+
- 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
24
+
- Update `e310x` dependency to version 0.11
25
+
- Update `riscv` dependency to version 0.10
26
+
27
+
### Removed
28
+
- removed interrupt linking definitions, they are now provided by `e310x` via `svd2rust`
29
+
30
+
## [v0.9.4] - 2022-07-10
31
+
32
+
### Changed
33
+
34
+
- Fixed code still using old `riscv::interrupt::Nr`
35
+
36
+
## [v0.9.3] - 2021-08-15
37
+
38
+
### Changed
39
+
40
+
- Fixed `e310x-hal::delay::Delay` call typo to `delay_ms`
41
+
42
+
## [v0.9.2] - 2021-07-17
43
+
44
+
### Changed
45
+
46
+
- Fixed `e310x-hal::delay::Delay` timing typo with extra 0
47
+
48
+
## [v0.9.1] - 2021-07-15
49
+
50
+
### Added
51
+
52
+
- Added implementation of `embedded_hal::blocking::delay::DelayUs` for `e310x-hal::delay::Delay` using `MTIME`
0 commit comments