esp-rs/rust

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

jessebraham opened this issue · 2 comments

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.

@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.

Done!