esp-rs / rust

Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266
https://www.rust-lang.org
Other
743 stars 39 forks source link

Add `riscv32imafc-unknown-none-elf` and `riscv32imafc-esp-espidf` targets #199

Closed jessebraham closed 9 months ago

jessebraham commented 1 year ago

The upcoming ESP32-P4 will have an FPU, which requires the f extension, for which there are not currently build targets for no_std or std.

jessebraham commented 1 year ago

@MabezDev I just realized that this probably isn't the correct place to open this issue, as we will need these targets in the upstream compiler. Regardless, I'll leave it open to remind us, but feel free to do as you wish with this issue.

MabezDev commented 9 months ago

Done!