Expand description
Minimal startup / runtime for RISC-V CPUs from Espressif
§Features
This crate provides:
- Before main initialization of the
.bss
and.data
sections controlled by features #[entry]
to declare the entry point of the program
Modules§
- riscv
- Low level access to RISC-V processors
Structs§
- Trap
Frame - Registers saved in trap handler
Functions§
- start_
rust ⚠ - Rust entry point (_start_rust)
- start_
trap_ ⚠rust - Trap entry point rust (_start_trap_rust)