We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9049d commit b4dbb2bCopy full SHA for b4dbb2b
CHANGELOG.md
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Missing `inline` on field reader constructors
13
- Support for device.x generation for riscv targets and `__EXTERNAL_INTERRUPTS` vector table
14
- Re-export base's module for derived peripherals
15
16
+### Changed
17
18
- More Cluster arrays are now emitted as an array rather than a list of
19
elements. An `ArrayProxy` wrapper is used when a Rust built-in array does not
20
match the cluster layout. Requires the `--const_generic` command line option.
0 commit comments