mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-26 20:00:32 +00:00

* Use riscv-rt's startup code * CHANGELOG.md * Enable v-trap - get rid of one unused function * Re-use riscv-rt's TrapFrame instead of keeping a copy of it * fmt * Update riscv-rt rev * Enable defmt * use riscv-rt's trap handling * Compile on stable * (Re)add the SP fixing code * Move comment * Update `riscv*` deps * esp-riscv-rt: Remove the (unused) CI feature
5 lines
135 B
Rust
5 lines
135 B
Rust
fn main() {
|
|
// required for `riscv-rt-macros` to actually generate code
|
|
println!("cargo:rustc-env=RISCV_RT_BASE_ISA=rv32i");
|
|
}
|