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 537a05b commit d85d291Copy full SHA for d85d291
Kconfig
@@ -8,7 +8,7 @@ menu "Rust Language Support"
8
config RUST_SUPPORTED
9
bool
10
default y if ((CPU_CORTEX_M || \
11
- (RISCV && !RISCV_ISA_RV32E && !RISCV_ISA_RV128I) || \
+ (RISCV && !RISCV_ISA_RV128I) || \
12
(ARCH_POSIX && 64BIT)) && \
13
!TIMER_READS_ITS_FREQUENCY_AT_RUNTIME)
14
help
0 commit comments