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 91c2683 commit 1b04a8dCopy full SHA for 1b04a8d
.github/workflows/ci.yml
@@ -39,8 +39,7 @@ jobs:
39
VENDOR: RISC-V
40
TARGET: x86_64-unknown-linux-gnu
41
TRAVIS_OS_NAME: linux
42
- FEATURES: "strict"
43
- OPTIONS: "--const_generic"
+ OPTIONS: "--const_generic --strict"
44
45
# Use nightly for architectures which don't support stable
46
- rust: nightly
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Added
11
12
+- `strict` option
13
- Missing `inline` on field reader constructors
14
- Support for device.x generation for riscv targets and `__EXTERNAL_INTERRUPTS` vector table
15
- Re-export base's module for derived peripherals
0 commit comments