Expand description
Minimal startup/runtime for RISC-V CPUs from Espressif.
§Features
This crate provides:
- Before main initialization of the
.bssand.datasections controlled by features #[entry]to declare the entry point of the program
§Feature Flags
no-mie-mip— Indicate that the device does NOT supportmieandmipCSRs.rtc-ram— Indicate that the device has RTC RAM.defmt— Implementdefmt::Format
Re-exports§
pub use riscv;
Structs§
- Trap
Frame - Registers saved in trap handler
Attribute Macros§
- entry
- Attribute to declare the entry point of the program