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

Re-exports

  • pub use self::Interrupt as interrupt;
  • pub use riscv;

Structs

Functions

Attribute Macros

  • Attribute to declare the entry point of the program
  • Attribute to mark which function will be called at the beginning of the reset handler.