Cargo Features

esp-riscv-rt has no features set by default.

[dependencies]
esp-riscv-rt = { version = "0.10.0", features = ["has-mie-mip", "rtc-ram", "ci"] }
has-mie-mip ci?

Indicate that the device supports mie and mip instructions.

rtc-ram ci?

Indicate that the device has RTC RAM.

ci = has-mie-mip, rtc-ram

This feature is intended for testing; you probably don't want to enable it: