Minimal runtime / startup for RISC-V CPU's.
# Cargo.toml
[dependencies]
riscv-rt = "0.18.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define the entry point for a RISC-V bare-metal program.
Use a RISC-V target triple (e.g., riscv32imac-unknown-none-elf) and provide a memory.x file.
No dependency data recorded yet.