Cargo Features

riscv-slic has no features set by default.

[dependencies]
riscv-slic = { version = "0.1.1", features = ["msoft", "ssoft", "clint-backend", "ssoft-backend"] }
msoft clint-backend?

do not enable this feature directly. Use one of the *-backend features instead

ssoft ssoft-backend?

do not enable this feature directly. Use one of the *-backend features instead

Enables s-mode of riscv

clint-backend = msoft

enable this feature to use the CLINT peripheral as SWI backend

Enables clint-backend of riscv-slic-macros

ssoft-backend = ssoft

enable this feature to use supervisor-level software interrupts as SWI backend

Enables ssoft-backend of riscv-slic-macros