Crate esp_riscv_rt

Crate esp_riscv_rt 

Source
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

§Feature Flags

  • no-mie-mip — Indicate that the device does NOT support mie and mip CSRs.
  • rtc-ram — Indicate that the device has RTC RAM.
  • defmt — Implement defmt::Format

Re-exports§

pub use riscv;

Structs§

TrapFrame
Registers saved in trap handler

Attribute Macros§

entry
Attribute to declare the entry point of the program